diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-04-21 22:19:21 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-21 22:19:21 +0000 |
| commit | 4f9884d1be783f8130f9066e58d7085b15d1a40f (patch) | |
| tree | 9e6adfe942098091580717edcd5532fa9c36bf16 /openwrt/package | |
| parent | b6f60e59c24c4c63c9f78fba28cfaf722357bfce (diff) | |
| download | mtk-20170518-4f9884d1be783f8130f9066e58d7085b15d1a40f.zip mtk-20170518-4f9884d1be783f8130f9066e58d7085b15d1a40f.tar.gz mtk-20170518-4f9884d1be783f8130f9066e58d7085b15d1a40f.tar.bz2 | |
move modules.d stuff in /etc/init.d/S10boot and make it more like /etc/modules
SVN-Revision: 703
Diffstat (limited to 'openwrt/package')
| -rw-r--r-- | openwrt/package/openwrt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openwrt/Makefile b/openwrt/package/openwrt/Makefile index 01c830d..ea2bfd8 100644 --- a/openwrt/package/openwrt/Makefile +++ b/openwrt/package/openwrt/Makefile @@ -84,7 +84,7 @@ $(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 + echo "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) |
