aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/files
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2008-07-29 17:23:52 +0000
committerTravis Kemen <thepeople@openwrt.org>2008-07-29 17:23:52 +0000
commit44ef6c1c3d1ef19671889307b45ad0652bcb22ce (patch)
treefc253a2f741b1e70706cbe98ba17421440ada173 /package/opkg/files
parentd7a52d4599418fabb499098511698adcdd53916e (diff)
downloadupstream-44ef6c1c3d1ef19671889307b45ad0652bcb22ce.tar.gz
upstream-44ef6c1c3d1ef19671889307b45ad0652bcb22ce.tar.bz2
upstream-44ef6c1c3d1ef19671889307b45ad0652bcb22ce.zip
remove opkg config file and link ipkg.conf to opkg.conf being they are the same
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11994 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg/files')
-rw-r--r--package/opkg/files/opkg.conf4
-rw-r--r--package/opkg/files/postinst1
2 files changed, 1 insertions, 4 deletions
diff --git a/package/opkg/files/opkg.conf b/package/opkg/files/opkg.conf
deleted file mode 100644
index f7f96fe2b6..0000000000
--- a/package/opkg/files/opkg.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/opkg-lists
diff --git a/package/opkg/files/postinst b/package/opkg/files/postinst
index c479744500..6aa8731ee9 100644
--- a/package/opkg/files/postinst
+++ b/package/opkg/files/postinst
@@ -1,2 +1,3 @@
#!/bin/sh
ln -sf "${IPKG_INSTROOT}/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"
+ln -sf "${IPKG_INSTROOT}/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf"