Integrate basic UCI config file validation support
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 26 Feb 2007 20:04:04 +0000 (20:04 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 26 Feb 2007 20:04:04 +0000 (20:04 +0000)
commit79386b5db780fee3d1469941e640c2cbe2598a5c
treeacecda110ad48b648a8f3a3666786581034f00e2
parentddc24aa87ea2f11859e9e56a64210d5a268dbee8
Integrate basic UCI config file validation support
Needs more testing and validation is not enforced yet

Code contributed by Fraunhofer Fokus

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6391 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/base-files/files/bin/uci
package/base-files/files/etc/functions.sh
package/base-files/files/lib/config/parse_spec.awk [new file with mode: 0644]
package/base-files/files/lib/config/specs/network.spec [new file with mode: 0644]
package/base-files/files/lib/config/uci.sh [changed mode: 0755->0644]
package/base-files/files/lib/config/validate.sh [new file with mode: 0644]
package/base-files/files/lib/config/validate_config.awk [new file with mode: 0644]
package/base-files/files/lib/config/validate_spec.awk [new file with mode: 0644]