projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
revert [4106] as it breaks toolchain selection
[openwrt.git]
/
package
/
broadcom-wl
/
Makefile
diff --git
a/package/broadcom-wl/Makefile
b/package/broadcom-wl/Makefile
index
23ea674
..
961baac
100644
(file)
--- a/
package/broadcom-wl/Makefile
+++ b/
package/broadcom-wl/Makefile
@@
-1,3
+1,9
@@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
# $Id: Makefile 2480 2005-11-14 02:07:33Z nbd $
include $(TOPDIR)/rules.mk
# $Id: Makefile 2480 2005-11-14 02:07:33Z nbd $
include $(TOPDIR)/rules.mk
@@
-52,7
+58,8
@@
endef
define Package/nas
$(call Package/wl)
define Package/nas
$(call Package/wl)
- DEPENDS:=nvram
+ DEPENDS:=@PACKAGE_kmod-brcm-wl||PACKAGE_kmod-brcm-wl-mimo +nvram
+ DEFAULT:=m
TITLE:=Proprietary WPA/WPA2 authenticator
DESCRIPTION:=Proprietary WPA/WPA2 authenticator for the Broadcom wl driver
endef
TITLE:=Proprietary WPA/WPA2 authenticator
DESCRIPTION:=Proprietary WPA/WPA2 authenticator for the Broadcom wl driver
endef
This page took
0.021213 seconds
and
4
git commands to generate.