* luci/modules/admin-core: change datatype of ppp device to "device" in network scheme
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 12 Oct 2008 22:24:23 +0000 (22:24 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 12 Oct 2008 22:24:23 +0000 (22:24 +0000)
modules/admin-core/root/lib/uci/schema/default/network

index 11d3838..00f9420 100644 (file)
@@ -126,7 +126,7 @@ config variable
        option name     'device'
        option title    'Modem device'
        option section  'network.interface'
-       option datatype 'file'
+       option datatype 'device'
        list   depends  'proto=ppp'
 
 config variable