revert r19964 for now, there are issues with opkg/ipkg.py generating the status db

SVN-Revision: 19970
v19.07.3_mercusys_ac12_duma
Travis Kemen 14 years ago
parent d29c671202
commit 32f6e6c44d

@ -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
}

Loading…
Cancel
Save