diff options
author | Mathias Kresin <dev@kresin.me> | 2017-10-14 20:52:22 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-25 08:45:05 +0200 |
commit | b02b7004f8d1a946cfd71d2458d5bc3c5946dae7 (patch) | |
tree | eff71676c49592f785648bd97237e4dc6849fd0c /target/linux/lantiq/base-files/etc/uci-defaults | |
parent | 1470c79cebdae83161a48a5e08c6002ecf090f42 (diff) | |
download | upstream-b02b7004f8d1a946cfd71d2458d5bc3c5946dae7.tar.gz upstream-b02b7004f8d1a946cfd71d2458d5bc3c5946dae7.tar.bz2 upstream-b02b7004f8d1a946cfd71d2458d5bc3c5946dae7.zip |
lantiq: xway: rename nas0/ptm0 to dsl0
This change makes it possible to configure the wan/dsl ppp interface
settings independantly from the used TC-Layer (ATM/PTM).
By using dsl0 as interface name as for the xrx200 we can get rid of a
few conditionals which were introduced because of the different default
TC-Layer in xway and xrx200.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/base-files/etc/uci-defaults')
-rw-r--r-- | target/linux/lantiq/base-files/etc/uci-defaults/02_migrate_xdsl_iface | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_migrate_xdsl_iface b/target/linux/lantiq/base-files/etc/uci-defaults/02_migrate_xdsl_iface index 1a7cd337e7..292d407c30 100644 --- a/target/linux/lantiq/base-files/etc/uci-defaults/02_migrate_xdsl_iface +++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_migrate_xdsl_iface @@ -40,8 +40,6 @@ migrate_led_xdsl_ifname() rename_xdsl_ifname system "$1" dev } -lantiq_is_vdsl_system || exit 0 - config_load network config_foreach migrate_network_xdsl_ifname |