[OpenWrt-Devel] [PATCH] DHCP clients requiring broadcast responses, add 'broadcast' option bool

2013-08-20 Thread Philip A. Prindeville
There are certain consumer devices which are outliers in protocol conformance. An example is Samsung bluray players, which require broadcast DHCP responses (on Ethernet only, strangely… not on Wifi). By specifying: config host … option broadcast 1 this will enable the response

[OpenWrt-Devel] [PATCH] DHCP clients requiring broadcast responses, add 'broadcast' option bool

2013-08-20 Thread Philip Prindeville
There are certain consumer devices which are outliers in protocol conformance. An example is Samsung bluray players, which require broadcast DHCP responses (on Ethernet only, strangely… not on Wifi). By specifying: config host … option broadcast 1 this will enable the response

[OpenWrt-Devel] [RFC][PATCH] kernel: remove tcp fastopen

2013-08-20 Thread Luka Perkov
With upstream kernel commit 798b2cbf9227b1bd7d37ae9af4d9c750e6f4de9c CONFIG_CRYPTO and CONFIG_CRYPTO_AES are mandatory when CONFIG_INET is selected. Some targets could save space if those CRYPTO_* options were not selected. On ar71xx that would be ~20k on kernel binary. The downside is that entire

Re: [OpenWrt-Devel] [PATCH] [package/boot/uboot-lantiq] enable/fix u-boot compilation for AVM Fritzbox 3370

2013-08-20 Thread Luka Perkov
Hi Thomas, On Tue, Aug 20, 2013 at 09:19:32PM +0100, Thomas Strobel wrote: > From: Thomas Strobel > > Fix compilation of uboot-lantiq for AVM Fritzbox 3370. > > Signed-off-by: Thomas Strobel I don't want to update this package for now. We have separate u-boot repository where development for

Re: [OpenWrt-Devel] [PATCH] [package/boot/uboot-lantiq] enable/fix u-boot compilation for AVM Fritzbox 3370

2013-08-20 Thread Dirk Neukirchen
On 20.08.2013 22:19, Thomas Strobel wrote: > From: Thomas Strobel > > Fix compilation of uboot-lantiq for AVM Fritzbox 3370. > > Signed-off-by: Thomas Strobel > --- > Index: patches/0023-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch > ==

[OpenWrt-Devel] [PATCH] [package/boot/uboot-lantiq] enable/fix u-boot compilation for AVM Fritzbox 3370

2013-08-20 Thread Thomas Strobel
From: Thomas Strobel Fix compilation of uboot-lantiq for AVM Fritzbox 3370. Signed-off-by: Thomas Strobel --- Index: patches/0023-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch === --- patches/0023-MIPS-add-support-for-Lantiq-XWAY-SoC

Re: [OpenWrt-Devel] [PATCH] [package] uboot-env: fix spurious esac within ramips uci-defaults

2013-08-20 Thread Jiapeng Li
邮件列表地址 OpenWrt Development List 2013/8/19 Luka Perkov > Hi Alexander, > > On Mon, Aug 19, 2013 at 05:21:38AM +0200, Alexander Couzens wrote: > > Signed-off-by: Alexander Couzens > > --- > > package/boot/uboot-envtools/files/ramips | 2 -- > > 1 file changed, 2 deletions(-) > > Applied in r37

Re: [OpenWrt-Devel] Question About Interfacing with UCI

2013-08-20 Thread Petr Štetiar
Justyn Bell [2013-08-19 10:45:59]: > Firstly, I've read through the documentation here: > http://wiki.openwrt.org/doc/uci. It says "UCI is also editable through > various programming APIs (like Shell, Lua and C)." Where can I find > these APIs? Specifically the C UCI API. It's in libuci