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 726fdb7983e72ab06f7ecba65104b56386b38293..57d02a63e4cc5471f16ea1f3b1b56a7604889eb3 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 562d1a44e75d1e742dfdca31df69b9a12911cd0b..d148b9b335d9103c9c54f5d3abddfc6d589465e9 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'