X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=scripts%2Fstrip-kmod.sh;h=13e6b58007f92fa870afcb58da9ac88df7957c19;hb=7dbbdfb61f99a765ff02d40daa1d63c769df41ef;hp=2a75e39821121b7992f3ba66687077fa7a649a74;hpb=7b609a31bede49a725e79324b49a16b0d31a9323;p=openwrt%2Fstaging%2Fyousong.git diff --git a/scripts/strip-kmod.sh b/scripts/strip-kmod.sh index 2a75e39821..13e6b58007 100755 --- a/scripts/strip-kmod.sh +++ b/scripts/strip-kmod.sh @@ -38,9 +38,10 @@ BEGIN { n = 0 } -$3 && $2 ~ /[brtd]/ && $3 !~ /\$LC/ { +$3 && $2 ~ /[brtd]/ && $3 !~ /\$LC/ && !def[$3] { print "--redefine-sym "$3"=_"n; n = n + 1 + def[$3] = 1 } ' > "$MODULE.tmp1"