From d5dc9a90873047ab07107833a950320ae3b2b41f Mon Sep 17 00:00:00 2001 From: thepeople Date: Sat, 16 Aug 2008 06:35:14 +0000 Subject: make opkg the default package manager, disable busybox ipkg from building by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12319 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/ipkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ipkg') diff --git a/scripts/ipkg b/scripts/ipkg index 311f3abdb..9143c984e 100755 --- a/scripts/ipkg +++ b/scripts/ipkg @@ -116,7 +116,7 @@ Valid destinations are directories or one of the dest names from $IPKG_CONF:" >& fi # Global ipkg state directories - IPKG_DIR_PREFIX=usr/lib/ipkg + IPKG_DIR_PREFIX=usr/lib/opkg IPKG_LISTS_DIR=$IPKG_OFFLINE_ROOT/$IPKG_DIR_PREFIX/lists IPKG_PENDING_DIR=$IPKG_OFFLINE_ROOT/$IPKG_DIR_PREFIX/pending if [ -z "$IPKG_TMP" ]; then -- cgit v1.2.3