summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image/Makefile
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-28 18:47:43 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-28 18:47:43 +0000
commit06a71d286f28d391191ce117ebeceb366ca6d97a (patch)
treedeb896e455fffc9695d41dc0bc75b5baedf5bed7 /target/linux/ar71xx/image/Makefile
parent80411343eb0880a31f6a6afcb0af3506a7fa47aa (diff)
[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
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r--target/linux/ar71xx/image/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 720be1c1e..c861dce25 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -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