Re: [OpenWrt-Devel] add vars for uci firewall include scripts

2009-12-09 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I copied it over from 7.09's /etc/init.d/firewall init script ... and it > worked for my script.. LAV doesn't seem to be set there. Would you like > me to add LANDEV? No, I was just curious. But it seems to make sense :) ~ JoW -BEGIN PGP SIGNAT

Re: [OpenWrt-Devel] add vars for uci firewall include scripts

2009-12-09 Thread edgar . soldin
I copied it over from 7.09's /etc/init.d/firewall init script ... and it worked for my script.. LAV doesn't seem to be set there. Would you like me to add LANDEV? .. ede On 09.12.2009 19:15, Jo-Philipp Wich wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shouldn't you add "LANDEV" too?

Re: [OpenWrt-Devel] [PATCH] Fix memory leak in hotplug2

2009-12-09 Thread Felix Fietkau
On 2009-11-18 9:36 PM, Aleksandar Radovanovic wrote: > Fix a memory leak in hotplug2 environment handling. > Bump hotplug2 to the latest svn revision, remove obsolete patches. > > Memory leak is caused by the way hotplug2 handles environment variables, > using setenv() and unsetenv(). setenv() cre

Re: [OpenWrt-Devel] bump and fix strongswan 2.8

2009-12-09 Thread Felix Fietkau
On 2009-12-09 6:54 PM, edgar.sol...@web.de wrote: > Hi all, > > the attached patch bumps strongswan 2.8 for 2.4 kernels to latest > version 2.8.11 and fixes a compile error because of the missing circleq > implementation in uclibc. Applied in r18724 - Felix _

Re: [OpenWrt-Devel] category patches for libpar2 & rdiff-backup

2009-12-09 Thread Felix Fietkau
On 2009-12-09 6:44 PM, edgar.sol...@web.de wrote: > Hi all, > > find attached two patches that fix a wrong categorizations for the > mentioned packages. > > libpar2 belongs in libraries applied in r18721 > rdiff-backup in utilities applied in r18722 - Felix _

Re: [OpenWrt-Devel] add vars for uci firewall include scripts

2009-12-09 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shouldn't you add "LANDEV" too? ~ JoW -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAksf6SMACgkQdputYINPTPMhhgCfcmk9JpBiBRd+gH/vD0kVmRil 5mEAoJkk68q7FeUwIAI

[OpenWrt-Devel] add vars for uci firewall include scripts

2009-12-09 Thread edgar . soldin
the change to uci_firewall.sh omitted the necessary variables for the /etc/firewall.user script and the like. This patch adds them again. regards ede Index: package/firewall/files/uci_firewall.sh === --- package/firewall/files/uci_f

[OpenWrt-Devel] bump and fix strongswan 2.8

2009-12-09 Thread edgar . soldin
Hi all, the attached patch bumps strongswan 2.8 for 2.4 kernels to latest version 2.8.11 and fixes a compile error because of the missing circleq implementation in uclibc. regards ede PS: can somebody point me to a good guide to set up strongswan with pptpd on openwrt? Thanks. Index: feeds/

[OpenWrt-Devel] category patches for libpar2 & rdiff-backup

2009-12-09 Thread edgar . soldin
Hi all, find attached two patches that fix a wrong categorizations for the mentioned packages. libpar2 belongs in libraries rdiff-backup in utilities Thanks ede Index: feeds/packages/libs/libpar2/Makefile === --- feeds/packages/

Re: [OpenWrt-Devel] [PATCH] firewall/iptables

2009-12-09 Thread Felix Fietkau
On 2009-12-08 1:36 PM, Ugur DOGRU wrote: > > Hi, > > After getting busybox 1.15.2, "local" macro is not a problem now. So I > removed all modifications that removes local. > To remind it, these changes are for ubicom32 platform, but for all > no-mmu platforms in general. > As ash cannot run on

[OpenWrt-Devel] Porting WNR3500L into Kamikaze-8.09.1

2009-12-09 Thread Tathagata Das
Hi All, I want to port WNR3500L onto Kamikaze-8.09.1 with kernel-2.6.25 which has ssb driver. But in WNR3500L, ssb has been changes. So to port WNR3500L I need to modify the ssb driver in the kernel along with some files under arch/mips/bcm47xx directory. Hence before modifying anything I just wan