Re: [OpenWrt-Devel] [PATCH 04/13] ramips: sort boards alphabetically and optimize base-files/etc/{diag.sh, board.d/*} scripts

2015-07-27 Thread Michael Bastian
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 334e889..a781f46 100755 [...] + re6500) + ucidef_set_interface_lan eth0.1 + ucidef_add_switch switch0 1 1 + ucidef_add_switch_vlan switch0 1 1 2 3 4 6t

Re: [OpenWrt-Devel] [PATCH 04/13] ramips: sort boards alphabetically and optimize base-files/etc/{diag.sh, board.d/*} scripts

2015-07-27 Thread Piotr Dymacz
2015-07-27 11:37 GMT+02:00 Michael Bastian mbast...@netcologne.de: diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 334e889..a781f46 100755 [...] + re6500) + ucidef_set_interface_lan eth0.1 + ucidef_add_switch

Re: [OpenWrt-Devel] [PATCH 04/13] ramips: sort boards alphabetically and optimize base-files/etc/{diag.sh, board.d/*} scripts

2015-07-27 Thread Michael Bastian
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 334e889..a781f46 100755 [...] + re6500) + ucidef_set_interface_lan eth0.1 + ucidef_add_switch switch0 1 1 + ucidef_add_switch_vlan switch0 1 1 2 3 4 6t + ;; The

[OpenWrt-Devel] [PATCH 04/13] ramips: sort boards alphabetically and optimize base-files/etc/{diag.sh, board.d/*} scripts

2015-07-26 Thread Piotr Dymacz
The following patch: * combines together boards with same configuration * removes unnecessary spaces in base-files/etc/diag.sh script and: * sorts boards alphabetically in base-files/etc/board.d/* scripts. Signed-off-by: Piotr Dymacz pep...@gmail.com ---