diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-10-20 11:53:16 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-10-20 11:53:16 +0000 |
commit | e337d002fe4f258897f9d7ac5292e243b88b4cfd (patch) | |
tree | fb40c9c695fa7cf5e018b5174dcc201539cd61ef /package/iptables | |
parent | fc7bf9e3254aec9325a2bbf26d0aece41d434855 (diff) | |
download | buildroot-novena-e337d002fe4f258897f9d7ac5292e243b88b4cfd.tar.gz buildroot-novena-e337d002fe4f258897f9d7ac5292e243b88b4cfd.zip |
package/: remove redundant install-strip in *_TARGET_INSTALL_OPT
It's default now.
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/iptables.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 5cc98e2a1..fe9a9f6af 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -9,7 +9,6 @@ IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables IPTABLES_CONF_OPT = --libexecdir=/usr/lib IPTABLES_INSTALL_TARGET = YES -IPTABLES_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-strip IPTABLES_AUTORECONF = YES IPTABLES_DEPENDENCIES = |