projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d7cdd5
)
add modules.d file for wl
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 19 Jun 2006 20:30:20 +0000
(20:30 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 19 Jun 2006 20:30:20 +0000
(20:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4011
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/broadcom-wl/Makefile
patch
|
blob
|
history
diff --git
a/package/broadcom-wl/Makefile
b/package/broadcom-wl/Makefile
index
782dfda
..
497f392
100644
(file)
--- a/
package/broadcom-wl/Makefile
+++ b/
package/broadcom-wl/Makefile
@@
-71,6
+71,8
@@
define Build/Compile
endef
define Package/kmod-brcm-wl/install
+ install -d -m0755 $(1)/etc/modules.d
+ echo "wl" > $(1)/etc/modules.d/20-wl
install -d -m0755 $(1)/lib/modules/$(LINUX_VERSION)
install -m0644 $(PKG_BUILD_DIR)/kmod/wl.o $(1)/lib/modules/$(LINUX_VERSION)/
endef