diff options
author | Travis Kemen <thepeople@openwrt.org> | 2008-08-16 06:35:14 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2008-08-16 06:35:14 +0000 |
commit | 55722b974ec5008da60e6e2abb72248f43064600 (patch) | |
tree | 73d062cf40a8a2e0aaf64721d7f06700eda6eb71 /scripts/ipkg | |
parent | e1136282239d6a0fbe5098137b21407b6b140251 (diff) | |
download | upstream-55722b974ec5008da60e6e2abb72248f43064600.tar.gz upstream-55722b974ec5008da60e6e2abb72248f43064600.tar.bz2 upstream-55722b974ec5008da60e6e2abb72248f43064600.zip |
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
Diffstat (limited to 'scripts/ipkg')
-rwxr-xr-x | scripts/ipkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ipkg b/scripts/ipkg index 311f3abdb5..9143c984ed 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 |