diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-08-12 11:32:57 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-08-12 11:32:57 +0200 |
commit | 1fe7a17aed63809d6ba7f0844c6cf191d1945f9e (patch) | |
tree | 8e2b210dd85c58614793ce0b76b3300f8137c5d5 /target | |
parent | 9cc774f91abb1146192598ed8eb9921479b0a242 (diff) | |
download | mtk-20170518-1fe7a17aed63809d6ba7f0844c6cf191d1945f9e.zip mtk-20170518-1fe7a17aed63809d6ba7f0844c6cf191d1945f9e.tar.gz mtk-20170518-1fe7a17aed63809d6ba7f0844c6cf191d1945f9e.tar.bz2 |
ath25: Do not build images for ubnt2 and ubnt5
The flash size of the ubnt2 and ubnt5 is limited and the images with
LuCI are getting too big for these boards. Do not build images for these
boards to make the complete build of this target not fail anymore.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath25/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath25/image/Makefile b/target/linux/ath25/image/Makefile index 5a20bdb..ee5e74e 100644 --- a/target/linux/ath25/image/Makefile +++ b/target/linux/ath25/image/Makefile @@ -82,13 +82,13 @@ define Device/ubnt2 DEVICE_TITLE := Ubiquiti XS2 IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | pad-to 128k | mkfwimage XS2 -v XS2.ar2316 endef -TARGET_DEVICES += ubnt2 +#TARGET_DEVICES += ubnt2 define Device/ubnt5 DEVICE_TITLE := Ubiquiti XS5 IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | pad-to 128k | mkfwimage XS5 -v XS5.ar2313 endef -TARGET_DEVICES += ubnt5 +#TARGET_DEVICES += ubnt5 define Device/np25g DEVICE_TITLE := np25g |