aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/sbin/sysupgrade
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2010-03-04 02:42:23 +0000
committerTravis Kemen <thepeople@openwrt.org>2010-03-04 02:42:23 +0000
commit62fb99fe0ef77e69d33196fc6b94dada9c4293ca (patch)
tree7cb6101ccef44c156b0d488a2d2266c3d30ad07f /package/base-files/files/sbin/sysupgrade
parentd67641c2487aeef3b280ea9c1cbd232025a94e11 (diff)
downloadmaster-187ad058-62fb99fe0ef77e69d33196fc6b94dada9c4293ca.tar.gz
master-187ad058-62fb99fe0ef77e69d33196fc6b94dada9c4293ca.tar.bz2
master-187ad058-62fb99fe0ef77e69d33196fc6b94dada9c4293ca.zip
revert r19964 for now, there are issues with opkg/ipkg.py generating the status db
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19970 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/sbin/sysupgrade')
-rwxr-xr-xpackage/base-files/files/sbin/sysupgrade5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/base-files/files/sbin/sysupgrade b/package/base-files/files/sbin/sysupgrade
index 4d04ab4ea5..0cf51cfb78 100755
--- a/package/base-files/files/sbin/sysupgrade
+++ b/package/base-files/files/sbin/sysupgrade
@@ -51,9 +51,8 @@ EOF
add_uci_conffiles() {
local file="$1"
- find /etc/config/httpd /etc/config/network /etc/config/system /etc/config/wireless /etc/config/fstab \
- /etc/firewall.user /etc/rc.local /etc/passwd /etc/group /etc/hosts -type f > "$file"
- find `cat /usr/lib/opkg/status | grep "Conffiles:" | grep -v -e "/etc/banner" -e "/etc/opkg.conf" |cut -d':' -f2` -type f >> "$file"
+ find /etc/config /etc/passwd /etc/group /etc/dropbear \
+ /etc/firewall.user /etc/rc.local -type f > "$file"
return 0
}