* luci/libs/uvl: add "device" option to wireless scheme
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 22 Sep 2008 16:26:05 +0000 (16:26 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 22 Sep 2008 16:26:05 +0000 (16:26 +0000)
libs/uvl/root/lib/uci/schema/default/wireless

index 3b4fb6f..823ee2f 100644 (file)
@@ -170,6 +170,12 @@ config section
        option title 'Interfaces'
 
 config variable
+       option name 'device'
+       option section 'wireless.wifi-iface'
+       option title 'Wifi Device'
+       option valueof 'wireless.wifi-device'
+
+config variable
        option name 'ssid'
        option section 'wireless.wifi-iface'
        option title 'ESSID'