mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
reset CONFIG_SECTION when calling config_load
SVN-Revision: 5318
This commit is contained in:
parent
8a7cf55e06
commit
12ccb1ed73
@ -77,6 +77,7 @@ config_clear() {
|
||||
}
|
||||
|
||||
config_load() {
|
||||
CONFIG_SECTION=
|
||||
local DIR="./"
|
||||
_C=0
|
||||
[ \! -e "$1" -a -e "/etc/config/$1" ] && {
|
||||
|
Loading…
Reference in New Issue
Block a user