mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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