From: Hauke Mehrtens Date: Sun, 12 Aug 2018 09:32:57 +0000 (+0200) Subject: ath25: Do not build images for ubnt2 and ubnt5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1fe7a17aed63809d6ba7f0844c6cf191d1945f9e;p=librecmc%2Flibrecmc.git 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 --- diff --git a/target/linux/ath25/image/Makefile b/target/linux/ath25/image/Makefile index 5a20bdb644..ee5e74e692 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