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 | 083034a599d882b2570d64d23c30aeb86c71397e (patch) | |
tree | c6865cd6127ad03058f728c1d527c9508c61a2e6 /include | |
parent | 5d8c92d1db176cca2bd1cd025c2700bd89a174d3 (diff) | |
download | upstream-083034a599d882b2570d64d23c30aeb86c71397e.tar.gz upstream-083034a599d882b2570d64d23c30aeb86c71397e.tar.bz2 upstream-083034a599d882b2570d64d23c30aeb86c71397e.zip |
tools: replace ipkg-utils with a reduced ipkg-build variant in scripts/
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45129 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-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 |