1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 18:23:09 +02:00

make nas depend on nvram

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4076 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-06-25 16:28:10 +00:00
parent 8b9fd7eb0b
commit 345a263b41

View File

@ -52,6 +52,7 @@ endef
define Package/nas
$(call Package/wl)
DEPENDS:=nvram
TITLE:=Proprietary WPA/WPA2 authenticator
DESCRIPTION:=Proprietary WPA/WPA2 authenticator for the Broadcom wl driver
endef