diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-01-03 00:40:02 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-01-03 00:40:02 +0000 |
commit | 14943d2810c01973efcd3a2e2c1c0b503181a278 (patch) | |
tree | 037127d1312fcd1b1c805decaeccd47ff10325df /target/linux/package/wlcompat | |
parent | 367c1dad13f5a34e7f59002109e4df40ec2158f8 (diff) | |
download | upstream-14943d2810c01973efcd3a2e2c1c0b503181a278.tar.gz upstream-14943d2810c01973efcd3a2e2c1c0b503181a278.tar.bz2 upstream-14943d2810c01973efcd3a2e2c1c0b503181a278.zip |
first load network driver (10), then wlan driver (20) and then wlcompat, so the order of eth0/eth1 is as used to
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2814 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/wlcompat')
-rw-r--r-- | target/linux/package/wlcompat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/wlcompat/Makefile b/target/linux/package/wlcompat/Makefile index 48b9bcad97..e8f69c4c90 100644 --- a/target/linux/package/wlcompat/Makefile +++ b/target/linux/package/wlcompat/Makefile @@ -35,7 +35,7 @@ $(PKG_BUILD_DIR)/wlcompat-debug.o: $(PKG_BUILD_DIR)/.prepared $(IPKG_KMOD_WLCOMPAT): $(PKG_BUILD_DIR)/wlcompat.o mkdir -p $(IDIR_KMOD_WLCOMPAT)/etc/modules.d - echo "wlcompat" > $(IDIR_KMOD_WLCOMPAT)/etc/modules.d/10-wlcompat + echo "wlcompat" > $(IDIR_KMOD_WLCOMPAT)/etc/modules.d/30-wlcompat mkdir -p $(IDIR_KMOD_WLCOMPAT)/lib/modules/$(LINUX_VERSION) cp $(PKG_BUILD_DIR)/wlcompat.o $(IDIR_KMOD_WLCOMPAT)/lib/modules/$(LINUX_VERSION)/ $(IPKG_BUILD) $(IDIR_KMOD_WLCOMPAT) $(PACKAGE_DIR) |