1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

don't strip kernel modules

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2390 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2005-11-08 03:49:58 +00:00
parent 97c31ddb56
commit edb00048a3
3 changed files with 0 additions and 5 deletions

View File

@@ -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)