[OpenWrt-Devel] [PATCH] mac80211.sh: add mesh_param support

2013-04-10 Thread Etienne Champetier
Hi This patch add mesh_param support in mac80211.sh It suppose that this patch http://patchwork.openwrt.org/patch/3540/ is applied (add HT support for mesh) Tested with rspro(ar9280)/wr1043nd, BB r36211 see also this http://lists.open80211s.org/pipermail/devel/2012-June/003352.html (mesh_hwmp_ro

[OpenWrt-Devel] Preferred next steps for restoring functionality to atheros platform (Engenius, Open Mesh)?

2013-04-10 Thread Ben West
Hi All, I just successfully flashed trunk r36255 onto an AR2315-based Engenius/Senao EOC-1650, and an Engenius EOC-2611P, albeit with the following patches and modifications: target/linux/atheros/config-3.8 (disable gpiolib related options that interfere with SPI flash chip select) target/linux/a

[OpenWrt-Devel] [PATCH v2][lantiq] Fix lantiq pinmux which affected PCI and USB.

2013-04-10 Thread Álvaro Fernández Rojas
Fix lantiq pinmux which affected PCI and USB. Known affected boards are: ARV4518 and ARV7518. Signed-off-by: Álvaro Fernández Rojas --- Add missing SOB. diff --git a/target/linux/lantiq/patches-3.8/0042-PINCTRL-lantiq-fix-pinmux.patch b/target/linux/lantiq/patches-3.8/0042-PINCTRL-lantiq-fix-

[OpenWrt-Devel] [PATCH][lantiq] Fix lantiq pinmux which affected PCI and USB.

2013-04-10 Thread Álvaro Fernández Rojas
Fix lantiq pinmux which affected PCI and USB. Known affected boards are: ARV4518 and ARV7518. --- diff --git a/target/linux/lantiq/patches-3.8/0042-PINCTRL-lantiq-fix-pinmux.patch b/target/linux/lantiq/patches-3.8/0042-PINCTRL-lantiq-fix-pinmux.patch new file mode 100644 index 000..d84df7e

Re: [OpenWrt-Devel] Building Trunk fails - gmp-5.1.1 r36309

2013-04-10 Thread Gregory Finch
On 04/10/2013 10:51 AM, Felix Fietkau wrote: > On 2013-04-10 7:39 PM, Gregory Finch wrote: >> Building trunk from a fresh checkout fails during the toolchain build >> for me. This is from fresh checkout, running make without -j option to >> make sure that wasn't the problem: > The checkout doesn't

[OpenWrt-Devel] [PATCH] uboot-envtools: add Gateworks Laguna board support

2013-04-10 Thread Tim Harvey
This adds Gateworks Laguna family board support. Note that some Laguna boards have SPI flash and others have NOR flash, thus the size/erasesize are detected dynamically. Signed-off-by: Tim Harvey --- package/boot/uboot-envtools/Makefile |4 package/boot/uboot-envtools/files/cns3xx

Re: [OpenWrt-Devel] Building Trunk fails - gmp-5.1.1 r36309

2013-04-10 Thread Felix Fietkau
On 2013-04-10 7:39 PM, Gregory Finch wrote: > Building trunk from a fresh checkout fails during the toolchain build > for me. This is from fresh checkout, running make without -j option to > make sure that wasn't the problem: The checkout doesn't look very fresh to me. Your tree seems to have some

[OpenWrt-Devel] Building Trunk fails - gmp-5.1.1 r36309

2013-04-10 Thread Gregory Finch
Building trunk from a fresh checkout fails during the toolchain build for me. This is from fresh checkout, running make without -j option to make sure that wasn't the problem: make[3]: Entering directory `/home/grue/work/tools/gmp' . /home/grue/work/include/shell.sh; xzcat /home/grue/work/dl/gmp-5

Re: [OpenWrt-Devel] LTS Kernel

2013-04-10 Thread Jay Carlson
On Apr 8, 2013, at 5:49 PM, David Lang wrote: > A lot of people get really nervous about installing from a dev tree onto > their one and only router. They really should be able to install from a > release before the hardware is discontinued. That is a really good way of saying it. Even 2011-12-

[OpenWrt-Devel] [PATCH] support for extra dhcp options in sent packets

2013-04-10 Thread Christoph Thielecke
Hello, I found a problem with openwrt regarding when dhcp server on lan changes. To get openwrt faster change of its wan ip I need to change to default lease time. udhcpc help says: -x OPT:VAL Include option OPT in sent packets (cumulative)