Integrate basic UCI config file validation support
authorFelix Fietkau <nbd@openwrt.org>
Mon, 26 Feb 2007 20:04:04 +0000 (20:04 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 26 Feb 2007 20:04:04 +0000 (20:04 +0000)
commit0c9d637c2bed952041141f397c7ec35287156cad
treeacecda110ad48b648a8f3a3666786581034f00e2
parent4f62fd89c002d8191a7d0a222e93f5a8eeb9bc42
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]