From 76047329b377d4177c703cc31bd7844848ea5415 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 2 Jun 2008 11:54:05 +0000 Subject: [PATCH] We do not need to make the experimental/install-experimental targets starting with 1.4.x version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11325 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/iptables/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 9d6d8f842..6cbc9f53c 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -15,6 +15,7 @@ ifeq ($(CONFIG_LINUX_2_4),y) PKG_VERSION:=1.3.8 PKG_RELEASE:=3 PKG_MD5SUM:=0a9209f928002e5eee9cdff8fef4d4b3 + MAKE_TARGETS:=experimental install-experimental endif ifeq ($(CONFIG_LINUX_2_6),y) @@ -230,7 +231,7 @@ define Build/Compile KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \ KBUILD_OUTPUT="$(LINUX_DIR)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ - all experimental install install-experimental + all install $(MAKE_TARGETS) endef define Build/InstallDev -- 2.35.1