diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-11-01 17:30:26 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-11-01 17:30:26 +0000 |
| commit | ea72d399efdfd968036ed9b6b0db60a5d29091c7 (patch) | |
| tree | 74c9b56f253cf6908bf693451b56dbe3158fd6e0 /openwrt/target/linux/package/shfs | |
| parent | 8c5db04639aa510ba72534accb43c4bf3a407bf5 (diff) | |
| download | mtk-20170518-ea72d399efdfd968036ed9b6b0db60a5d29091c7.zip mtk-20170518-ea72d399efdfd968036ed9b6b0db60a5d29091c7.tar.gz mtk-20170518-ea72d399efdfd968036ed9b6b0db60a5d29091c7.tar.bz2 | |
fix 2.6 modules pattern using a common LINUX_KMOD_SUFFIX variable, fix alsa 2.6 build when arch != mipsel
SVN-Revision: 2311
Diffstat (limited to 'openwrt/target/linux/package/shfs')
| -rw-r--r-- | openwrt/target/linux/package/shfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/shfs/Makefile b/openwrt/target/linux/package/shfs/Makefile index 3041826..ecb1238 100644 --- a/openwrt/target/linux/package/shfs/Makefile +++ b/openwrt/target/linux/package/shfs/Makefile @@ -43,7 +43,7 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_KMOD_SHFS): install -m0755 -d $(IDIR_KMOD_SHFS)/lib/modules/$(LINUX_VERSION) - cp -fpR $(PKG_INSTALL_DIR)/lib/modules/$(LINUX_VERSION)/kernel/fs/shfs/shfs.*o \ + cp -fpR $(PKG_INSTALL_DIR)/lib/modules/$(LINUX_VERSION)/kernel/fs/shfs/shfs.$(LINUX_KMOD_SUFFIX) \ $(IDIR_KMOD_SHFS)/lib/modules/$(LINUX_VERSION)/ $(RSTRIP_KMOD) $(IDIR_KMOD_SHFS) $(IPKG_BUILD) $(IDIR_KMOD_SHFS) $(PACKAGE_DIR) |
