Skip to content
Snippets Groups Projects
Commit e3952841 authored by Steffen Förster's avatar Steffen Förster Committed by Matthias Schiffer
Browse files

brcm2708: add target and platform for raspi3 (#1204)

This device has built in wifi we should include it at least for experiments.
parent fda2d10b
Branches
Tags
No related merge requests found
device raspberry-pi-3 rpi-3
factory -ext4-sdcard .img.gz
sysupgrade -ext4-sdcard .img.gz
......@@ -10,6 +10,7 @@ $(eval $(call GluonTarget,x86,64))
ifneq ($(BROKEN),)
$(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,ramips,mt7621)) # BROKEN: No AP+IBSS support, 11s has high packet loss
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment