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 /package/opkg/files | |
parent | e1136282239d6a0fbe5098137b21407b6b140251 (diff) | |
download | master-187ad058-55722b974ec5008da60e6e2abb72248f43064600.tar.gz master-187ad058-55722b974ec5008da60e6e2abb72248f43064600.tar.bz2 master-187ad058-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/opkg/files')
-rw-r--r-- | package/opkg/files/opkg.conf | 4 | ||||
-rw-r--r-- | package/opkg/files/postinst | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/package/opkg/files/opkg.conf b/package/opkg/files/opkg.conf new file mode 100644 index 0000000000..f7f96fe2b6 --- /dev/null +++ b/package/opkg/files/opkg.conf @@ -0,0 +1,4 @@ +src snapshots http://downloads.openwrt.org/snapshots/$S/packages +dest root / +dest ram /tmp +lists_dir ext /var/opkg-lists diff --git a/package/opkg/files/postinst b/package/opkg/files/postinst deleted file mode 100644 index c2bb38187d..0000000000 --- a/package/opkg/files/postinst +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -ln -sf "/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg" -ln -sf "/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf" |