diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-05-27 06:06:06 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-05-27 06:06:06 +0000 |
commit | b66b8a9ac87878282e2c9b79fd086b77bfe63046 (patch) | |
tree | f3bc93038ec46f69917c2067b989a7acc399cc5c /rules.mk | |
parent | 5a58e641b994830bc7290c9f3db84aa51cae58e9 (diff) | |
download | upstream-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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |