projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add final fix for brcm47xx-2.6 memory corruption (patch from #1465)
[openwrt.git]
/
package
/
iptables
/
Makefile
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index
6e486df
..
f29aad3
100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-91,6
+91,7
@@
define Package/iptables-mod-ipopt
iptables extensions for matching/changing IP packet options.\\\
\\\
Includes: \\\
iptables extensions for matching/changing IP packet options.\\\
\\\
Includes: \\\
+ - libipt_CLASSIFY \\\
- libipt_dscp/DSCP \\\
- libipt_ecn/ECN \\\
- libipt_length \\\
- libipt_dscp/DSCP \\\
- libipt_ecn/ECN \\\
- libipt_length \\\
@@
-162,7
+163,11
@@
define Package/ip6tables
TITLE:=IPv6 firewall administration tool
endef
TITLE:=IPv6 firewall administration tool
endef
+$(PKG_BUILD_DIR)/.configured: $(LINUX_DIR)/.config
+
define Build/Configure
define Build/Configure
+ $(MAKE) -C $(PKG_BUILD_DIR) \
+ clean
endef
define Build/Compile
endef
define Build/Compile
This page took
0.033678 seconds
and
4
git commands to generate.