1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

always return true in rstrip.sh

SVN-Revision: 6132
This commit is contained in:
Felix Fietkau 2007-01-20 01:17:28 +00:00
parent d4f9ece3a6
commit f0d41ad105

@ -32,4 +32,5 @@ find $TARGETS -type f -a -exec file {} \; | \
eval "$STRIP_KMOD $F" || \
eval "$STRIP $F"
done
true
)