Re: [LEDE-DEV] [PATCH v3 1/9] ppc4xx: remove booke-wdt watchdog package

2016-07-22 Thread Christian Lamparter
On Friday, July 22, 2016 12:00:53 PM CEST Florian Fainelli wrote: > On 07/20/2016 06:44 AM, Christian Lamparter wrote: > > This patch gets rid of the booke watchdog kmod package. > > Instead the affected boards will enable it in their > > kernel configs. > > You are not really explaining why this

Re: [LEDE-DEV] [PATCH v3 1/9] ppc4xx: remove booke-wdt watchdog package

2016-07-22 Thread Florian Fainelli
On 07/20/2016 06:44 AM, Christian Lamparter wrote: > This patch gets rid of the booke watchdog kmod package. > Instead the affected boards will enable it in their > kernel configs. You are not really explaining why this is better, is booke-wdt required for e.g: system reboot on some platforms? --

[LEDE-DEV] ledtrig-usbdev

2016-07-22 Thread e9hack
Hi, something seems to be wrong with this two commits: kernel: remove obsolete patch adding usb_find_device_by_name ledtrig-usbdev: use upstream function for iterating USB devices If a TP-Link WDR3600 or Archer-C7 router boots with a connected USB stick, this error does occur: [ 43.572609] -

[LEDE-DEV] [PATCH] brcm63xx: fix HG556a C button

2016-07-22 Thread dani
One button of the HG556a-C has the wrong GPIO pin defined in the dts file, fix it Signed-off-by: Daniel Gonzalez diff --git a/target/linux/brcm63xx/dts/hg556a-c.dts b/target/linux/brcm63xx/dts/hg556a-c.dts index 3e64a2f..ada2a8c 100644 --- a/target/linux/brcm63xx/dts/hg556a-c.dts +++ b/target/li

[LEDE-DEV] [PATCH] linux: Get rid of 000-keep_initrafs_the_default.patch

2016-07-22 Thread Alexey Brodkin
With that patch in place for initramfs no additional options are reported for "/" partition. What's really important is missing info about sizes. Which in its turn makes opkg think that there's no space on "/" partition to install software. I understand that's a sort of corner-case, people rarely

[LEDE-DEV] [PATCH] sunxi/pcduino3: Remove selection of absent rtl8188eu

2016-07-22 Thread Alexey Brodkin
Since commit 217a64375547 "wireless: remove rtl8188eu (staging)" there's no point in selection of the missing module. Signed-off-by: Alexey Brodkin Cc: John Crispin Cc: Zoltan Herpai --- target/linux/sunxi/profiles/pcduino3.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

Re: [LEDE-DEV] Do we really need 000-keep_initrafs_the_default.patch?

2016-07-22 Thread Felix Fietkau
On 2016-07-22 10:58, Alexey Brodkin wrote: > Hello, > > I'm wondering why there's a need for "000-keep_initrafs_the_default.patch"? > It could be found here: > -->8 > target/linux/generic/patches-3.18/000-keep_initrafs_the_default.patch > target/linux/generi

[LEDE-DEV] Do we really need 000-keep_initrafs_the_default.patch?

2016-07-22 Thread Alexey Brodkin
Hello, I'm wondering why there's a need for "000-keep_initrafs_the_default.patch"? It could be found here: -->8 target/linux/generic/patches-3.18/000-keep_initrafs_the_default.patch target/linux/generic/patches-4.1/000-keep_initrafs_the_default.patch target/

[LEDE-DEV] [PATCH] lantiq: fix image creation of P2812HNUF3 & BTHOMEHUBV3A

2016-07-22 Thread Mathias Kresin
Both devices were converted to the new image build code but still using the LegacyDevice define. Therefore an image isn't created for the mentioned devices. Signed-off-by: Mathias Kresin --- target/linux/lantiq/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git