Skip to content
Snippets Groups Projects
Commit 167e1b34 authored by Julian's avatar Julian Committed by Matthias Schiffer
Browse files

sunxi: LeMaker Banana Pi: remove BROKEN (#1325)

parent 42763d21
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,13 @@ sysupgrade -ext4-sdcard .img.gz
device lemaker-banana-pi sun7i-a20-bananapi
if [ "$BROKEN" ]; then
# WiFi chip not supported
device lemaker-banana-pro sun7i-a20-bananapro
# AP+IBSS or 11s not working
device lamobo-r1 sun7i-a20-lamobo-r1
fi
......@@ -7,6 +7,7 @@ $(eval $(call GluonTarget,brcm2708,bcm2708))
$(eval $(call GluonTarget,brcm2708,bcm2709))
$(eval $(call GluonTarget,mpc85xx,generic))
$(eval $(call GluonTarget,ramips,mt7621))
$(eval $(call GluonTarget,sunxi))
$(eval $(call GluonTarget,x86,generic))
$(eval $(call GluonTarget,x86,geode))
$(eval $(call GluonTarget,x86,64))
......@@ -22,5 +23,4 @@ $(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
$(eval $(call GluonTarget,brcm2708,bcm2710)) # BROKEN: Untested
$(eval $(call GluonTarget,ipq806x)) # BROKEN: Untested
$(eval $(call GluonTarget,mvebu)) # BROKEN: No AP+IBSS or 11s support
$(eval $(call GluonTarget,sunxi)) # BROKEN: Untested
endif
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