add modules.d file for wl
SVN-Revision: 4011
This commit is contained in:
parent
55b66e9d15
commit
c271dd6017
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/kmod-brcm-wl/install
|
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 -d -m0755 $(1)/lib/modules/$(LINUX_VERSION)
|
||||||
install -m0644 $(PKG_BUILD_DIR)/kmod/wl.o $(1)/lib/modules/$(LINUX_VERSION)/
|
install -m0644 $(PKG_BUILD_DIR)/kmod/wl.o $(1)/lib/modules/$(LINUX_VERSION)/
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue