Re: [OpenWrt-Devel] [PATCH 1/8] ath9k: enable platform WLAN LED name

2016-01-31 Thread Michal
On Sat, 30 Jan 2016 19:05:37 +0100 Hartmut Knaack wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Michal schrieb am 27.01.2016 um 01:33: > > From: Michal Cieslakiewicz > > > > Enable platform-supplied WLAN LED name for ath9k device.

[OpenWrt-Devel] loading calibration data from UBI volume

2016-01-31 Thread Martin Blumenstingl
Hello, currently we (Mathias and I) are planning to simplify the installation procedure for a lantiq based device (HH5A). Currently the installation steps require copying the calibration data from an UBI volume on the original firmware and moving the data to a separate mtd partition. This way the

Re: [OpenWrt-Devel] [PATCH 2/3] packaget/network/services/openvpn: Drop ifconfig/route in favour of ip

2016-01-31 Thread Daniel Dickinson
On 21/01/16 02:31 PM, Felix Fietkau wrote: On 2016-01-20 20:22, open...@daniel.thecshore.com wrote: From: Daniel Dickinson NB: Only compile tested. Based on live testing it appears that openvpn upstream does not work properly at least with the busybox ip

Re: [OpenWrt-Devel] [PATCH 1/8] ath9k: enable platform WLAN LED name

2016-01-31 Thread Hartmut Knaack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michal schrieb am 31.01.2016 um 22:53: > On Sat, 30 Jan 2016 19:05:37 +0100 > Hartmut Knaack wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Michal schrieb am 27.01.2016 um 01:33: >>> From: Michal

Re: [OpenWrt-Devel] [PATCH 2/3] packaget/network/services/openvpn: Drop ifconfig/route in favour of ip

2016-01-31 Thread Gert Doering
Hi, On Sun, Jan 31, 2016 at 03:49:58PM -0800, Daniel Dickinson wrote: > On 21/01/16 02:31 PM, Felix Fietkau wrote: > > On 2016-01-20 20:22, open...@daniel.thecshore.com wrote: > >> From: Daniel Dickinson > >> > >> NB: Only compile tested. > > Based on live testing

Re: [OpenWrt-Devel] loading calibration data from UBI volume

2016-01-31 Thread John Crispin
On 31/01/2016 23:38, Martin Blumenstingl wrote: > Hello, > > currently we (Mathias and I) are planning to simplify the installation > procedure for a lantiq based device (HH5A). > Currently the installation steps require copying the calibration data > from an UBI volume on the original firmware

[OpenWrt-Devel] [PATCH] fstools: add reusable function for getting fs type txt

2016-01-31 Thread tymon
Add 'volume_identity_txt()' function so that we can use it to print the coressponding fs type as 'char *' type when we need. Signed-off-by: tymon --- libfstools/overlay.c | 10 ++ libfstools/volume.c | 14 ++ libfstools/volume.h |2 ++