Re: [OpenWrt-Devel] [PATCH] dnsmasq: Generate rDNS records for custom domain names

2014-08-25 Thread John Crispin
Hi, patch is whitespace broken. please fix and resend John On 14/08/2014 18:56, Tyler Fenby wrote: LuCI creates domain UCI config sections, which the dnsmasq init file then, currently, translates into address config lines. This is not the correct usage of address (see r36943), and also

Re: [OpenWrt-Devel] [PATCH] PKG_CHECK_FORMAT_SECURITY: add a menuconfig option, disable by default

2014-08-25 Thread John Crispin
On 15/08/2014 08:56, Etienne CHAMPETIER wrote: The idea is still to enable it by default at some point I've tested all ar71xx packages (except oldpackages) using CONFIG_ALL=y Failing packages have been marked with PKG_CHECK_FORMAT_SECURITY:=0 for now I can test more targets but i have no

Re: [OpenWrt-Devel] [PATCH] mac80211: fix WARN_ON_ONCE() caused by inbalanced set/clear of beacon enable bit.

2014-08-25 Thread John Crispin
Hi, On 25/08/2014 05:29, Yousong Zhou wrote: +-/* +-* Upload beacon to the H/W. This is only required on +- * USB devices. PCI devices fetch beacons periodically. +- */ +- if (rt2x00_is_usb(rt2x00dev)) +-

Re: [OpenWrt-Devel] [PATCH] [boot] /init: allow easier customisation of ramfs boot.

2014-08-25 Thread John Crispin
Hi On 23/08/2014 22:46, Stephen Parry wrote: +if [ -e /bin/ramfsinit ]; then + exec /bin/ramfsinit +fi +if [ -e /sbin/ramfsinit ]; then + exec /sbin/ramfsinit +fi i cannot find either of these files inside the tree. where do they come from ? John

Re: [OpenWrt-Devel] [PATCH] ar71xx Fix the sys LEDs on the EasyLink M150 and mini

2014-08-25 Thread John Crispin
Hi, patch does not apply so i tried to apply it manually and then noticed that if we change the led name can we at the same time make it all lower case ? John On 20/08/2014 14:16, L. D. Pinney wrote: From: L. D. Pinney ldpin...@gmail.com This Patch sets the system LED on the

Re: [OpenWrt-Devel] [PATCH] PKG_CHECK_FORMAT_SECURITY: add a menuconfig option, disable by default

2014-08-25 Thread Etienne Champetier
Hi Le 25 août 2014 08:16, John Crispin blo...@openwrt.org a écrit : On 15/08/2014 08:56, Etienne CHAMPETIER wrote: The idea is still to enable it by default at some point I've tested all ar71xx packages (except oldpackages) using CONFIG_ALL=y Failing packages have been marked with

Re: [OpenWrt-Devel] [PATCH] PKG_CHECK_FORMAT_SECURITY: add a menuconfig option, disable by default

2014-08-25 Thread John Crispin
Hi, I agree that we want this enabled by default. i know that lantiq will fail for its dsl drivers if we do so. i have taken the patch as is and will push in a sec. once BB finals are out the door i will use the build machines to verify that all packages build on all targets and then set

Re: [OpenWrt-Devel] [PATCH] mac80211: fix WARN_ON_ONCE() caused by inbalanced set/clear of beacon enable bit.

2014-08-25 Thread Yousong Zhou
Hi, John On 25 August 2014 14:24, John Crispin blo...@openwrt.org wrote: Hi, On 25/08/2014 05:29, Yousong Zhou wrote: +-/* +-* Upload beacon to the H/W. This is only required on +- * USB devices. PCI devices fetch beacons

Re: [OpenWrt-Devel] [PATCH] mac80211: fix WARN_ON_ONCE() caused by inbalanced set/clear of beacon enable bit.

2014-08-25 Thread John Crispin
On 25/08/2014 09:55, Yousong Zhou wrote: As I deem myself not yet equipped with the necessary knowledge of all three interface types of rt2x00 device, I should at this point say no, I am not sure. It's based on the following observation. same here, i don't know the 3 modes that well either.

Re: [OpenWrt-Devel] [PATCH] kernel: add own Kconfig for OpenWrt mtdsplit drivers

2014-08-25 Thread Rafał Miłecki
On 17 August 2014 14:10, Rafał Miłecki zaj...@gmail.com wrote: There are pretty many OpenWrt patches against mtd subsystem resulting in a bit of mess and growing maintenance cost. My idea is to use an extra mtdsplit directory with OpenWrt specific files (including Kconfig). This is the first

Re: [OpenWrt-Devel] [PATCH] kernel: add own Kconfig for OpenWrt mtdsplit drivers

2014-08-25 Thread John Crispin
On 25/08/2014 11:14, Rafał Miłecki wrote: On 17 August 2014 14:10, Rafał Miłecki zaj...@gmail.com wrote: There are pretty many OpenWrt patches against mtd subsystem resulting in a bit of mess and growing maintenance cost. My idea is to use an extra mtdsplit directory with OpenWrt specific

Re: [OpenWrt-Devel] [PATCH] kernel: add own Kconfig for OpenWrt mtdsplit drivers

2014-08-25 Thread Felix Fietkau
On 2014-08-25 11:24, John Crispin wrote: On 25/08/2014 11:14, Rafał Miłecki wrote: On 17 August 2014 14:10, Rafał Miłecki zaj...@gmail.com wrote: There are pretty many OpenWrt patches against mtd subsystem resulting in a bit of mess and growing maintenance cost. My idea is to use an extra

[OpenWrt-Devel] [PATCH v2] ar71xx : Fix the sys LEDs on the EasyLink M150 and mini

2014-08-25 Thread L. D. Pinney
From: L. D. Pinney ldpin...@gmail.com Sets the system LED on the EasyLink M150 and mini to lower-case easylink Signed-off-by: L. D. Pinney ldpin...@gmail.com --- diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 1864b11..faac4bd 100755

[OpenWrt-Devel] ar71xx: add Support for RB2011UiAS-2HnD

2014-08-25 Thread n3ph
RB2011UiAS-2HnD is quite exactly the same as RB2011UiAS, which is already supported. The only difference is the integrated wifi (ar9344). This patch enables vlan/led pre-configuration and wifi integration/intialisation. As already mentioned here (http://patchwork.openwrt.org/patch/5765/) and here

Re: [OpenWrt-Devel] Add Ralink RT3XXX USB OHCI driver

2014-08-25 Thread John Crispin
Hi the phy init was missing the bit for the ohci root port. i pushed a patch to fix this, please retest. John On 22/08/2014 06:30, Luis Soltero wrote: Hello All, I has anything happened as far as the MT7620x OHCI USB driver issue? The last posted patch for this From

Re: [OpenWrt-Devel] [PATCH] brcm47xx: image: build alternative TRX using less optimized LZMA

2014-08-25 Thread Mathias Adam
Hi Rafal, just gave it a try on a Huawei E970: it didn't work, unfortunately (see below). Originally, this device ran into a reboot loop after Starting program at 0x80001000 with lzma-loader. The device has a hardware watchdog set to about 1 or 2 seconds, so I thought it may as well be the hang

[OpenWrt-Devel] toolchain size increase - 40MB vs 160MB

2014-08-25 Thread valent.turko...@gmail.com
Hmm, I just noticed that BB RC3 has enormus toolchain file for mips (the one I use most often) [1] when compared to AA 12.09 toolchain [2] 40MB vs 160MB Should I be worried that something is broken or is this quadruple size increase planed? [1]