diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-27 06:06:06 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-27 06:06:06 +0000 |
commit | 3944181a23e7dd1e798c665541d2acef42877f7c (patch) | |
tree | 97f0edb013138035bb7803956b3500709166d73b | |
parent | 4e222cdbd80897f951dff694bebe06b7fcf95bf6 (diff) |
remove doubled line
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1081 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/rules.mk | 2 |
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 |