2017-09-06 19:19:45 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2010 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
include $(INCLUDE_DIR)/image.mk
|
|
|
|
|
|
|
|
define Build/mkfwimage
|
|
|
|
$(STAGING_DIR_HOST)/bin/mkfwimage \
|
2018-04-23 18:50:49 +08:00
|
|
|
-B $(1).$(VERSION_DIST).$(REVISION) \
|
2017-09-06 19:19:45 +08:00
|
|
|
-k $(IMAGE_KERNEL) \
|
|
|
|
-r $(IMAGE_ROOTFS) \
|
|
|
|
-o $@.new && \
|
|
|
|
mv $@.new $@
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/combined-image
|
|
|
|
-sh $(TOPDIR)/scripts/combined-image.sh \
|
|
|
|
"$(IMAGE_KERNEL)" \
|
|
|
|
"$(IMAGE_ROOTFS)" \
|
|
|
|
"$@.new" && \
|
|
|
|
mv $@.new $@
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/mkmylofw
|
|
|
|
$(STAGING_DIR_HOST)/bin/mkmylofw -B $(1) \
|
|
|
|
-p0x020000:0x130000:ah:0x80041000:linux:$(IMAGE_KERNEL) \
|
|
|
|
-p0x150000:0x2a0000:::rootfs:$(IMAGE_ROOTFS) \
|
|
|
|
$@.new && \
|
|
|
|
mv $@.new $@
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/gzip-kernel
|
|
|
|
gzip -9n -c $@ > $@.gz
|
|
|
|
dd if=$@.gz of=$@ bs=65536 conv=sync
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/lzma-kernel
|
|
|
|
$(STAGING_DIR_HOST)/bin/lzma e $@ $@.l7
|
|
|
|
dd if=$@.l7 of=$@ bs=65536 conv=sync
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/copy-kernel
|
|
|
|
rm -f $@ $@.elf
|
|
|
|
cp $< $@
|
|
|
|
cp $< $@.elf
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/elf-kernel
|
|
|
|
cp $(IMAGE_KERNEL).elf $@
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
|
|
define Device/Default
|
|
|
|
PROFILES = Default $$(DEVICE_NAME)
|
|
|
|
KERNEL := copy-kernel | lzma-kernel
|
|
|
|
IMAGES := sysupgrade.bin
|
|
|
|
FILESYSTEMS := squashfs
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Device/generic
|
2020-07-02 23:30:56 +08:00
|
|
|
DEVICE_VENDOR := Atheros
|
|
|
|
DEVICE_MODEL := Generic AR2xxx board
|
2017-09-06 19:19:45 +08:00
|
|
|
IMAGES := kernel.lzma kernel.elf kernel.gz rootfs.bin sysupgrade.bin
|
|
|
|
IMAGE/kernel.gz := elf-kernel | gzip-kernel
|
|
|
|
IMAGE/kernel.elf := elf-kernel
|
|
|
|
IMAGE/kernel.lzma := elf-kernel | lzma-kernel
|
|
|
|
IMAGE/rootfs.bin := append-rootfs | pad-rootfs | pad-to 128k
|
|
|
|
IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | pad-to 128k | combined-image
|
|
|
|
IMAGE_NAME = $$(IMAGE_PREFIX)-$$(if $$(findstring kernel,$$(2)),,$$(1)-)$$(2)
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += generic
|
|
|
|
|
2020-10-03 00:36:16 +08:00
|
|
|
define Device/ubnt_picostation-2
|
2020-07-02 23:30:56 +08:00
|
|
|
DEVICE_VENDOR := Ubiquiti
|
2020-10-03 00:36:16 +08:00
|
|
|
DEVICE_MODEL := Picostation 2 (XS2-8)
|
2017-09-06 19:19:45 +08:00
|
|
|
IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | pad-to 128k | mkfwimage XS2-8 -v XS2.ar2316
|
|
|
|
endef
|
2020-10-03 00:36:16 +08:00
|
|
|
TARGET_DEVICES += ubnt_picostation-2
|
2017-09-06 19:19:45 +08:00
|
|
|
|
2020-10-03 00:36:16 +08:00
|
|
|
define Device/ubnt_nanostation-2
|
2020-07-02 23:30:56 +08:00
|
|
|
DEVICE_VENDOR := Ubiquiti
|
2020-10-03 00:36:16 +08:00
|
|
|
DEVICE_MODEL := Nanostation 2 (XS2)
|
2017-09-06 19:19:45 +08:00
|
|
|
IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | pad-to 128k | mkfwimage XS2 -v XS2.ar2316
|
2020-10-03 00:36:16 +08:00
|
|
|
DEFAULT := n
|
2017-09-06 19:19:45 +08:00
|
|
|
endef
|
2020-10-03 00:36:16 +08:00
|
|
|
TARGET_DEVICES += ubnt_nanostation-2
|
2017-09-06 19:19:45 +08:00
|
|
|
|
2020-10-03 00:36:16 +08:00
|
|
|
define Device/ubnt_nanostation-5
|
2020-07-02 23:30:56 +08:00
|
|
|
DEVICE_VENDOR := Ubiquiti
|
2020-10-03 00:36:16 +08:00
|
|
|
DEVICE_MODEL := Nanostation 5 (XS5)
|
2017-09-06 19:19:45 +08:00
|
|
|
IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | pad-to 128k | mkfwimage XS5 -v XS5.ar2313
|
2020-10-03 00:36:16 +08:00
|
|
|
DEFAULT := n
|
2017-09-06 19:19:45 +08:00
|
|
|
endef
|
2020-10-03 00:36:16 +08:00
|
|
|
TARGET_DEVICES += ubnt_nanostation-5
|
2017-09-06 19:19:45 +08:00
|
|
|
|
2020-10-03 00:36:16 +08:00
|
|
|
define Device/compex_np25g
|
2020-07-02 23:30:56 +08:00
|
|
|
DEVICE_VENDOR := Compex
|
|
|
|
DEVICE_MODEL := NP25G
|
2017-09-06 19:19:45 +08:00
|
|
|
KERNEL := kernel-bin | gzip-kernel
|
|
|
|
IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | pad-to 128k | mkmylofw np25g
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
BROKEN := y
|
2017-09-06 19:19:45 +08:00
|
|
|
endef
|
2020-10-03 00:36:16 +08:00
|
|
|
TARGET_DEVICES += compex_np25g
|
2017-09-06 19:19:45 +08:00
|
|
|
|
2020-10-03 00:36:16 +08:00
|
|
|
define Device/compex_wpe53g
|
2020-07-02 23:30:56 +08:00
|
|
|
DEVICE_VENDOR := Compex
|
|
|
|
DEVICE_MODEL := WPE53G
|
2017-09-06 19:19:45 +08:00
|
|
|
KERNEL := kernel-bin | gzip-kernel
|
|
|
|
IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | pad-to 128k | mkmylofw wpe53g
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
BROKEN := y
|
2017-09-06 19:19:45 +08:00
|
|
|
endef
|
2020-10-03 00:36:16 +08:00
|
|
|
TARGET_DEVICES += compex_wpe53g
|
2017-09-06 19:19:45 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildImage))
|