summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/shfs/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-08 03:49:58 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-08 03:49:58 +0000
commit4cd5f4c04e34e5a74aa1e5921398f22a1442e07e (patch)
tree2325039a272afcf2df397d397186de82cd4693a0 /openwrt/target/linux/package/shfs/Makefile
parent9707497f94027fd67f3bdc5bc3dfca9ae983d78b (diff)
don't strip kernel modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2390 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/shfs/Makefile')
-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 0120d702c..811c85c38 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)