diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-05-02 15:00:40 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-05-02 15:00:40 +0200 |
commit | 5d8ea6d34f9f23d4dfff4ffcac8c9599d842c3a8 (patch) | |
tree | b4d2300f3f87dab08d0f68aa26193cc9afdd4ea9 /target/linux/ath79/image | |
parent | 5515c29029ce7c63b48d1af0cbb3fbdc14ca033b (diff) | |
download | upstream-5d8ea6d34f9f23d4dfff4ffcac8c9599d842c3a8.tar.gz upstream-5d8ea6d34f9f23d4dfff4ffcac8c9599d842c3a8.tar.bz2 upstream-5d8ea6d34f9f23d4dfff4ffcac8c9599d842c3a8.zip |
ath79: Deactivate ZyXEL NBG6716 by default
The kernel image is too big now and the build fails.
WARNING: Image file zyxel_nbg6716-kernel.bin is too big: 4205404 > 4194304
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/nand.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/image/nand.mk b/target/linux/ath79/image/nand.mk index abf269a8ce..caaa01c92d 100644 --- a/target/linux/ath79/image/nand.mk +++ b/target/linux/ath79/image/nand.mk @@ -256,5 +256,6 @@ define Device/zyxel_nbg6716 IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | \ zyxel-factory UBINIZE_OPTS := -E 5 + DEFAULT := n endef TARGET_DEVICES += zyxel_nbg6716 |