From d87c24664006f80ccd12d42fd735fefda4fa50aa Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Mon, 7 Mar 2011 12:55:27 +0800 Subject: [PATCH] update opkg.conf, don't using /tmp keep packages information the /var is symlink to /tmp. which /tmp is always lose when reboot --- target/linux/xburst/base-files/etc/opkg.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/xburst/base-files/etc/opkg.conf b/target/linux/xburst/base-files/etc/opkg.conf index 0c45e55f0..8d9e84f97 100644 --- a/target/linux/xburst/base-files/etc/opkg.conf +++ b/target/linux/xburst/base-files/etc/opkg.conf @@ -1,5 +1,5 @@ -src/gz snapshots http://downloads.qi-hardware.com/software/packages/NanoNote/Ben/latest/ +src/gz snapshots http://downloads.qi-hardware.com/software/packages/NanoNote/Ben/latest dest root / -dest ram /tmp -lists_dir ext /var/opkg-lists +dest ram /usr/share/opkg/tmp +lists_dir ext /usr/share/opkg option overlay_root /overlay