mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
ath79: nand: disable images for glinet_gl-ar750s
Fixes following build failures: WARNING: Image file glinet_gl-ar750s-nor-kernel.bin is too big WARNING: Image file glinet_gl-ar750s-nor-nand-kernel.bin is too big Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
326e488c7b
commit
ae2d249056
@ -134,6 +134,7 @@ define Device/glinet_gl-ar750s-nor-nand
|
|||||||
append-ubi | check-kernel-size $$$$(GL_UBOOT_UBI_OFFSET)
|
append-ubi | check-kernel-size $$$$(GL_UBOOT_UBI_OFFSET)
|
||||||
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
SUPPORTED_DEVICES += glinet,gl-ar750s-nor
|
SUPPORTED_DEVICES += glinet,gl-ar750s-nor
|
||||||
|
DEFAULT := n
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += glinet_gl-ar750s-nor-nand
|
TARGET_DEVICES += glinet_gl-ar750s-nor-nand
|
||||||
|
|
||||||
@ -142,6 +143,7 @@ define Device/glinet_gl-ar750s-nor
|
|||||||
DEVICE_VARIANT := NOR
|
DEVICE_VARIANT := NOR
|
||||||
BLOCKSIZE := 64k
|
BLOCKSIZE := 64k
|
||||||
SUPPORTED_DEVICES += gl-ar750s glinet,gl-ar750s glinet,gl-ar750s-nor-nand
|
SUPPORTED_DEVICES += gl-ar750s glinet,gl-ar750s glinet,gl-ar750s-nor-nand
|
||||||
|
DEFAULT := n
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += glinet_gl-ar750s-nor
|
TARGET_DEVICES += glinet_gl-ar750s-nor
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user