Re: [OpenWrt-Devel] [PATCH] was Re: WGT634U busted in trunk since mid-July

2010-11-07 Thread Russell Senior
Hauke == Hauke Mehrtens ha...@hauke-m.de writes: Hauke Hi WGT634U users, ;-) Hauke I made a patch which could fix the problem: Hauke https://dev.openwrt.org/raw-attachment/ticket/7874/999-zz-wgt634u.patch Hauke Please please try it and report the results. I do not have this Hauke device so I

Re: [OpenWrt-Devel] build error: mixed implicit and normal rules.

2010-11-07 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I now have a patch for busybox to fix it. Should I try to submit to the busybox or make it a patch for OpenWRT? Both please. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla -

Re: [OpenWrt-Devel] Build Issues: Packages not build for kernel 2.6.35, e.g. USB

2010-11-07 Thread Matthias Buecher / Germany
I found the problematic section: mkdir -p /home/maddes/openwrt/trunk/bin/orion/packages /home/maddes/openwrt/trunk/build_dir/linux-orion_generic/packages/ipkg-orion/kmod-pppol2tp/CONTROL mkdir -p

Re: [OpenWrt-Devel] build error: mixed implicit and normal rules.

2010-11-07 Thread Chris Li
On Sun, Nov 7, 2010 at 5:05 AM, Jo-Philipp Wich x...@subsignal.org wrote: Both please. Here is the patch for the busybox sub tree. I haven't make it a patch in openwrt so that it will automatically apply when compile. Is there a good example how to do that? BTW, I understand why make-3.82 want

[OpenWrt-Devel] [PATCH] Add features to net5501 and remove HID support (unneeded)

2010-11-07 Thread Philip Prindeville
Since the net5501 doesn't have a VGA port, it doesn't need HID support either -- all console access will be over a serial port. Also add FEATURES to it as well. Signed-of-by: Philip Prindeville - - - Index: target/linux/x86/net5501/target.mk

Re: [OpenWrt-Devel] ath9k txpower, CRDA limits, and CONFIG_ATH_USER_REGD

2010-11-07 Thread Mark Mentovai
I wrote: nbd asked me earlier today what sort of txpower I was seeing from ath9k on ar71xx/WNDR3700. Even with CONFIG_ATH_USER_REGD set, I see 20dBm on both radios. This is at trunk r23883 (current). The intersection stuff is still clamping everything to 20dBm. I figured out why I’m

Re: [OpenWrt-Devel] Build Issues: Packages not build for kernel 2.6.35, e.g. USB

2010-11-07 Thread Matthias Buecher / Germany
It turned out that the package kmod-pppol2tp doesn't compile with 2.6.35 on any platform. So I create a defect ticket for it: #8195. https://dev.openwrt.org/ticket/8195 Maddes On 07.11.2010 15:06, Matthias Buecher / Germany wrote: I found the problematic section: mkdir -p