aboutsummaryrefslogtreecommitdiffstats
path: root/package/wificonf
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-30 18:55:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-30 18:55:52 +0000
commitf45baccdc5081fc6245c9d567ddb47518f3dc84b (patch)
treedce7c27a867c504bd1f1509244405407154d9da9 /package/wificonf
parent8fcedabfaf95affbbba45bfdbf2627e92fa52ccd (diff)
downloadupstream-f45baccdc5081fc6245c9d567ddb47518f3dc84b.tar.gz
upstream-f45baccdc5081fc6245c9d567ddb47518f3dc84b.tar.bz2
upstream-f45baccdc5081fc6245c9d567ddb47518f3dc84b.zip
improve dependency handling, fix some package makefile bugs
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3843 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wificonf')
-rw-r--r--package/wificonf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wificonf/Makefile b/package/wificonf/Makefile
index 5fbaf05231..dc61267a73 100644
--- a/package/wificonf/Makefile
+++ b/package/wificonf/Makefile
@@ -12,7 +12,7 @@ include $(TOPDIR)/package/rules.mk
define Package/wificonf
SECTION:=base
CATEGORY:=Network
-DEFAULT:=y
+DEPENDS:=nvram +wireless-tools
TITLE:=replacement utility for wlconf
DESCRIPTION:=Replacement utility for wlconf
endef