diff options
Diffstat (limited to 'package/opkg/files')
-rw-r--r-- | package/opkg/files/opkg.conf | 4 | ||||
-rw-r--r-- | package/opkg/files/postinst | 2 |
2 files changed, 6 insertions, 0 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 new file mode 100644 index 0000000000..c479744500 --- /dev/null +++ b/package/opkg/files/postinst @@ -0,0 +1,2 @@ +#!/bin/sh +ln -sf "${IPKG_INSTROOT}/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg" |