[OpenWrt-Devel] hostapd doubts

2013-05-07 Thread Francisco Cuesta
Hello, I have some doubts concerning to the hostapd package, working with Attitude Adjustment openwrt version. So, I would appreciate if someone might clarify them to me. Firstly, I have noticed that apart from the hostapd package included on package/hostapd directory, there is another small vers

[OpenWrt-Devel] [PATCH] ar71xx: Fix AP135 partition layout

2013-05-07 Thread Sujith Manoharan
From: Sujith Manoharan Signed-off-by: Sujith Manoharan --- target/linux/ar71xx/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 17092b4..05d2177 100644 --- a/target/linux/ar71xx/

Re: [OpenWrt-Devel] hostapd doubts

2013-05-07 Thread Felix Fietkau
On 2013-05-07 9:21 AM, Francisco Cuesta wrote: > Hello, > > I have some doubts concerning to the hostapd package, working with > Attitude Adjustment openwrt version. So, I would appreciate if someone > might clarify them to me. > > Firstly, I have noticed that apart from the hostapd package inclu

[OpenWrt-Devel] boots compilation fix 1st try

2013-05-07 Thread Wojciech Kromer
Hello. Boost fails to compile in current trunk To fix it I have: - changed version to 1.53 because 1.51 fails to crosscompile - added stdint.h for uClibc - removed not necessary cstdint patch Best regards Index: feeds/packages/libs/boost/patches/200-cstdint_missing_include.patch ===

Re: [OpenWrt-Devel] [PATCH] grub2: Add sub package grub-editenv for target installation

2013-05-07 Thread Helmut Schaa
Any update on this patch? Thanks, Helmut On Wed, Apr 17, 2013 at 5:15 PM, Helmut Schaa wrote: > grub-editenv allows to modify grub2 environment files. Add a new package > that build grub2 for the target and packs up grub-editenv. > > Signed-off-by: Helmut Schaa > --- > package/boot/grub2/Makef

Re: [OpenWrt-Devel] [PATCH] grub2: Add sub package grub-editenv for target installation

2013-05-07 Thread John Crispin
On 07/05/13 14:29, Helmut Schaa wrote: Any update on this patch? Thanks, Helmut On Wed, Apr 17, 2013 at 5:15 PM, Helmut Schaa wrote: grub-editenv allows to modify grub2 environment files. Add a new package that build grub2 for the target and packs up grub-editenv. Signed-off-by: Helmut Scha

Re: [OpenWrt-Devel] [PATCH] [base-files] Failsafe-mode: print short help on commandline (signed)]

2013-05-07 Thread Bastian Bittorf
* John Crispin [12.04.2013 22:19]: > let me fix up the wording a bit and push a slightly different version > of the patch ;) anything i can help with this patch? bye, bastian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.

[OpenWrt-Devel] [PATCH] libubox: Allow to build against libjson-c > 0.9

2013-05-07 Thread Helmut Schaa
Signed-off-by: Helmut Schaa --- Not sure where to send libubox patches to, openwrt-devel? Helmut CMakeLists.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c574bf7..015b8bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,

Re: [OpenWrt-Devel] hostapd doubts

2013-05-07 Thread Francisco Cuesta
Thanks Felix for clarifying my newbie doubts!! > Secondly, could someone point me out where in hostapd code is > distinguished between adhoc mode and ap mode? Easy: AP mode uses it, Ad-Hoc mode doesn't. So, where is the ad-hoc mode configured then? Is it done in the proprietary driver (in my case

Re: [OpenWrt-Devel] hostapd doubts

2013-05-07 Thread Jonathan Bither
Adhoc is configured by the 'iw' utility in the mac80211.sh script. On Tue 07 May 2013 09:10:11 AM EDT, Francisco Cuesta wrote: Thanks Felix for clarifying my newbie doubts!! Secondly, could someone point me out where in hostapd code is distinguished between adhoc mode and ap mode? Easy: AP mo

[OpenWrt-Devel] Use honour-copts if Openwrt toolchain itself is used as External.

2013-05-07 Thread Alexander Abraham
I've tried using Openwrt toolchain itself as External toolchain by the following procedure:- # Compile and Install the toolchain in a different path make tools/install; make toolchain/install TOOLCHAIN_DIR="/opt/sw_toolchains/toolchain-mips_r2_gcc-4.7-linaro_uClibc-0.9.33.2" Used above path by set

Re: [OpenWrt-Devel] [PATCH] libubox: Allow to build against libjson-c > 0.9

2013-05-07 Thread Felix Fietkau
On 2013-05-07 3:04 PM, Helmut Schaa wrote: > Signed-off-by: Helmut Schaa Applied and pushed, thanks. > --- > > Not sure where to send libubox patches to, openwrt-devel? > Helmut Yes, openwrt-devel is fine. - Felix ___ openwrt-devel mailing list openwr

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for Netgear WNDAP360

2013-05-07 Thread Jacek Kikiewicz
Here is corrected version (only thing not working are wifi LEDs): Signed-off-by: Jacek Kikiewicz --- Index: target/linux/ar71xx/image/Makefile === --- target/linux/ar71xx/image/Makefile (revision 36156) +++ target/linux/ar71xx/im

[OpenWrt-Devel] [PATCH] AA:mac80211:rt2x00: Fix init of rt3290, rt3352, rt5350

2013-05-07 Thread Сергей Василюгин
After update upto compat-wireless-2013-02-22 some critical changes were lostand driver fail to allocate device. This fix was checked ondir620d1 (rt3352) and dir320b1 (rt5350). No check for rt3290 butit have the same init registers (reg2 - start init RF & reg17 - frequencyoffset eeprom value). Signe

Re: [OpenWrt-Devel] [PATCH] AA:mac80211:rt2x00: Fix init of rt3290, rt3352, rt5350

2013-05-07 Thread xakep6666
Thanks, will apply it to openwrt for dir320b1 2013/5/7 Сергей Василюгин > After update upto compat-wireless-2013-02-22 some critical changes were > lost > and driver fail to allocate device. This fix was checked on > dir620d1 (rt3352) and dir320b1 (rt5350). No check for rt3290 but > it have the

[OpenWrt-Devel] [PATCH] bump anyremote to v6.3

2013-05-07 Thread Mikhail
This patch updates anyremote from 6.2 to 6.3 Signed-off-by: Mikhail Fedotov < anyremote at mail.ru > Index: feeds/packages/utils/anyremote/Makefile === --- feeds/packages/utils/anyremote/Makefile (revision 36568) +++ feeds/packag

Re: [OpenWrt-Devel] [packages] polipo: Don't spuriously ignore CNAMEs after a DNS timeout. Polipo might quit with SIGPIPE without this patch

2013-05-07 Thread Saverio Proto
>> 2. The patch description is incorrect -- the bug symptom is not >> SIGPIPE. SIGPIPE is globally ignored by Polipo. > > I had polipo segfaulting before applying this patch. With gdb I > thought to understand it was a SIGPIPE problem, but I can be wrong > because I am not a experienced developer.