projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a22b5c
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@346
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/iptables/Makefile
b/openwrt/package/iptables/Makefile
index
b0c1f77
..
f8c0723
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)