mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
reset CONFIG_SECTION when calling config_load
SVN-Revision: 5318
This commit is contained in:
parent
8a7cf55e06
commit
12ccb1ed73
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ config_clear() {
|
|||
}
|
||||
|
||||
config_load() {
|
||||
CONFIG_SECTION=
|
||||
local DIR="./"
|
||||
_C=0
|
||||
[ \! -e "$1" -a -e "/etc/config/$1" ] && {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue