projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6ee036
)
Remove ip6t_* kernel modules from iptables-extra package
author
Nicolas Thill
<nico@openwrt.org>
Tue, 8 Mar 2005 01:22:14 +0000
(
01:22
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 8 Mar 2005 01:22:14 +0000
(
01:22
+0000)
SVN-Revision: 346
openwrt/package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/iptables/Makefile
b/openwrt/package/iptables/Makefile
index b0c1f7786ba87ac951ff9e5413a9c16b94567fa8..f8c0723a7181de7d242fc9ff14999e980186e764 100644
(file)
--- a/
openwrt/package/iptables/Makefile
+++ b/
openwrt/package/iptables/Makefile
@@
-61,8
+61,6
@@
$(PKG_IPT): $(PKG_BUILD_DIR)/iptables
(cd $(PKG_BUILD_DIR)/extensions; \
cp $(patsubst %,libipt_%.so,$(ext-y)) $(I_IPT)/usr/lib/iptables)
-$(STRIP) $(I_IPT)/usr/lib/iptables/*.so
- mkdir -p $(I_IPT_EXTRA)/$(MODULES_SUBDIR)
- cp $(MODULES_DIR)/kernel/net/ipv6/netfilter/*.o $(I_IPT_EXTRA)/$(MODULES_SUBDIR)
mkdir -p $(PACKAGE_DIR)
$(IPKG_BUILD) $(I_IPT) $(PACKAGE_DIR)