summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-23 19:04:55 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-23 19:04:55 +0000
commitb901e3bb50d4004398195236510a39537ebcba3b (patch)
tree41f38c6d72025d548cc4a9ca52d74870a58d5193 /openwrt/target/linux/package/Makefile
parent39c19d79435170496682b96f7ef51ada186cc372 (diff)
move wificonf to target/linux/package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1537 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
-rw-r--r--openwrt/target/linux/package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile
index a08d9048a..84402cce2 100644
--- a/openwrt/target/linux/package/Makefile
+++ b/openwrt/target/linux/package/Makefile
@@ -8,6 +8,7 @@ package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan
package-y += openwrt
ifeq ($(BOARD),brcm)
+package-$(BR2_PACKAGE_WIFICONF) += wificonf
package-y += nvram
ifeq ($(LINUX_VERSION),2.4.30)