make opkg the default package manager, disable busybox ipkg from building by default

SVN-Revision: 12319
This commit is contained in:
Travis Kemen
2008-08-16 06:35:14 +00:00
parent 64a8d6c405
commit 99dd3e13fc
9 changed files with 17 additions and 14 deletions

View File

@@ -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