X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=rules.mk;h=b63fcf31c8f5f7a6934473e64992f4188263599c;hp=42e997859173c1d3c826d05c169755b0fed69ce9;hb=f9c33507e01c7f3b96f75fe7be123fc2a971ae49;hpb=e78d95902de621573dcc3b3c139f40d28e35e9f5 diff --git a/rules.mk b/rules.mk index 42e9978591..b63fcf31c8 100644 --- a/rules.mk +++ b/rules.mk @@ -88,7 +88,7 @@ TARGET_CONFIGURE_OPTS:= \ # strip an entire directory RSTRIP:= \ STRIP="$(STRIP)" \ - STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" \ + STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment -w -K '__mod*'" \ $(SCRIPT_DIR)/rstrip.sh # where to build (and put) .ipk packages