Re: [OpenWrt-Devel] Q: curl: IPv6 zone identifiers / RFC6874 / OpenWrt

2014-08-14 Thread Bastian Bittorf
by accident i mixed curl 7.37.1 with libcurl 7.36. after upgrading libcurl everything is working: root@box:~ curl http://[fe80::6670:2ff:fe8b:221e%25wlan0]/robots.txt User-agent: * Disallow: /cgi-bin/ root@box:~ curl http://[fe80::6670:2ff:fe8b:221e%wlan0]/robots.txt User-agent: * Disallow:

Re: [OpenWrt-Devel] [PATCH] mac80211: fix freeing keys for ap iface in ieee80211_do_stop().

2014-08-14 Thread Yousong Zhou
Hi, On 14 August 2014 11:58, Yousong Zhou yszhou4t...@gmail.com wrote: The patch will fix #17506 and squelch the following WARNING from mac80211.ko While the patch does fix the WARNING on HiWiFi HC6361, but after checking with commit history, looks like my patch is a revert of the following...

[OpenWrt-Devel] [PATCH] valgrind: explicitly disable mpicc compiler

2014-08-14 Thread Alexandru Ardelean
If there's an mpicc compile on the machine, the configure script will take it, causing a bit of headache. --- package/devel/valgrind/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile index a55fb40..45d0323 100644 ---

[OpenWrt-Devel] [PATCH] valgrind: set --enable-only64bit option for x86_64

2014-08-14 Thread Alexandru Ardelean
There does not seem to be a good reason to build both when building for x86_64. --- package/devel/valgrind/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile index a55fb40..7f8c3d1 100644 ---

Re: [OpenWrt-Devel] [OT] Anyone interested in donating Broadcom development?

2014-08-14 Thread Bjørn Mork
Rafał Miłecki zaj...@gmail.com writes: 3) Antennas with MHF4 connector (damn hard to find) Cannot help with the donations, but I have good experience buying MHF4 pigtails from this company: http://www.hwtools.net/ They have MHF4 to RP-SMA or SMA pigtails:

Re: [OpenWrt-Devel] [OT] Anyone interested in donating Broadcom development?

2014-08-14 Thread Rafał Miłecki
On 14 August 2014 14:34, Bjørn Mork bj...@mork.no wrote: Rafał Miłecki zaj...@gmail.com writes: 3) Antennas with MHF4 connector (damn hard to find) Cannot help with the donations, but I have good experience buying MHF4 pigtails from this company: http://www.hwtools.net/ They have MHF4 to

Re: [OpenWrt-Devel] [OT] Anyone interested in donating Broadcom development?

2014-08-14 Thread Bjørn Mork
Rafał Miłecki zaj...@gmail.com writes: On 14 August 2014 14:34, Bjørn Mork bj...@mork.no wrote: Rafał Miłecki zaj...@gmail.com writes: 3) Antennas with MHF4 connector (damn hard to find) Cannot help with the donations, but I have good experience buying MHF4 pigtails from this company:

[OpenWrt-Devel] Good jtag usb adapter

2014-08-14 Thread Ernesto
Hi, I'd like to enter into the jtag world, and looking for a cheap usb adapter, like this ones: http://www.dx.com/p/avr-jtag-usb-debugging-emulator-downloader-deep-blue-312848#.U-y5hxpVHeQ http://www.dx.com/p/j-link-v8-arm-usb-jtag-adapter-emulator-black-149039#.U-y5jBpVHeQ

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

2014-08-14 Thread Tyler Fenby
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 causes rDNS records to not be created. This patches dnsmasq.init to utilize the additional hosts file

Re: [OpenWrt-Devel] [PATCH] brcm-wl: fix bash comparison error

2014-08-14 Thread Hauke Mehrtens
On 08/13/2014 03:48 AM, Álvaro Fernández Rojas wrote: Fixes sh: 0x: bad number. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh b/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh index 83afa06..de3a91f

[OpenWrt-Devel] [PATCH] ar71xx: build factory image for EnGenius ESR900 and ESR1750

2014-08-14 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- target/linux/ar71xx/image/Makefile | 27 +-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index ec69b0b..683c238 100644 ---

[OpenWrt-Devel] [PATCH 1/2] generic: fix yaffs compilation on 3.14

2014-08-14 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- .../503-yaffs-add-tags-9bytes-mount-option.patch | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/target/linux/generic/patches-3.14/503-yaffs-add-tags-9bytes-mount-option.patch

[OpenWrt-Devel] [PATCH 2/2] rb532: move to 3.14 and ath5k

2014-08-14 Thread Roman Yeryomin
Compile and run tested. Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/rb532/Makefile| 4 +- target/linux/rb532/config-3.10 | 147 target/linux/rb532/config-3.14 | 148 +

Re: [OpenWrt-Devel] kernel module runtime configuration

2014-08-14 Thread Florian Fainelli
Hello Brent, On 08/14/2014 03:45 PM, Brent Thomson wrote: Hey all. I'm working on my first Linux kernel module. It's an adaptation of an hd44780-over-GPIO driver. You can see it here: https://github.com/brnt/openwrt-hd44780 The driver is working fine, but I'd like to allow the user to

[OpenWrt-Devel] BB-rc3 testing

2014-08-14 Thread Сергей Василюгин
Hi! While testing BB-rc3 for ramips-mt7620 I found that wifi support is totally switched off.Simple adding modules from ramips-rt305x target help to make wifi work.So I think it's build configuration bug. ---serge  ___ openwrt-devel mailing list