diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-07-31 21:11:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-07-31 21:11:15 +0000 |
commit | 434f4269ea51f04428380fd0099fbefe76955430 (patch) | |
tree | ae40b81c77a3df2c0c256a1c5801b6eee03d0821 /package/uci | |
parent | 709eae54e465fc9c482ccd97142a29b4c4e09686 (diff) | |
download | upstream-434f4269ea51f04428380fd0099fbefe76955430.tar.gz upstream-434f4269ea51f04428380fd0099fbefe76955430.tar.bz2 upstream-434f4269ea51f04428380fd0099fbefe76955430.zip |
initialize the CONFIG_APPEND variable
SVN-Revision: 12050
Diffstat (limited to 'package/uci')
-rw-r--r-- | package/uci/files/lib/config/uci.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/uci/files/lib/config/uci.sh b/package/uci/files/lib/config/uci.sh index c226f4fe1a..f5d8ddc1f0 100644 --- a/package/uci/files/lib/config/uci.sh +++ b/package/uci/files/lib/config/uci.sh @@ -17,6 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +CONFIG_APPEND= uci_load() { local PACKAGE="$1" local DATA |