mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user