diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-20 21:48:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-20 21:48:40 +0000 |
commit | e9aa394113eaaae9323b720f86bde4199ae01149 (patch) | |
tree | 96db4cd57c4aa7bcc06f33e3f58c12f8980fecc0 /package/base-files/files/lib/config/specs/network.spec | |
parent | e69a6f1b82f2dbfe8877c9ddb98e4c3df44fbc4c (diff) | |
download | mtk-20170518-e9aa394113eaaae9323b720f86bde4199ae01149.zip mtk-20170518-e9aa394113eaaae9323b720f86bde4199ae01149.tar.gz mtk-20170518-e9aa394113eaaae9323b720f86bde4199ae01149.tar.bz2 |
remove obsolete uci validation awk code
SVN-Revision: 18110
Diffstat (limited to 'package/base-files/files/lib/config/specs/network.spec')
-rw-r--r-- | package/base-files/files/lib/config/specs/network.spec | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/base-files/files/lib/config/specs/network.spec b/package/base-files/files/lib/config/specs/network.spec deleted file mode 100644 index 3d19b5c..0000000 --- a/package/base-files/files/lib/config/specs/network.spec +++ /dev/null @@ -1,7 +0,0 @@ -interface[] { - proto: string, required; - ipaddr: ip, required[proto=static]; - netmask: ip, required[proto=static]; - gateway: ip; - dns: ip; -} |