aboutsummaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-05-27 06:06:06 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-05-27 06:06:06 +0000
commitb66b8a9ac87878282e2c9b79fd086b77bfe63046 (patch)
treef3bc93038ec46f69917c2067b989a7acc399cc5c /rules.mk
parent5a58e641b994830bc7290c9f3db84aa51cae58e9 (diff)
downloadupstream-b66b8a9ac87878282e2c9b79fd086b77bfe63046.tar.gz
upstream-b66b8a9ac87878282e2c9b79fd086b77bfe63046.tar.bz2
upstream-b66b8a9ac87878282e2c9b79fd086b77bfe63046.zip
remove doubled line
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1081 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index 63ee1097ba..2cfd208fcc 100644
--- a/rules.mk
+++ b/rules.mk
@@ -123,5 +123,5 @@ IPKG_BUILD := PATH="$(TARGET_PATH)" ipkg-build -c -o root -g root
IPKG_TARGET_DIR := $(PACKAGE_DIR)
RSTRIP:=STRIP="$(STRIP)" $(SCRIPT_DIR)/rstrip.sh
-RSTRIP_KMOD:=STRIP="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.comment" $(SCRIPT_DIR)/rstrip.sh
+RSTRIP_KMOD:=STRIP="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" $(SCRIPT_DIR)/rstrip.sh