Integrate basic UCI config file validation support Needs more testing and validation...
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)
commit9405a2a6be701ee92ad0ffbe15d069bdae2cf850
treecf424b438b74334f93b8474935787dc07aca5839
parentc6a4f047e30eb534dfbf7598d5998404ade53c67
Integrate basic UCI config file validation support Needs more testing and validation is not enforced yet

Code contributed by Fraunhofer Fokus

SVN-Revision: 6391
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]