Re: [OpenWrt-Devel] [PATCH 7/8] mvebu: use device-tree board detection

2019-05-03 Thread Petr Štetiar
Hauke Mehrtens [2019-05-04 00:03:29]: Hi, > > diff --git a/target/linux/mvebu/base-files/lib/preinit/79_move_config > > b/target/linux/mvebu/base-files/lib/preinit/79_move_config > > index f7e23cc324..640fb5cdad 100644 > > --- a/target/linux/mvebu/base-files/lib/preinit/79_move_config > > +++ b

Re: [OpenWrt-Devel] [PATCH 7/8] mvebu: use device-tree board detection

2019-05-03 Thread Hauke Mehrtens
On 5/1/19 7:42 PM, Tomasz Maciej Nowak wrote: > Convert whole target to Device Tree based board detection instead of > identifying devices by dts file name. With this we can drop mvebu.sh > translation script and rely on common method for model detection. > > Signed-off-by: Tomasz Maciej Nowak >

[OpenWrt-Devel] [PATCH 7/8] mvebu: use device-tree board detection

2019-05-01 Thread Tomasz Maciej Nowak
Convert whole target to Device Tree based board detection instead of identifying devices by dts file name. With this we can drop mvebu.sh translation script and rely on common method for model detection. Signed-off-by: Tomasz Maciej Nowak --- .../mvebu/base-files/etc/board.d/01_leds | 22 ++