[OpenWrt-Devel] [PATCH] Ramips: Enable wmac for WRTnode2 series

2016-03-14 Thread xzmu
Signed-off-by: xzmu --- target/linux/ramips/dts/WRTNODE2.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/target/linux/ramips/dts/WRTNODE2.dtsi b/target/linux/ramips/dts/WRTNODE2.dtsi index d9aaba8..81e4c88 100644 --- a/target/linux/ramips/dts/WRTNODE2.dtsi +++ b/target/linux/ramips

Re: [OpenWrt-Devel] Cannot flash UBNT Loco M2

2016-03-14 Thread Gerry Rozema
On 2016-03-12 05:08 AM, John Crispin wrote: Hi Matthias looking at a US and EU image i see only 1 bit changed in the header. and reading what you wrote above it sound like a small change to our image generation process will make EU unit flashable again ? if so do we have a patch or could you

Re: [OpenWrt-Devel] Question regarding call python script

2016-03-14 Thread Jason Wu
On 14/03/2016 5:20 PM, John Crispin wrote: On 14/03/2016 03:55, Jason Wu wrote: On 13/03/2016 8:41 PM, Bastian Bittorf wrote: Using n-dimensional arrays in build scripts is a rare usecase. you can easily switch to AWK if this fits more. But using Perl or Python should be avoided, because

Re: [OpenWrt-Devel] Question regarding call python script

2016-03-14 Thread John Crispin
On 14/03/2016 03:55, Jason Wu wrote: > > > On 13/03/2016 8:41 PM, Bastian Bittorf wrote: >> Using n-dimensional arrays in build scripts is >> a rare usecase. you can easily switch to AWK if this >> fits more. But using Perl or Python should be avoided, >> because it adds more complexity to the

Re: [OpenWrt-Devel] Question regarding call python script

2016-03-14 Thread Bastian Bittorf
* Jason Wu [14.03.2016 07:39]: > Just to be sure, are you saying that we should also avoid indexed > array in bash? It is possible to create n-dimensional arrays with > indexed array. The main reason for this is to be sure that I am on > the right track. "Complexity is a cost, spend it wisely."