From 3c087553827269f44021cb5204860e32ea864eb7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 1 Aug 2012 16:26:06 +0200 Subject: enable module stripping --- scripts/rstrip.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/rstrip.sh') diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh index 951362d35..846bafd2f 100644 --- a/scripts/rstrip.sh +++ b/scripts/rstrip.sh @@ -40,8 +40,8 @@ find $TARGETS -type f -a -exec file {} \; | \ case $line in *ELF*executable*,\ not\ stripped*) S=executable ;; - */lib/modules/2.*.o:*ELF*relocatable*,\ not\ stripped* | \ - */lib/modules/2.*.ko:*ELF*relocatable*,\ not\ stripped*) + */lib/modules/3.*.o:*ELF*relocatable*,\ not\ stripped* | \ + */lib/modules/3.*.ko:*ELF*relocatable*,\ not\ stripped*) # kernel module parametres must not be stripped off T="$T --strip-unneeded $(echo $(${prefix}nm $F | \ sed -n -e '/__param_/s/^.*__param_/-K /p' \ -- cgit v1.2.3