summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-27 06:06:06 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-27 06:06:06 +0000
commit3944181a23e7dd1e798c665541d2acef42877f7c (patch)
tree97f0edb013138035bb7803956b3500709166d73b /openwrt
parent4e222cdbd80897f951dff694bebe06b7fcf95bf6 (diff)
remove doubled line
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1081 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/rules.mk b/openwrt/rules.mk
index 63ee1097b..2cfd208fc 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