mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:32:49 +02:00
fix overzealous kmod stripping - it killed kernel module parameters (#1301)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6271 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
74ff58c57a
commit
d286ea505d
2
rules.mk
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user