mirror of https://github.com/hak5/openwrt.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 <hauke@hauke-m.de>openwrt-18.06
parent
9cc774f91a
commit
1fe7a17aed
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue