remove doubled line
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 27 May 2005 06:06:06 +0000 (06:06 +0000)
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 27 May 2005 06:06:06 +0000 (06:06 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1081 3c298f89-4303-0410-b956-a3cf2f4a3e73

rules.mk

index 63ee109..2cfd208 100644 (file)
--- 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