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

add modules.d file for wl

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4011 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-06-19 20:30:20 +00:00
parent 16a804dbd9
commit 70928c7a25

View File

@ -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