[OpenWrt-Devel] [PATCH 5/5] Detect every atheros device present

2008-10-25 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- trunk/package/madwifi/files/lib/wifi/madwifi.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/trunk/package/madwifi/files/lib/wifi/madwifi.sh b/trunk/package/madwifi/files/lib/wifi/madwifi.sh index 0103739..6b

[OpenWrt-Devel] [PATCH 4/5] Set txpower after bringing up the interface, otherwise it reverts to auto

2008-10-25 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- trunk/package/madwifi/files/lib/wifi/madwifi.sh |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/package/madwifi/files/lib/wifi/madwifi.sh b/trunk/package/madwifi/files/lib/wifi/madwifi.sh index 40df0eb

[OpenWrt-Devel] [PATCH 3/5] Do not set antenna and softled for every vif but only once for the device

2008-10-25 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- trunk/package/madwifi/files/lib/wifi/madwifi.sh | 88 --- 1 files changed, 45 insertions(+), 43 deletions(-) diff --git a/trunk/package/madwifi/files/lib/wifi/madwifi.sh b/trunk/package/madwifi/files/lib/wifi/madwi

[OpenWrt-Devel] [PATCH 2/5] Set (ag)mode, pureg and channel for the first vif only

2008-10-25 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- trunk/package/madwifi/files/lib/wifi/madwifi.sh | 36 +++--- 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/trunk/package/madwifi/files/lib/wifi/madwifi.sh b/trunk/package/madwifi/files/lib/wifi/madwif

[OpenWrt-Devel] [PATCH 1/5] Remove extra ifname config_get

2008-10-25 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- trunk/package/madwifi/files/lib/wifi/madwifi.sh |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/trunk/package/madwifi/files/lib/wifi/madwifi.sh b/trunk/package/madwifi/files/lib/wifi/madwifi.sh index 6ee6435..856

[OpenWrt-Devel] [PATCH 0/5] madwifi.sh fixes

2008-10-25 Thread Acinonyx
The patches that will follow are described below: * [PATCH 1/5] Remove extra ifname config_get There was a config_get ifname twice without any reason. I removed the duplicate. * [PATCH 2/5] Set (ag)mode, pureg and channel for the first vif only There is no need to set agmode and channel

Re: [OpenWrt-Devel] How to submit patches to OpenWRT

2008-06-23 Thread Acinonyx
Στις Monday 23 June 2008 12:19:44 ο/η Johannes Ballé έγραψε: > From my perspective, using the ticket system would be best. Then I could > submit my patch and forget about it afterwards, because I would be notified > by mail when someone made changes to the ticket. > This surely helps the developer

Re: [OpenWrt-Devel] nousepeerdns ppp uci option

2008-06-17 Thread Acinonyx
Στις Tuesday 17 June 2008 06:21:24 ο/η Brian J. Murrell έγραψε: > Here's a patch to force not using the ppp peer's DNS servers. > > Signed-off-by:Brian J. Murrell <[EMAIL PROTECTED]>; > > Index: package/ppp/files/ppp.sh > === >

[OpenWrt-Devel] [PATCH] Exit post-install script successfully when PCI IDs update fails

2008-06-16 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- packages/utils/pciutils/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/packages/utils/pciutils/Makefile b/packages/utils/pciutils/Makefile index d20f2f5..8b5c344 100644 --- a/packages/utils/pciutils/Make

[OpenWrt-Devel] [PATCH 2/2] Enable misc input devices support to linux kernel

2008-06-16 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- trunk/target/linux/generic-2.6/config-2.6.22 |2 +- trunk/target/linux/generic-2.6/config-2.6.23 |2 +- trunk/target/linux/generic-2.6/config-2.6.24 |2 +- trunk/target/linux/generic-2.6/config-2.6.25 |2 +- trunk/targ

[OpenWrt-Devel] [PATCH] Fix aes_i586 module dependency to aes_generic for x86 target

2008-06-16 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- trunk/package/kernel/modules/crypto.mk | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/trunk/package/kernel/modules/crypto.mk b/trunk/package/kernel/modules/crypto.mk index 68ccb60..e33ee6e 100644 ---

[OpenWrt-Devel] [PATCH 1/2] Add support for pcspkr module

2008-06-16 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- trunk/package/kernel/modules/other.mk | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/trunk/package/kernel/modules/other.mk b/trunk/package/kernel/modules/other.mk index a096552..5f0316f 100644 -

[OpenWrt-Devel] [PATCH 0/2] PC Speaker support

