Re: [OpenWrt-Devel] Perl Maintainer

2010-10-12 Thread Russell Senior
> "Florian" == Florian Fainelli 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 last Op

[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 fork

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] 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

[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 compi

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 upst

[OpenWrt-Devel] [PATCH] bcm47xx_wdt: Add suppor t for cores with slow WDT clock (bcm5354)

2010-10-12 Thread Alexandros C. Couloumbis
Applied in r23415. thank you ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] Wrong baud for Geos

2010-10-12 Thread Alexandros C. Couloumbis
Applied in r23414. thank you. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

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 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 phy device.

Re: [OpenWrt-Devel] [OpenWrt] #7478: add support for Senao EAP7660D board

2010-10-12 Thread Daniel Golle
Hi! ALLNET uses the board for the ALL0305 outdoor router. http://www.allnet.de/wlan-outdoor.html?tx_mmallnetproductplugin_pi1[showUid]=490862 Cheers Daniel On Mon, Oct 11, 2010 at 8:39 PM, Hanno Schupp wrote: > Hi, > Which Senao router/board are you referring to? Lookign either at the Senao > o

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 change

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 CompareKernelPat

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 \ CompareKernelPatchVer,$(KERNEL_PA

[OpenWrt-Devel] [PATCH] usb.mk

2010-10-12 Thread Michael Grigorev
Signed-off-by: Michael Grigorev 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 Index: package/kernel