mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: image: use the MultiProfile helper for the Madwifi profile
SVN-Revision: 33262owl
parent
333f030b79
commit
f0ad972aba
|
@ -887,14 +887,7 @@ $(eval $(call SingleProfile,Zcomax,$(fs_64k),ZCN1523H516,zcn-1523h-5-16,ZCN-1523
|
||||||
|
|
||||||
$(eval $(call MultiProfile,Default,$(SINGLE_PROFILES)))
|
$(eval $(call MultiProfile,Default,$(SINGLE_PROFILES)))
|
||||||
$(eval $(call MultiProfile,Minimal,$(SINGLE_PROFILES)))
|
$(eval $(call MultiProfile,Minimal,$(SINGLE_PROFILES)))
|
||||||
|
$(eval $(call MultiProfile,Madwifi,EAP7660D UBNTRS UBNTRSPRO UBNTLSSR71 WP543))
|
||||||
define Image/Build/Profile/Madwifi
|
|
||||||
$(call Image/Build/Profile/EAP7660D,$(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))
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Image/Build/squashfs
|
define Image/Build/squashfs
|
||||||
cp $(KDIR)/root.squashfs $(KDIR)/root.squashfs-raw
|
cp $(KDIR)/root.squashfs $(KDIR)/root.squashfs-raw
|
||||||
|
|
Loading…
Reference in New Issue