projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove support for ipp2p - it's unmaintained, broken, overmatching and undermatching...
[openwrt.git]
/
package
/
iptables
/
Makefile
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index
43a3cdf
..
1074f58
100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-20,7
+20,7
@@
endif
ifeq ($(CONFIG_LINUX_2_6),y)
PKG_VERSION:=1.4.1.1
ifeq ($(CONFIG_LINUX_2_6),y)
PKG_VERSION:=1.4.1.1
- PKG_RELEASE:=
1
+ PKG_RELEASE:=
2
PKG_MD5SUM:=723fa88d8a0915e184f99e03e9bf06cb
endif
PKG_MD5SUM:=723fa88d8a0915e184f99e03e9bf06cb
endif
@@
-211,9
+211,6
@@
define Package/iptables-mod-extra/description
- libipt_recent
- iptable_raw
- libipt_NOTRACK
- libipt_recent
- iptable_raw
- libipt_NOTRACK
- - libipt_TARPIT
- - libipt_DELUDE
- - libipt_CHAOS
endef
define Package/iptables-mod-ipset
endef
define Package/iptables-mod-ipset
@@
-256,7
+253,10
@@
endif
TARGET_CPPFLAGS := -I$(PKG_BUILD_DIR)/include $(TARGET_CPPFLAGS)
TARGET_CFLAGS += $(FPIC)
TARGET_CPPFLAGS := -I$(PKG_BUILD_DIR)/include $(TARGET_CPPFLAGS)
TARGET_CFLAGS += $(FPIC)
-CONFIGURE_ARGS += --enable-devel --with-xtlibdir=/usr/lib/iptables
+CONFIGURE_ARGS += \
+ --enable-devel \
+ --with-kernel="$(LINUX_DIR)" \
+ --with-xtlibdir=/usr/lib/iptables
define Build/Compile
mkdir -p $(PKG_INSTALL_DIR)
define Build/Compile
mkdir -p $(PKG_INSTALL_DIR)
This page took
0.025009 seconds
and
4
git commands to generate.