2008-06-16 Thread Acinonyx
The following patches add support for PC Speaker. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 3/3][RESEND] Implement BGP confederation error handling (RFC5065, Par. 5)

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- .../quagga/patches/120-confed_errorhandle.patch| 93 1 files changed, 93 insertions(+), 0 deletions(-) create mode 100644 packages/net/quagga/patches/120-confed_errorhandle.patch diff --git a/packages/net/qua

[OpenWrt-Devel] [PATCH 2/3][RESEND] Fix nexthop reachability check for BGP confederations

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- .../net/quagga/patches/100-confederation.patch | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) create mode 100644 packages/net/quagga/patches/100-confederation.patch diff --git a/packages/net/quagga/pa

[OpenWrt-Devel] [PATCH 1/3] Fix Quagga OLSR route redistribution to other protocols

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- packages/net/quagga/patches/002-quagga_olsr.patch | 106 + 1 files changed, 64 insertions(+), 42 deletions(-) diff --git a/packages/net/quagga/patches/002-quagga_olsr.patch b/packages/net/quagga/patches/002-quagga_

[OpenWrt-Devel] [PATCH 0/3][RESEND] Fixes for Quagga OLSR and BGP Confederations

2008-03-26 Thread Acinonyx
The following patches fix some bugs in Quagga when using OLSR as IGP in BGP Confederations. The fixes may also solve problems to other similar setups. P.S. I'm sorry for the previous mangled patches :( ___ openwrt-devel mailing list openwrt-devel@lists

[OpenWrt-Devel] [PATCH 1/3] Fix Quagga OLSR route redistribution

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- packages/net/quagga/patches/002-quagga_olsr.patch | 106 + 1 files changed, 64 insertions(+), 42 deletions(-) diff --git a/packages/net/quagga/patches/002-quagga_olsr.patch b/packages/net/quagga/patches/002-quagga

[OpenWrt-Devel] [PATCH 3/3] Implement BGP confederation error handling (RFC5065, Par. 5)

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- .../quagga/patches/120-confed_errorhandle.patch| 93 1 files changed, 93 insertions(+), 0 deletions(-) create mode 100644 packages/net/quagga/patches/120-confed_errorhandle.patch diff --git a/packages/net/qu

[OpenWrt-Devel] [PATCH 3/3] Implement BGP confederation error handling (RFC5065, Par. 5)

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- .../quagga/patches/120-confed_errorhandle.patch| 93 1 files changed, 93 insertions(+), 0 deletions(-) create mode 100644 packages/net/quagga/patches/120-confed_errorhandle.patch diff --git a/packages/net/qu

[OpenWrt-Devel] [PATCH 1/3] Fix Quagga OLSR route redistribution

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- packages/net/quagga/patches/002-quagga_olsr.patch | 106 + 1 files changed, 64 insertions(+), 42 deletions(-) diff --git a/packages/net/quagga/patches/002-quagga_olsr.patch b/packages/net/quagga/patches/002-quagga

[OpenWrt-Devel] [PATCH 2/3] Fix nexthop reachability check for BGP confederations

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- .../net/quagga/patches/100-confederation.patch | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) create mode 100644 packages/net/quagga/patches/100-confederation.patch diff --git a/packages/net/quagga/pa

[OpenWrt-Devel] [PATCH] Fix missing hwmon-vid module error on LM77 package build

2008-03-24 Thread Acinonyx
This patch fixes missing hwmon-vid module error on LM77 package build. hwmon-vid is not a dependency for LM77 so it does not get build. Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- trunk/package/kernel/modules/hwmon.mk | 16 +--- 1 files changed, 9 insertions(+), 7

[OpenWrt-Devel] [PATCH] Fix batman and batman-advanced on 2.6.24 kernel

2008-03-24 Thread Acinonyx
This patch (hopefully) fixes batman and batman-advanced compile on 2.6.24 kernel. Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- .../patches/100-linux-2.6.24_fix.patch | 27 .../net/batman/patches/100-linux-2.6.24_fix.patch | 23 +++

[OpenWrt-Devel] [PATCH] Remove dependency to x86 target on some packages

2008-03-24 Thread Acinonyx
This patch removes dependency to x86 target on the following packages: * dmidecode * lilo * lm-sensors * psplash * stress Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- packages/utils/dmidecode/Makefile |2 +- packages/utils/lilo/Makefile |2 +- packages/utils/l

[OpenWrt-Devel] [PATCH] Add hostap txpower patch to 2.6.24 kernel

2008-03-24 Thread Acinonyx
The following patch enables txpower setting for hostap driver and restores txpower after card resets. Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- .../patches-2.6.24/903-hostap_txpower.patch| 160 1 files changed, 160 insertions(+), 0 deletions(-) c