From 7de073be0ea47017c2876d97cf12ba3de2233abb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 24 Jan 2011 16:48:47 -0800 Subject: bitbake.conf,nylon.conf,openwrt-sdk.conf: Use opkg-build instead of ipkg-build * Rename IPKGBUILDCMD to OPKGBUILDCMD Signed-off-by: Khem Raj Acked-by: Koen Kooi Acked-by: Graham Gower --- conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/bitbake.conf') diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 042a06c2d8..ad2e721c77 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -663,7 +663,7 @@ export PATCH_GET="0" # Program to be used to build ipkg packages -IPKGBUILDCMD = "ipkg-build -o 0 -g 0" +OPKGBUILDCMD = "opkg-build -o 0 -g 0" ################################################################## # Not sure about the rest of this yet. -- cgit 1.2.3-korg