Re: [OpenWrt-Devel] [PATCH] ar71xx: disable devicetree support

2018-01-11 Thread Tom Psyborg
and leave it disabled. whos idea it was anyway to convert ar71xx to DTS? unnecesary complications from my POV On 11 January 2018 at 00:52, Matthias Schiffer < mschif...@universe-factory.net> wrote: > While we'd like to convert ar71xx to DT-based configuration > eventually, we aren't quite there

[OpenWrt-Devel] [PATCH] ar71xx: disable devicetree support

2018-01-10 Thread Matthias Schiffer
While we'd like to convert ar71xx to DT-based configuration eventually, we aren't quite there yet, and shipping half-baked DT support that is not used at all wastes precious space. Saves ~120KB before LZMA, ~33KB after LZMA. Run-tested on TP-Link CPE510 and TL-WR841 v7. Signed-off-by: Matthias S