1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[ar71xx] move madwifi driver into a separate profile, and add hostapd-mini for the devices based on the ar913x

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14694 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2009-02-28 18:47:43 +00:00
parent 80411343eb
commit 06a71d286f
10 changed files with 32 additions and 9 deletions

View File

@@ -189,6 +189,11 @@ define Image/Build/Profile/Default
$(call Image/Build/Profile/WP543,$(1))
endef
define Image/Build/Profile/Madwifi
$(call Image/Build/Profile/UBNTRS,$(1))
$(call Image/Build/Profile/WP543,$(1))
endef
define Image/Build/squashfs
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
endef