From 156d9255f2c621ffe58321d73b737613f70e0503 Mon Sep 17 00:00:00 2001 From: Ron Angeles Date: Mon, 27 Mar 2017 18:55:48 -0700 Subject: ar71xx: add userspace support for Mikrotik RB2011iL Kernel/hardware support for this board has been implemented since Chaos Calmer. This set of patches is to get the board identified in userland. This will allow support for things like sysupgrade, configuring initial LED state, configuring initial switch state, etc. Signed-off-by: Ron Angeles --- .../ar71xx/base-files/etc/uci-defaults/03_network-switchX-migration | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults') diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/03_network-switchX-migration b/target/linux/ar71xx/base-files/etc/uci-defaults/03_network-switchX-migration index 0558848d04..a99a4ec0b4 100644 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/03_network-switchX-migration +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/03_network-switchX-migration @@ -86,8 +86,9 @@ rb-450) migrate_switch_name "eth1" "switch0" ;; -db120 |\ -rb-2011l | \ +db120|\ +rb-2011il|\ +rb-2011l|\ rb-2011uas-2hnd) migrate_switch_name "eth0" "switch0" migrate_switch_name "eth1" "switch1" -- cgit v1.2.3