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 | 62381bde91b60e54e2813bed9d19982732f550cb (patch) | |
tree | 626e4a82bdb4d3cb867f722384d793fc15bcb00b /package/uci/files | |
parent | a055367cc83f67042e9e37067f08ed0354f350e6 (diff) | |
download | upstream-62381bde91b60e54e2813bed9d19982732f550cb.tar.gz upstream-62381bde91b60e54e2813bed9d19982732f550cb.tar.bz2 upstream-62381bde91b60e54e2813bed9d19982732f550cb.zip |
initialize the CONFIG_APPEND variable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12050 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uci/files')
-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 |