[OpenWrt-Devel] Enable initramfs build by default on mikrotik

2015-11-15 Thread Baptiste Jonglez
Hi, Mikrotik devices need an initramfs for installation: http://wiki.openwrt.org/toh/mikrotik/common#downloading_openwrt_image However, the needed configuration option (CONFIG_TARGET_ROOTFS_INITRAMFS) is absent from the build configuration in both CC and trunk: https://downloads.openwrt.org

Re: [OpenWrt-Devel] [PATCH] kernel: fix building RTC drivers

2015-11-15 Thread Hauke Mehrtens
On 11/09/2015 06:05 PM, Helmut Schaa wrote: > All RTC drivers require the kernel to be built with CONFIG_RTC_CLASS=y. > Set it accordingly. > > Tested only with DS1307. > > Signed-off-by: Helmut Schaa > --- > package/kernel/linux/modules/other.mk | 24 > 1 file changed,

Re: [OpenWrt-Devel] [PATCH] update mtd-utils to 1.5.2

2015-11-15 Thread Hauke Mehrtens
On 11/13/2015 12:20 AM, Sven Roederer wrote: > - update mtd-utils to 1.5.2 (git a494d30ab1ae40cb7665680cadf5af3ca3830a73) > - remove patches that went upstream > - fixes build from scratch as of broken patches > > just had a crash-course to git send-email > > Signed-off-by: Sven Roederer

Re: [OpenWrt-Devel] [PATCH] ltq-vdsl-fw: Update the DSL firmware version

2015-11-15 Thread Martin Blumenstingl
Hi Felix, On Sun, Nov 8, 2015 at 1:29 PM, Felix Fietkau wrote: > Did you test this on a real VDSL line? Last time I tried a firmware from > a newer Speedport build (some months ago), it did not work. I thought it works as I've seen it entering SHOWTIME. Unfortunately you are right, after a few se

Re: [OpenWrt-Devel] [PATCH 1/3] Added patch for GL-AR150 support

2015-11-15 Thread Rafał Miłecki
On 13 November 2015 at 08:14, alzhao wrote: > This is the patches for GL-AR150 router support. Tested on Trunk and it works. > Also grouped profiles of GL products to gli.mk Please use target-specific prefix for the commit message. In this case it should be: ar71xx: foo bar Make sure you sign of

[OpenWrt-Devel] [PATCH] lantiq: tweak DWC2 default parameters

2015-11-15 Thread Antti Seppälä
This patch improves the default configuration of DWC2 on lantiq SoCs somewhat: * Set maximum packet count to largest allowed value by the DWC2 (511) * Use 16-bit DMA bursts * Divide fifo buffers more evenly Default fifo buffer sizes from original ltq-hcd driver seem really irrational. For examp