[OpenWrt-Devel] [PATCH 1/1] alix2: fix typo in target makefile

2011-07-24 Thread Philip Prindeville
Cut and paste cruft from borrowing from Geos platform. Signed-off-by: Philip Prindeville Index: target/linux/x86/alix2/target.mk === --- target/linux/x86/alix2/target.mk(revision 27761) +++ target/linux/x86/alix2/target.mk(wo

[OpenWrt-Devel] [PATCH 1/1] linux: bump 2.6.39.x to .3

2011-07-24 Thread Philip Prindeville
2.6.39.3 is now latest/stable. Signed-off-by: Philip Prindeville Index: include/kernel-version.mk === --- include/kernel-version.mk (revision 27761) +++ include/kernel-version.mk (working copy) @@ -26,8 +26,8 @@ ifeq ($(LINUX_VE

[OpenWrt-Devel] [PATCH 1/1] alix2: include WAN interface by default

2011-07-24 Thread Philip Prindeville
Include WAN interface by default, instead of putting both ports in the LAN bridge. Signed-off-by: Philip Prindeville Index: target/linux/x86/alix2/base-files/etc/config/network === --- target/linux/x86/alix2/base-files/etc/config/n

Re: [OpenWrt-Devel] [PATCH 1/1] ppp: version bump to 2.4.5

2011-07-24 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I took a look at it and it seems that upstream now gracefully handles errors in the PADS processing, on a first glance I see no condition anymore that may lead into a fatal() so dropping this patch is ok. ~ Jow -BEGIN PGP SIGNATURE- Versi

Re: [OpenWrt-Devel] [PATCH v4 1/1] ocf-linux: version bump to 20110720

2011-07-24 Thread Philip Prindeville
On 7/24/11 2:43 PM, Hauke Mehrtens wrote: > [snip] >>> * readd CRYPTO_MANAGER dependency >> For cryptosoft? According to the Kconfig that comes with the latest >> ocf-linux, it no longer has a dependency on crypto-manager, that's why I >> took it out. > This dependency was added in OpenWrt (see

Re: [OpenWrt-Devel] [PATCH v4 1/1] ocf-linux: version bump to 20110720

2011-07-24 Thread Hauke Mehrtens
On 07/24/2011 10:04 PM, Philip Prindeville wrote: > On 7/24/11 7:54 AM, Hauke Mehrtens wrote: >> On 07/24/2011 12:55 AM, Philip Prindeville wrote: >>> Fixes problem with TFM allocation in cryptosoft.c >>> >>> When checking in, please do: >>> >>> svn rename patches-2.6.39/941-ocf_20105030.patch >>>

[OpenWrt-Devel] [PATCH v2 1/1] linux-3.0: missing symbols

2011-07-24 Thread Philip Prindeville
When building x86, the following symbols turn up missing. Redux: leave out OCF_UBSEC_SSB. Signed-off-by: Philip Prindeville Index: target/linux/generic/config-3.0 === --- target/linux/generic/config-3.0 (revision 27760) +++ tar

[OpenWrt-Devel] [packages] Fix mysql dependencies

2011-07-24 Thread Michael Heimpold
Trying to fix some issues with php5 I discoverd that php5's mysql extension doesn't load: root@OpenWrt:/tmp# php-cli -m PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/mysql.so' - File not found in Unknown on line 0 [PHP Modules] Core ctype curl date ereg gettext json op

[OpenWrt-Devel] [PATCH 1/1] linux-3.0: missing symbols

2011-07-24 Thread Philip Prindeville
When building x86, the following symbols turn up missing. Signed-off-by: Philip Prindeville Index: target/linux/generic/config-3.0 === --- target/linux/generic/config-3.0 (revision 27738) +++ target/linux/generic/config-3.0 (

Re: [OpenWrt-Devel] [PATCH 1/1] ppp: version bump to 2.4.5

2011-07-24 Thread Felix Fietkau
On 2011-07-24 10:21 PM, Philip Prindeville wrote: On 7/24/11 1:07 PM, Felix Fietkau wrote: On 2011-07-24 9:58 PM, Philip Prindeville wrote: On 7/24/11 2:34 AM, Felix Fietkau wrote: On 2011-07-22 7:58 AM, Philip Prindeville wrote: On 7/6/11 1:41 AM, Philip Prindeville wrote: Bump to

Re: [OpenWrt-Devel] [PATCH 1/1] ppp: version bump to 2.4.5

2011-07-24 Thread Philip Prindeville
On 7/24/11 1:07 PM, Felix Fietkau wrote: > On 2011-07-24 9:58 PM, Philip Prindeville wrote: >> On 7/24/11 2:34 AM, Felix Fietkau wrote: >>> On 2011-07-22 7:58 AM, Philip Prindeville wrote: On 7/6/11 1:41 AM, Philip Prindeville wrote: > Bump to the current version of PPP. > >

Re: [OpenWrt-Devel] [PATCH 1/1] ppp: version bump to 2.4.5

2011-07-24 Thread Felix Fietkau
On 2011-07-24 9:58 PM, Philip Prindeville wrote: On 7/24/11 2:34 AM, Felix Fietkau wrote: On 2011-07-22 7:58 AM, Philip Prindeville wrote: On 7/6/11 1:41 AM, Philip Prindeville wrote: Bump to the current version of PPP. A few of the patches are either in 2.4.5 or something functionally

Re: [OpenWrt-Devel] [PATCH v4 1/1] ocf-linux: version bump to 20110720

2011-07-24 Thread Philip Prindeville
On 7/24/11 7:54 AM, Hauke Mehrtens wrote: > On 07/24/2011 12:55 AM, Philip Prindeville wrote: >> Fixes problem with TFM allocation in cryptosoft.c >> >> When checking in, please do: >> >> svn rename patches-2.6.39/941-ocf_20105030.patch >> patches-2.6.39/941-ocf_20110720.patch >> >> for each "patc

Re: [OpenWrt-Devel] linux 3.0 is out - patch for generic and brcm47xx

2011-07-24 Thread Philip Prindeville
On 7/24/11 3:02 AM, Hauke Mehrtens wrote: > On 07/24/2011 01:37 AM, Philip Prindeville wrote: >> On 7/22/11 7:07 AM, Peter Wagner wrote: >>> Hi, >>> >>> this patch updates generec and brcm47xx to linux 3.0. >>> runs on brcm47xx like a charm (for a few minutes by now ;) ) >>> >>> /Peter Wagner >>> >

Re: [OpenWrt-Devel] [PATCH 1/1] ppp: version bump to 2.4.5

2011-07-24 Thread Philip Prindeville
On 7/24/11 2:34 AM, Felix Fietkau wrote: > On 2011-07-22 7:58 AM, Philip Prindeville wrote: >> On 7/6/11 1:41 AM, Philip Prindeville wrote: >>> Bump to the current version of PPP. >>> >>> A few of the patches are either in 2.4.5 or something functionally >>> equivalent is, so those patches were

Re: [OpenWrt-Devel] [PATCH 1/1] geos: include pppstats and pppdump in default packaging

2011-07-24 Thread Philip Prindeville
On 7/24/11 1:42 AM, Felix Fietkau wrote: > On 2011-07-23 4:15 AM, Philip Prindeville wrote: >> As the Geos box includes an ADSL modem that's targeted towards PPPoE, PPPoA, >> and bridged utilization, including these useful tools allows for easier >> configuration and troubleshooting. >> >> Signed

[OpenWrt-Devel] [PATCH] Fix detection of standalone ldd

2011-07-24 Thread Michael Heimpold
When standalone ldd is selected in config the binary is installed in /usr/bin/ldd. Signed-off-by: Michael Heimpold --- Index: package/base-files/files/etc/profile === --- package/base-files/files/etc/profile(revision 27363

Re: [OpenWrt-Devel] [PATCH v4 1/1] ocf-linux: version bump to 20110720

2011-07-24 Thread Hauke Mehrtens
On 07/24/2011 12:55 AM, Philip Prindeville wrote: > Fixes problem with TFM allocation in cryptosoft.c > > When checking in, please do: > > svn rename patches-2.6.39/941-ocf_20105030.patch > patches-2.6.39/941-ocf_20110720.patch > > for each "patches" directory before committing (but after apply

Re: [OpenWrt-Devel] linux 3.0 is out - patch for generic and brcm47xx

2011-07-24 Thread Peter Wagner
Am Sonntag, 24. Juli 2011, 01:37:46 schrieb Philip Prindeville: > On 7/22/11 7:07 AM, Peter Wagner wrote: > > Hi, > > > > this patch updates generec and brcm47xx to linux 3.0. > > runs on brcm47xx like a charm (for a few minutes by now ;) ) > > > > /Peter Wagner > > > > Signed-off-by: Peter Wagn

Re: [OpenWrt-Devel] [PATCH] package/madwifi: work-around broken frequency-list and txpower-list

2011-07-24 Thread Daniel Golle
On Sun, Jul 24, 2011 at 10:53:42AM +0200, Felix Fietkau wrote: > On 2011-07-18 3:54 PM, Daniel Golle wrote: > > To work-around this bug, I created a simple way to initialize the wifi > > driver even if the device is disabled and/or there are no vifs, so they > > there are sane values in the webin

Re: [OpenWrt-Devel] linux 3.0 is out - patch for generic and brcm47xx

2011-07-24 Thread Hauke Mehrtens
On 07/24/2011 01:37 AM, Philip Prindeville wrote: > On 7/22/11 7:07 AM, Peter Wagner wrote: >> Hi, >> >> this patch updates generec and brcm47xx to linux 3.0. >> runs on brcm47xx like a charm (for a few minutes by now ;) ) >> >> /Peter Wagner >> >> Signed-off-by: Peter Wagner > > I couldn't actua

Re: [OpenWrt-Devel] [PATCH 1/1] ledtrig-ide-disk: make ledtrig-ide-disk modular

2011-07-24 Thread Felix Fietkau
On 2011-05-15 7:51 AM, Philip Prindeville wrote: Normally ledtrig-ide-disk requires ide-disk.c to be compiled knowing that ledtrig-ide-disk is enabled. This is less than optimal, since you should be able to add ledtrig targets later and/or separately. So we work around this by having a hook t

Re: [OpenWrt-Devel] [PATCH 1/1] ppp: version bump to 2.4.5

2011-07-24 Thread Felix Fietkau
On 2011-07-22 7:58 AM, Philip Prindeville wrote: On 7/6/11 1:41 AM, Philip Prindeville wrote: Bump to the current version of PPP. A few of the patches are either in 2.4.5 or something functionally equivalent is, so those patches were removed. 1 patch was added to accommodate pppol2pv3_addr

Re: [OpenWrt-Devel] [PATCH] package/madwifi: work-around broken frequency-list and txpower-list

2011-07-24 Thread Felix Fietkau
On 2011-07-18 3:54 PM, Daniel Golle wrote: Hi! When using madwifi, the txpowerlist and freqlist seem to be uninitialized unless a vif is created and ifup'ed. Example for txpowerlist: root@OpenWrt:~# iwinfo wifi0 txpowerlist * 0 dBm ( 1 mW) 10 dBm ( 10 mW) 15 dBm ( 31 mW) 20 dBm (

Re: [OpenWrt-Devel] [PATCH 1/1] geos: include pppstats and pppdump in default packaging

2011-07-24 Thread Felix Fietkau
On 2011-07-23 4:15 AM, Philip Prindeville wrote: As the Geos box includes an ADSL modem that's targeted towards PPPoE, PPPoA, and bridged utilization, including these useful tools allows for easier configuration and troubleshooting. Signed-off-by: Philip Prindeville Applied in r27743