mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-19 15:05:12 +01:00
ar71xx: dont't build images for Ubiquiti XM devices with the Madwifi profile
SVN-Revision: 18530
This commit is contained in:
parent
2937618dd9
commit
1efac75b08
@ -423,7 +423,9 @@ define Image/Build/Profile/Default
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Profile/Madwifi
|
define Image/Build/Profile/Madwifi
|
||||||
$(call Image/Build/Profile/UBNT,$(1))
|
$(call Image/Build/Profile/UBNTRS,$(1))
|
||||||
|
$(call Image/Build/Profile/UBNTRSPRO,$(1))
|
||||||
|
$(call Image/Build/Profile/UBNTLSSR71,$(1))
|
||||||
$(call Image/Build/Profile/WP543,$(1))
|
$(call Image/Build/Profile/WP543,$(1))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user