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:
parent
4cb2bc481d
commit
7f858b1c6d
@ -217,6 +217,13 @@ ipq40xx-generic [#80211s]_
|
|||||||
- NBG6617
|
- NBG6617
|
||||||
- WRE6606
|
- WRE6606
|
||||||
|
|
||||||
|
ipq806x-generic [#80211s]_
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
* NETGEAR
|
||||||
|
|
||||||
|
- R7800
|
||||||
|
|
||||||
mpc85xx-generic
|
mpc85xx-generic
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
@ -21,13 +21,8 @@ device('tp-link-archer-c2600', 'tplink_c2600', {
|
|||||||
-- QCA9984
|
-- 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
|
-- NETGEAR
|
||||||
device('netgear-nighthawk-x4s-r7800', 'netgear_r7800', {
|
device('netgear-nighthawk-x4s-r7800', 'netgear_r7800', {
|
||||||
factory_ext = '.img',
|
factory_ext = '.img',
|
||||||
packages = QCA9984_PACKAGES,
|
packages = QCA9984_PACKAGES,
|
||||||
broken = true,
|
|
||||||
})
|
})
|
||||||
|
@ -17,6 +17,7 @@ $(eval $(call GluonTarget,x86,64))
|
|||||||
|
|
||||||
ifneq ($(GLUON_WLAN_MESH_11s)$(BROKEN),)
|
ifneq ($(GLUON_WLAN_MESH_11s)$(BROKEN),)
|
||||||
$(eval $(call GluonTarget,ipq40xx,generic))
|
$(eval $(call GluonTarget,ipq40xx,generic))
|
||||||
|
$(eval $(call GluonTarget,ipq806x,generic))
|
||||||
$(eval $(call GluonTarget,ramips,mt7620))
|
$(eval $(call GluonTarget,ramips,mt7620))
|
||||||
$(eval $(call GluonTarget,ramips,mt76x8))
|
$(eval $(call GluonTarget,ramips,mt76x8))
|
||||||
$(eval $(call GluonTarget,ramips,rt305x))
|
$(eval $(call GluonTarget,ramips,rt305x))
|
||||||
@ -25,6 +26,5 @@ endif
|
|||||||
ifneq ($(BROKEN),)
|
ifneq ($(BROKEN),)
|
||||||
$(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
|
$(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
|
||||||
$(eval $(call GluonTarget,brcm2708,bcm2710)) # BROKEN: Untested
|
$(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
|
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No AP+IBSS or 11s support
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user