summaryrefslogtreecommitdiffstats
path: root/package/openwrt
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-21 20:06:35 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-21 20:06:35 +0000
commit4643ae59db2603274065794288aa9d1588e8f032 (patch)
tree11de1392720ffa2df3ddd6b1bbca1ba9e3bd1bec /package/openwrt
parent13857111c1abe14e71dff1c6fc7f54801f085d87 (diff)
add modules.d file for wlcompat
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@701 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openwrt')
-rw-r--r--package/openwrt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openwrt/Makefile b/package/openwrt/Makefile
index a5642cd4e..01c830dc4 100644
--- a/package/openwrt/Makefile
+++ b/package/openwrt/Makefile
@@ -83,6 +83,8 @@ $(PKG_BUILD_DIR)/wlcompat-debug.o:
$(PKG_WLCOMPAT): $(PKG_BUILD_DIR)/wlcompat.o $(PKG_BUILD_DIR)/wlcompat-debug.o
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_BUILD_DIR)/wlcompat kmod-wlcompat.control $(LINUX_VERSION)-$(PKG_RELEASE) $(ARCH)
+ mkdir -p $(PKG_BUILD_DIR)/wlcompat/etc/modules.d
+ echo "insmod wlcompat" > $(PKG_BUILD_DIR)/wlcompat/etc/modules.d/10-wlcompat
mkdir -p $(PKG_BUILD_DIR)/wlcompat/lib/modules/$(LINUX_VERSION)
cp $^ $(PKG_BUILD_DIR)/wlcompat/lib/modules/$(LINUX_VERSION)/
$(IPKG_BUILD) $(PKG_BUILD_DIR)/wlcompat $(PACKAGE_DIR)