aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files
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
commit55722b974ec5008da60e6e2abb72248f43064600 (patch)
tree73d062cf40a8a2e0aaf64721d7f06700eda6eb71 /package/base-files/files
parente1136282239d6a0fbe5098137b21407b6b140251 (diff)
downloadupstream-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 'package/base-files/files')
-rwxr-xr-xpackage/base-files/files/bin/firstboot2
-rw-r--r--package/base-files/files/etc/ipkg.conf4
2 files changed, 1 insertions, 5 deletions
diff --git a/package/base-files/files/bin/firstboot b/package/base-files/files/bin/firstboot
index ad87f7482e..c245d517c2 100755
--- a/package/base-files/files/bin/firstboot
+++ b/package/base-files/files/bin/firstboot
@@ -25,7 +25,7 @@ dupe() { # <new_root> <old_root>
case "$file" in
./rom/note) ;; #nothing
./etc/config*|\
- ./usr/lib/ipkg/info/*) cp -af $2/$file $file;;
+ ./usr/lib/opkg/info/*) cp -af $2/$file $file;;
*) ln -sf /rom/${file#./*} $file;;
esac
done
diff --git a/package/base-files/files/etc/ipkg.conf b/package/base-files/files/etc/ipkg.conf
deleted file mode 100644
index c6c9dc717b..0000000000
--- a/package/base-files/files/etc/ipkg.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-src snapshots http://downloads.openwrt.org/snapshots/$S/packages
-dest root /
-dest ram /tmp
-lists_dir ext /var/ipkg-lists