From: Jo-Philipp Wich Date: Sun, 12 Oct 2008 22:24:23 +0000 (+0000) Subject: * luci/modules/admin-core: change datatype of ppp device to "device" in network scheme X-Git-Tag: 0.9.0~1111 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=fd7072de2dcb93cecb37bc193e4931f8dfe28ef5 * luci/modules/admin-core: change datatype of ppp device to "device" in network scheme --- diff --git a/modules/admin-core/root/lib/uci/schema/default/network b/modules/admin-core/root/lib/uci/schema/default/network index 11d3838fa..00f9420fb 100644 --- a/modules/admin-core/root/lib/uci/schema/default/network +++ b/modules/admin-core/root/lib/uci/schema/default/network @@ -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