ath79: disable building some <8M flash devices
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
33d47225a4
commit
86b8579da8
@ -222,6 +222,7 @@ define Device/tplink_archer-d50-v1
|
||||
TPLINK_FLASHLAYOUT := 8Mqca
|
||||
KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | \
|
||||
tplink-v2-header -s -V "ver. 1.0"
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += tplink_archer-d50-v1
|
||||
|
||||
|
||||
@ -481,6 +481,7 @@ define Device/atheros_db120
|
||||
IMAGE/factory.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | \
|
||||
append-rootfs | pad-rootfs | check-size | pad-to 6336k | \
|
||||
append-loader-okli-uimage $(1) | pad-to 64k
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += atheros_db120
|
||||
|
||||
@ -2395,6 +2396,7 @@ define Device/qca_ap143-8m
|
||||
IMAGE/factory.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | \
|
||||
append-rootfs | pad-rootfs | check-size | pad-to 6336k | \
|
||||
append-loader-okli-uimage $(1) | pad-to 64k
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += qca_ap143-8m
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user