index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
scripts/rstrip.sh
1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh
index 09a2f9f551..252522bfaa 100755
--- a/
scripts/rstrip.sh
+++ b/
scripts/rstrip.sh
@@ -32,4 +32,5 @@ find $TARGETS -type f -a -exec file {} \; | \
eval "$STRIP_KMOD $F" || \
eval "$STRIP $F"
done
+ true
)