summaryrefslogtreecommitdiffstats
path: root/package/broadcom-wl/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-18 16:58:13 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-18 16:58:13 +0000
commit744f29c719e25d35b2162169423c4c550bc3024f (patch)
tree37126f0cade7704acbc278d47efa2da054ffa823 /package/broadcom-wl/Makefile
parent8d1a43b73430054bcc98deefca2892e9a3c80acb (diff)
change depends/default for nas
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4152 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/broadcom-wl/Makefile')
-rw-r--r--package/broadcom-wl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/broadcom-wl/Makefile b/package/broadcom-wl/Makefile
index fc3f035b6..06f189132 100644
--- a/package/broadcom-wl/Makefile
+++ b/package/broadcom-wl/Makefile
@@ -58,7 +58,8 @@ endef
define Package/nas
$(call Package/wl)
- DEPENDS:=nvram
+ DEPENDS:=+nvram
+ DEFAULT:=m
TITLE:=Proprietary WPA/WPA2 authenticator
DESCRIPTION:=Proprietary WPA/WPA2 authenticator for the Broadcom wl driver
endef