diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 07:35:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 07:35:26 +0000 |
commit | 55c5d10ca9c98ef8424d939aa950a04d30cbbe24 (patch) | |
tree | e095aa26393fd6c2edf58a4160c487264f2e7f76 /include/package-ipkg.mk | |
parent | 61dd3c80134845c4aabbe1737d30418d67d0a2de (diff) | |
download | upstream-55c5d10ca9c98ef8424d939aa950a04d30cbbe24.tar.gz upstream-55c5d10ca9c98ef8424d939aa950a04d30cbbe24.tar.bz2 upstream-55c5d10ca9c98ef8424d939aa950a04d30cbbe24.zip |
tools: replace ipkg-utils with a reduced ipkg-build variant in scripts/
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45129
Diffstat (limited to 'include/package-ipkg.mk')
-rw-r--r-- | include/package-ipkg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 5ea39e1b06..943b383b62 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -9,7 +9,7 @@ include $(INCLUDE_DIR)/feeds.mk # invoke ipkg-build with some default options IPKG_BUILD:= \ - $(STAGING_DIR_HOST)/bin/ipkg-build -c -o 0 -g 0 + $(SCRIPT_DIR)/ipkg-build -c -o 0 -g 0 IPKG_STATE_DIR:=$(TARGET_DIR)/usr/lib/opkg |