* luci/modules/admin-core: change datatype of ppp device to "device" in network scheme
[project/luci.git] / 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 name     'device'
        option title    'Modem device'
        option section  'network.interface'
-       option datatype 'file'
+       option datatype 'device'
        list   depends  'proto=ppp'
 
 config variable
        list   depends  'proto=ppp'
 
 config variable