From ba29a7550e93121f1e09d256786f105708c5d29d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 28 Oct 2006 14:56:17 +0000 Subject: [PATCH] backport change from trunk SVN-Revision: 5322 --- openwrt/package/base-files/default/etc/functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/package/base-files/default/etc/functions.sh b/openwrt/package/base-files/default/etc/functions.sh index b33338b216..60ead7f13a 100755 --- a/openwrt/package/base-files/default/etc/functions.sh +++ b/openwrt/package/base-files/default/etc/functions.sh @@ -140,6 +140,7 @@ config_clear() { } config_load() { + CONFIG_SECTION= local DIR="./" _C=0 [ \! -e "$1" -a -e "/etc/config/$1" ] && { -- 2.30.2