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

2014-08-24 Thread Etienne Champetier
Hi Le 25 août 2014 08:16, "John Crispin" 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 PKG_CHECK_FORMAT

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

2014-08-24 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 > > This Patch sets the system LED on the EasyLink M150 and mi

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

2014-08-24 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] mac80211: fix WARN_ON_ONCE() caused by inbalanced set/clear of beacon enable bit.

2014-08-24 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)) +- > rt

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

2014-08-24 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] dnsmasq: Generate rDNS records for custom domain names

2014-08-24 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), a

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

2014-08-24 Thread Rafał Miłecki
On 23 August 2014 22:29, Stephen Parry wrote: > I for one second this patch. I have just bricked my router trying to get > the current trx image to work on my WNR3500L. I am not sure why it > worked previously but it does not now, but it was doing just as > described, hanging at "Starting program

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

2014-08-24 Thread Yousong Zhou
A WARN_ON_ONCE() dump was triggered on a MT7620A based device with following config. Fixes ticket #17032. config wifi-iface option device radio0 option network lan option mode ap option ssid OpenWrt__T