aboutsummaryrefslogtreecommitdiff
path: root/openwrt/rules.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-05-27 06:06:06 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-05-27 06:06:06 +0000
commit2a6f48ecb9932956d839658ddb5c1686b8af56be (patch)
tree97f0edb013138035bb7803956b3500709166d73b /openwrt/rules.mk
parent13ba0a465b815c251069328f00e0029b46c85f61 (diff)
remove doubled line
SVN-Revision: 1081
Diffstat (limited to 'openwrt/rules.mk')
-rw-r--r--openwrt/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/rules.mk b/openwrt/rules.mk
index 63ee1097ba..2cfd208fcc 100644
--- a/openwrt/rules.mk
+++ b/openwrt/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