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 | 99dd3e13fc1c48a75842dbe87ddd1e87a3e213de (patch) | |
tree | e966dbb2081e58c2555cc54f339ce70140b5944f /scripts/ipkg | |
parent | 64a8d6c4059674ddade73eb13866c6c14328f872 (diff) | |
download | upstream-99dd3e13fc1c48a75842dbe87ddd1e87a3e213de.tar.gz upstream-99dd3e13fc1c48a75842dbe87ddd1e87a3e213de.tar.bz2 upstream-99dd3e13fc1c48a75842dbe87ddd1e87a3e213de.zip |
make opkg the default package manager, disable busybox ipkg from building by default
SVN-Revision: 12319
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 |