summaryrefslogtreecommitdiff
path: root/scripts/ipkg
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2008-08-16 06:35:14 +0000
committerTravis Kemen <thepeople@openwrt.org>2008-08-16 06:35:14 +0000
commit99dd3e13fc1c48a75842dbe87ddd1e87a3e213de (patch)
treee966dbb2081e58c2555cc54f339ce70140b5944f /scripts/ipkg
parent64a8d6c4059674ddade73eb13866c6c14328f872 (diff)
downloadmtk-20170518-99dd3e13fc1c48a75842dbe87ddd1e87a3e213de.zip
mtk-20170518-99dd3e13fc1c48a75842dbe87ddd1e87a3e213de.tar.gz
mtk-20170518-99dd3e13fc1c48a75842dbe87ddd1e87a3e213de.tar.bz2
make opkg the default package manager, disable busybox ipkg from building by default
SVN-Revision: 12319
Diffstat (limited to 'scripts/ipkg')
-rwxr-xr-xscripts/ipkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ipkg b/scripts/ipkg
index 311f3ab..9143c98 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