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>
openwrt-18.06
Hauke Mehrtens 2018-08-12 11:32:57 +02:00
parent 9cc774f91a
commit 1fe7a17aed
1 changed files with 2 additions and 2 deletions

View File

@ -82,13 +82,13 @@ define Device/ubnt2
DEVICE_TITLE := Ubiquiti XS2 DEVICE_TITLE := Ubiquiti XS2
IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | pad-to 128k | mkfwimage XS2 -v XS2.ar2316 IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | pad-to 128k | mkfwimage XS2 -v XS2.ar2316
endef endef
TARGET_DEVICES += ubnt2 #TARGET_DEVICES += ubnt2
define Device/ubnt5 define Device/ubnt5
DEVICE_TITLE := Ubiquiti XS5 DEVICE_TITLE := Ubiquiti XS5
IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | pad-to 128k | mkfwimage XS5 -v XS5.ar2313 IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | pad-to 128k | mkfwimage XS5 -v XS5.ar2313
endef endef
TARGET_DEVICES += ubnt5 #TARGET_DEVICES += ubnt5
define Device/np25g define Device/np25g
DEVICE_TITLE := np25g DEVICE_TITLE := np25g