diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-20 21:48:40 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-20 21:48:40 +0000 |
commit | 682f9b3fa9b71d8c5707d563025bf46fea1ce246 (patch) | |
tree | 2267bd5b7da529be5a1314d40cfa7412ab373c26 /package/base-files/files/lib/config/specs | |
parent | 9c95941f5d38c160ca6c56ede69b70d3ca229740 (diff) |
remove obsolete uci validation awk code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18110 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/lib/config/specs')
-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 3d19b5cf4..000000000 --- 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; -} |