mirror of https://github.com/hak5/openwrt.git
remove /etc/firewall.* from being kept as they no longer are used in trunk
SVN-Revision: 12320lede-17.01
parent
99dd3e13fc
commit
0b2111d1fb
|
@ -44,7 +44,7 @@ EOF
|
||||||
|
|
||||||
add_uci_conffiles() {
|
add_uci_conffiles() {
|
||||||
local file="$1"
|
local file="$1"
|
||||||
find /etc/config /etc/passwd /etc/group /etc/dropbear /etc/firewall.* > "$file"
|
find /etc/config /etc/passwd /etc/group /etc/dropbear > "$file"
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue