From: nbd Date: Mon, 7 Mar 2016 11:03:29 +0000 (+0000) Subject: base-files: change type of adsl and vdsl to dsl only X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=d3002d6c5568e050c9c85a2e1b37c129707ce81b base-files: change type of adsl and vdsl to dsl only Instead of having two different types adsl and vdsl just create one dsl type. This way we can use the same luci code for adsl and vdsl and the config parameters are not so different. Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48944 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/files/bin/config_generate b/package/base-files/files/bin/config_generate index 550de0eebf..4256d3ce4d 100755 --- a/package/base-files/files/bin/config_generate +++ b/package/base-files/files/bin/config_generate @@ -42,7 +42,7 @@ generate_static_network() { json_get_vars type annex firmware tone xfer_mode uci -q batch <<-EOF delete network.dsl - set network.dsl='$type' + set network.dsl='dsl' set network.dsl.annex='$annex' set network.dsl.firmware='$firmware' set network.dsl.tone='$tone'