X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0d90732bbd5531f4ce57b25e74142d7b705e1db8..16530342e5f63527dc2e0c78dcaef4f4b68ceb48:/openwrt/rules.mk diff --git a/openwrt/rules.mk b/openwrt/rules.mk index f8c6f6d39..2cfd208fc 100644 --- a/openwrt/rules.mk +++ b/openwrt/rules.mk @@ -113,7 +113,7 @@ endif # invoke ipkg with configuration in $(STAGING_DIR)/etc/ipkg.conf -IPKG := IPKG_INSTROOT=$(TARGET_DIR) IPKG_CONF_DIR=$(STAGING_DIR)/etc $(TARGET_DIR)/bin/ipkg -force-defaults -force-depends +IPKG := IPKG_INSTROOT=$(TARGET_DIR) IPKG_CONF_DIR=$(STAGING_DIR)/etc $(SCRIPT_DIR)/ipkg -force-defaults -force-depends IPKG_STATE_DIR := $(TARGET_DIR)/usr/lib/ipkg # invoke ipkg-build with some default options @@ -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