projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes for common config functions
[openwrt.git]
/
package
/
iptables
/
Makefile
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index
7490277
..
f8f5909
100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-1,7
+1,7
@@
# $Id$
include $(TOPDIR)/rules.mk
# $Id$
include $(TOPDIR)/rules.mk
-include $(
TOPDIR)/include
/kernel.mk
+include $(
INCLUDE_DIR)
/kernel.mk
PKG_NAME:=iptables
PKG_VERSION:=1.3.5
PKG_NAME:=iptables
PKG_VERSION:=1.3.5
@@
-20,10
+20,10
@@
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_MENU:=IPv4 / IPv6 firewall administration
PKG_MENU:=IPv4 / IPv6 firewall administration
-include $(
TOPDIR)/include
/package.mk
+include $(
INCLUDE_DIR)
/package.mk
ifeq ($(DUMP),)
ifeq ($(DUMP),)
-include $(LINUX_DIR)/.config
-include $(
TOPDIR)/include
/netfilter.mk
+
-
include $(LINUX_DIR)/.config
+include $(
INCLUDE_DIR)
/netfilter.mk
endif
define Package/iptables
endif
define Package/iptables
This page took
0.022869 seconds
and
4
git commands to generate.