summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package/shfs
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-08 03:49:58 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-08 03:49:58 +0000
commit61d11947fefbc2327a1b6d3ccfc9e56c04b58f36 (patch)
tree5148c4fefa4c15d0a46ef97be22d7ab333e363ca /openwrt/target/linux/package/shfs
parent7c3871569458ab2a497937f68e81172bfc0e7802 (diff)
downloadmtk-20170518-61d11947fefbc2327a1b6d3ccfc9e56c04b58f36.zip
mtk-20170518-61d11947fefbc2327a1b6d3ccfc9e56c04b58f36.tar.gz
mtk-20170518-61d11947fefbc2327a1b6d3ccfc9e56c04b58f36.tar.bz2
don't strip kernel modules
SVN-Revision: 2390
Diffstat (limited to 'openwrt/target/linux/package/shfs')
-rw-r--r--openwrt/target/linux/package/shfs/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/shfs/Makefile b/openwrt/target/linux/package/shfs/Makefile
index 0120d70..811c85c 100644
--- a/openwrt/target/linux/package/shfs/Makefile
+++ b/openwrt/target/linux/package/shfs/Makefile
@@ -46,6 +46,5 @@ $(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.$(LINUX_KMOD_SUFFIX) \
$(IDIR_KMOD_SHFS)/lib/modules/$(LINUX_VERSION)/
- $(RSTRIP_KMOD) $(IDIR_KMOD_SHFS)
$(IPKG_BUILD) $(IDIR_KMOD_SHFS) $(PACKAGE_DIR)