From fff943cadd32493d17a6ee0a5f7f1d05be7baf80 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 6 Mar 2005 11:02:08 +0000 Subject: [PATCH] Change ipkg invocation and add -force-defaults option SVN-Revision: 313 --- openwrt/rules.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openwrt/rules.mk b/openwrt/rules.mk index 681d4f9b1c..4218bbf1b2 100644 --- a/openwrt/rules.mk +++ b/openwrt/rules.mk @@ -112,7 +112,8 @@ endif # invoke ipkg with configuration in $(STAGING_DIR)/etc/ipkg.conf -IPKG := PATH="$(TARGET_PATH)" IPKG_CONF_DIR=$(STAGING_DIR)/etc ipkg -force-depends +IPKG := IPKG_CONF_DIR=$(STAGING_DIR)/etc $(TARGET_DIR)/bin/ipkg -force-defaults -force-depends +IPKG_STATE_DIR := $(TARGET_DIR)/usr/lib/ipkg # invoke ipkg-build with some default options IPKG_BUILD := PATH="$(TARGET_PATH)" ipkg-build -c -o root -g root