mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 09:30:15 +02:00
ar71xx: image: use the MultiProfile helper for the Madwifi profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33262 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
435453d8a3
commit
9b5adee41c
@ -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
Block a user