Re: [OpenWrt-Devel] Nachricht für rooter.eu

2019-04-08 Thread Miriam Horn
Sehr geehrte Frau, sehr geehrter Herr, Es ist amtlich das der DomainName rooter.eu für Sie zur möglichen Abgabe steht. Würden Sie mir bitte eine kurze Rückmeldung geben ob es für Sie von Interesse ist? Ich wünsche Ihnen einen schönen Wochenanfang. Miriam Horn __

Re: [OpenWrt-Devel] [PATCH] x86: disable kmod-drm-radeon and kmod-drm-amdgpu for geode

2019-04-08 Thread Petr Štetiar
Tomasz Maciej Nowak [2019-04-07 18:35:01]: Hi, thanks for trying to unbreak currently failing Geode builds. > Building images for geode has been failing because of missing > dependencies: > backlight.ko > drm_kms_helper.ko > fb.ko > ttm.ko > Being geode a speciffic hardware, where drm-radeon an

Re: [OpenWrt-Devel] [PATCH v2] ath79: add support for OCEDO Ursus

2019-04-08 Thread Petr Štetiar
David Bauer [2019-04-06 17:50:55]: Hi, > Tested-by: David Bauer > > Maybe you can alter the LED names and the newline issue on your side > avoiding a v2 :) Thanks, merged it into my staging tree. -- ynezz ___ openwrt-devel mailing list openwrt-dev

Re: [OpenWrt-Devel] [PATCH] x86: disable kmod-drm-radeon and kmod-drm-amdgpu for geode

2019-04-08 Thread Alberto Bursi
On 08/04/19 11:42, Petr Štetiar wrote: Tomasz Maciej Nowak [2019-04-07 18:35:01]: Hi, thanks for trying to unbreak currently failing Geode builds. Building images for geode has been failing because of missing dependencies: backlight.ko drm_kms_helper.ko fb.ko ttm.ko Being geode a speciffic

Re: [OpenWrt-Devel] [PATCH] x86: disable kmod-drm-radeon and kmod-drm-amdgpu for geode

2019-04-08 Thread Tomasz Maciej Nowak
Hi Petr, Alberto, W dniu 08.04.2019 o 14:34, Alberto Bursi pisze: > > On 08/04/19 11:42, Petr Štetiar wrote: >> Tomasz Maciej Nowak [2019-04-07 18:35:01]: >> >> Hi, >> >> thanks for trying to unbreak currently failing Geode builds. >> >>> Building images for geode has been failing because of mis

[OpenWrt-Devel] [PATCH 2/3] mpc85xx: remove USB support from kernel

2019-04-08 Thread David Bauer
This removes USB support from the compiled kernel. Because of this, the kernel is just small enough for the TP-Link WDR4900 to boot the resulting kernel. This is necessary to support the WDR4900 in the upcoming 19.xx release. In the long run, this should be fixed with a second stage bootloader, as

[OpenWrt-Devel] [PATCH 1/3] kernel: usb: add FSL EHCI package

2019-04-08 Thread David Bauer
Add kernel module package for the Freescale USB2 EHCI used on the mpc85xx platform. Signed-off-by: David Bauer --- package/kernel/linux/modules/usb.mk | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/package/kernel/linux/modules/usb.mk b/package/kerne

[OpenWrt-Devel] [PATCH 3/3] mpc85xx: clean up device package selection

2019-04-08 Thread David Bauer
Remove wireless and USB packages from the device-specific package selection as they are already selected by the target itself. Signed-off-by: David Bauer --- target/linux/mpc85xx/image/Makefile | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/target/linux/mpc85xx/image/M

[OpenWrt-Devel] [PATCH] kernel: enable CONFIG_IDE_TASK_IOCTL for 4.19

2019-04-08 Thread Rosen Penev
CONFIG_IDE_TASK_IOCTL is used by hdparm when erasing drives. Without it, it errors with: Issuing SECURITY_ERASE command, password="PasSWorD", user=user The running kernel lacks CONFIG_IDE_TASK_IOCTL support for this device. SECURITY_ERASE: Invalid argument I have not been able to find a size incr

Re: [OpenWrt-Devel] [PATCH] kernel: enable CONFIG_IDE_TASK_IOCTL for 4.19

2019-04-08 Thread Hauke Mehrtens
On 4/8/19 9:57 PM, Rosen Penev wrote: > CONFIG_IDE_TASK_IOCTL is used by hdparm when erasing drives. Without it, > it errors with: > > Issuing SECURITY_ERASE command, password="PasSWorD", user=user > The running kernel lacks CONFIG_IDE_TASK_IOCTL support for this device. > SECURITY_ERASE: Invalid

Re: [OpenWrt-Devel] [PATCH] x86: disable kmod-drm-radeon and kmod-drm-amdgpu for geode

2019-04-08 Thread Lucian Cristian
On 08.04.2019 20:19, Tomasz Maciej Nowak wrote: Hi Petr, Alberto, W dniu 08.04.2019 o 14:34, Alberto Bursi pisze: On 08/04/19 11:42, Petr Štetiar wrote: Tomasz Maciej Nowak [2019-04-07 18:35:01]: Hi, thanks for trying to unbreak currently failing Geode builds. Building images for geode ha

Re: [OpenWrt-Devel] [PATCH] kernel: enable CONFIG_IDE_TASK_IOCTL for 4.19

2019-04-08 Thread Rosen Penev
On Mon, Apr 8, 2019 at 2:41 PM Hauke Mehrtens wrote: > > On 4/8/19 9:57 PM, Rosen Penev wrote: > > CONFIG_IDE_TASK_IOCTL is used by hdparm when erasing drives. Without it, > > it errors with: > > > > Issuing SECURITY_ERASE command, password="PasSWorD", user=user > > The running kernel lacks CONFIG

Re: [OpenWrt-Devel] [PATCH] x86: disable kmod-drm-radeon and kmod-drm-amdgpu for geode

2019-04-08 Thread Tomasz Maciej Nowak
W dniu 08.04.2019 o 23:56, Lucian Cristian pisze: > On 08.04.2019 20:19, Tomasz Maciej Nowak wrote: >> Hi Petr, Alberto, >> >> W dniu 08.04.2019 o 14:34, Alberto Bursi pisze: >>> On 08/04/19 11:42, Petr Štetiar wrote: Tomasz Maciej Nowak [2019-04-07 18:35:01]: Hi, thanks f