1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-27 16:11:06 +02:00

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
This commit is contained in:
thepeople 2010-03-04 02:42:23 +00:00
parent a7b6796e7d
commit bab04c244d

View File

@ -51,9 +51,8 @@ EOF
add_uci_conffiles() { add_uci_conffiles() {
local file="$1" local file="$1"
find /etc/config/httpd /etc/config/network /etc/config/system /etc/config/wireless /etc/config/fstab \ find /etc/config /etc/passwd /etc/group /etc/dropbear \
/etc/firewall.user /etc/rc.local /etc/passwd /etc/group /etc/hosts -type f > "$file" /etc/firewall.user /etc/rc.local -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"
return 0 return 0
} }