[OpenWrt-Devel] [PATCH] usb.mk

2010-10-12 Thread Michael Grigorev
Signed-off-by: Michael Grigorev sleuthho...@gmail.com Delete support for Airprime (EVDO) - not supporting in kernel 2.6.35.7 Add USB Driver layer for GSM modems (usb_wwan) Fix Option HSDPA modems depends of usb_wwan Add support for USB Qualcomm Serial modem Add support for USB Garmin GPS driver

Re: [OpenWrt-Devel] [PATCH] usb.mk

2010-10-12 Thread Jo-Philipp Wich
Hi. You should make those changes conditional, we still support older kernels and this patch will break break some kmods. You can either make the new module depend on @LINUX_2_6_35 or wrap the whole definition into ... ifeq ($(strip $(call \

Re: [OpenWrt-Devel] [PATCH] usb.mk

2010-10-12 Thread Michael Grigorev
Hi I did as you wrote, but when the make menuconfig I do not see the item you want in the section Kernel Modules - USB Support My new patch --- usb.mk.origTue Oct 12 12:12:26 2010 +++ usb.mkTue Oct 12 14:00:53 2010 @@ -259,6 +259,21 @@ endef +ifeq ($(strip $(call

Re: [OpenWrt-Devel] [PATCH] silence error when package has no patches

2010-10-12 Thread Mirko Vogt
Hey Alan, I don't think this is an good idea - not because of this particular change but that kind changes in general. I'd like to keep our repository _as close as possible_ to the official openwrt backfire branch upstream. Your patch is a cosmetic change - nothing critical, nothing which

Re: [OpenWrt-Devel] [PATCH v2] RTL8366S/RB: Fix autonegotiation for the WAN port.

2010-10-12 Thread Jonas Gorski
On 27 September 2010 16:52, Gabor Juhos juh...@openwrt.org wrote: 2010.09.24. 13:13 keltezéssel, Jonas Gorski írta: The RTL8366S/RB support connecting a second mac to it and using the 5th port as an independent phy. Therefore we need to handle autonegotiation changes for phy 4 like on a single

Re: [OpenWrt-Devel] [PATCH] silence error when package has no patches

2010-10-12 Thread Lars-Peter Clausen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mirko Vogt wrote: Hey Alan, I don't think this is an good idea - not because of this particular change but that kind changes in general. I'd like to keep our repository _as close as possible_ to the official openwrt backfire branch upstream.

[OpenWrt-Devel] gw6c package compile failure

2010-10-12 Thread Michael Büsch
The gw6c package fails to compile for me on my ARM testbed. It fails to find a truckload of uClibc++ symbols (seems like it does not find any). The uClibc++ linker options seem to be present, however. I was unable to fix this properly. The following patch removes the uClibc++ dependency. It

[OpenWrt-Devel] Conditionnal build dependency (was: Re: Your modifications to nginx package in OpenWRT)

2010-10-12 Thread Benjamin Cama
Le mardi 12 octobre 2010 à 19:57 +0200, Michael Büsch a écrit : On Tue, 2010-10-12 at 19:41 +0200, Benjamin Cama wrote: * Your openssl added dependency is wrong: it is optionnaly selected when you enable the SSL module. See Config.in. Is there something wrong with that that you found ?

Re: [OpenWrt-Devel] Conditionnal build dependency (was: Re: Your modifications to nginx package in OpenWRT)

2010-10-12 Thread Michael Büsch
On Tue, 2010-10-12 at 20:19 +0200, Benjamin Cama wrote: Le mardi 12 octobre 2010 à 19:57 +0200, Michael Büsch a écrit : On Tue, 2010-10-12 at 19:41 +0200, Benjamin Cama wrote: * Your openssl added dependency is wrong: it is optionnaly selected when you enable the SSL module. See

[OpenWrt-Devel] [PATCH] fix perl signal numbering for mips

2010-10-12 Thread Russell Senior
This is a followup to my 16 month old patch for perl signal numbering for mipsel: https://dev.openwrt.org/changeset/16539 This time for mips. Tested on atheros (accton mr3201a). Also compared favorably to linux-2.6.git's arch/mips/include/asm/signals.h The most obvious benefit is that

Re: [OpenWrt-Devel] Perl Maintainer

2010-10-12 Thread Russell Senior
Florian == Florian Fainelli flor...@openwrt.org writes: carcinoma who is the current maintainer of the perl packages? i carcinoma asked peter collberg (as found in Makefile), but he is not carcinoma the mainatainer for many years he said. carcinoma so who is? Florian As far as I can tell, the