X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c419e2f1325ba913b556e1f4f9f3ab5d048f27a5..4988b87031f9cde0faae2223b2e7172284913a5d:/openwrt/rules.mk?ds=inline diff --git a/openwrt/rules.mk b/openwrt/rules.mk index 63ee1097b..2cfd208fc 100644 --- a/openwrt/rules.mk +++ b/openwrt/rules.mk @@ -123,5 +123,5 @@ IPKG_BUILD := PATH="$(TARGET_PATH)" ipkg-build -c -o root -g root IPKG_TARGET_DIR := $(PACKAGE_DIR) RSTRIP:=STRIP="$(STRIP)" $(SCRIPT_DIR)/rstrip.sh -RSTRIP_KMOD:=STRIP="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.comment" $(SCRIPT_DIR)/rstrip.sh +RSTRIP_KMOD:=STRIP="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" $(SCRIPT_DIR)/rstrip.sh