Skip to content
Snippets Groups Projects
Commit c6329859 authored by rubo77's avatar rubo77
Browse files

try to ommit status-page for one model: firmware file for a5-v11 gets too big!

parent 843f9c5c
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,11 @@ X86="x86-64 x86-generic x86-xen_domu"
WDR4900="mpc85xx-generic"
TARGETS="ar71xx-generic $ONLY_LEDE ar71xx-nand $WDR4900 $RASPBPI $X86"
# redefine all targets:
TARGETS="ar71xx-generic ar71xx-tiny ar71xx-nand brcm2708-bcm2708 brcm2708-bcm2709 mpc85xx-generic ramips-mt7621 sunxi-cortexa7 x86-generic x86-geode x86-64 ipq40xx ramips-mt7620 ar71xx-mikrotik brcm2708-bcm2710 ipq806x mvebu-cortexa9 ramips-mt76x8"
#TARGETS+="ramips-rt305x" // file for a5-v11 gets too big!
if [ "$BROKEN" != "" ]; then
TARGETS+=" $BANANAPI $MICROTIK $WRT1200AC"
fi
......
......@@ -78,6 +78,14 @@ GLUON_SITE_PACKAGES += \
ifeq ($(GLUON_TARGET),ar71xx-tiny)
GLUON_tp-link-tl-wr841n-nd-v7_SITE_PACKAGES = -ffffm-button-bind
endif
# a5-v11 gets too large
ifeq ($(GLUON_TARGET),ramips-rt305x)
GLUON_a5-v11_SITE_PACKAGES += \
-ffffm-button-bind \
-gluon-config-mode-ppa \
-config-mode-geo-location-osm \
-status-page
endif
# support for USB UMTS/3G devices
USB_PACKAGES_3G := \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment