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
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
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
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
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
> ==
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
邮件列表地址
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
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