aboutsummaryrefslogtreecommitdiffstats
path: root/include/package-ipkg.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-29 07:35:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-29 07:35:26 +0000
commit083034a599d882b2570d64d23c30aeb86c71397e (patch)
treec6865cd6127ad03058f728c1d527c9508c61a2e6 /include/package-ipkg.mk
parent5d8c92d1db176cca2bd1cd025c2700bd89a174d3 (diff)
downloadmaster-187ad058-083034a599d882b2570d64d23c30aeb86c71397e.tar.gz
master-187ad058-083034a599d882b2570d64d23c30aeb86c71397e.tar.bz2
master-187ad058-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/package-ipkg.mk')
-rw-r--r--include/package-ipkg.mk2
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