From fd7072de2dcb93cecb37bc193e4931f8dfe28ef5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 12 Oct 2008 22:24:23 +0000 Subject: [PATCH 1/1] * luci/modules/admin-core: change datatype of ppp device to "device" in network scheme --- modules/admin-core/root/lib/uci/schema/default/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0