Fix some too strict validation schemes
authorSteven Barth <steven@midlink.org>
Sun, 14 Sep 2008 19:01:05 +0000 (19:01 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 14 Sep 2008 19:01:05 +0000 (19:01 +0000)
libs/uvl/root/lib/uci/schema/default/network
libs/uvl/root/lib/uci/schema/default/wireless

index 726fdb7..57d02a6 100644 (file)
@@ -20,7 +20,6 @@ config variable
        option name     'ifname'
        option title    'Physical interface'
        option section  'network.interface'
-       option required true
 
 config variable
        option name     'macaddr'
index 562d1a4..d148b9b 100644 (file)
@@ -25,7 +25,6 @@ config variable
        option name 'channel'
        option section 'wireless.wifi-device'
        option title 'Channel'
-       option datatype uint
 
 config variable
        option name 'mode'