ipq806x-generic: remove BROKEN flag for target and NETGEAR R7800

This commit removes the broken flag for the ipq806x-generic target,
as the first device (NETGEAR R7800) now has full support in Gluon
This commit is contained in:
David Bauer 2019-11-05 09:01:35 +01:00 committed by Martin Weinelt
parent 4cb2bc481d
commit 7f858b1c6d
3 changed files with 8 additions and 6 deletions

View File

@ -217,6 +217,13 @@ ipq40xx-generic [#80211s]_
- NBG6617
- WRE6606
ipq806x-generic [#80211s]_
--------------------------
* NETGEAR
- R7800
mpc85xx-generic
---------------

View File

@ -21,13 +21,8 @@ device('tp-link-archer-c2600', 'tplink_c2600', {
-- QCA9984
--
-- -- ToDo --
-- The BROKEN flag for the target can be removed when switching to an OpenWrt base newer than 18.06,
-- as in 18.06 the LEDs are not yet functional. This is already fixed in the current OpenWrt master.
-- NETGEAR
device('netgear-nighthawk-x4s-r7800', 'netgear_r7800', {
factory_ext = '.img',
packages = QCA9984_PACKAGES,
broken = true,
})

View File

@ -17,6 +17,7 @@ $(eval $(call GluonTarget,x86,64))
ifneq ($(GLUON_WLAN_MESH_11s)$(BROKEN),)
$(eval $(call GluonTarget,ipq40xx,generic))
$(eval $(call GluonTarget,ipq806x,generic))
$(eval $(call GluonTarget,ramips,mt7620))
$(eval $(call GluonTarget,ramips,mt76x8))
$(eval $(call GluonTarget,ramips,rt305x))
@ -25,6 +26,5 @@ endif
ifneq ($(BROKEN),)
$(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
$(eval $(call GluonTarget,brcm2708,bcm2710)) # BROKEN: Untested
$(eval $(call GluonTarget,ipq806x,generic)) # BROKEN: See target file for details
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No AP+IBSS or 11s support
endif