Re: [OpenWrt-Devel] Polarisation and External Antenna on Nanostation with ath5k/ath9k

2011-11-14 Thread Daniel Golle
Hi Hanno! I'm working on that for the ALL0258N, going to post a draft later today on ath9k-devel. Probably this will get us one step closer to support similar functionality on similar hardware as well. Are you sure setting the antenna switch is working through GPIO on ath9k hardware as well? Regar

[OpenWrt-Devel] [PATCH] mac80211: enable support for RaLink Rt53xx USB devices in rt2800usb

2011-11-14 Thread Daniel Golle
The driver works quite nice and stable for me using a RaLink Rt5370 USB device. Signed-off-by: Daniel Golle Index: package/mac80211/Makefile === --- package/mac80211/Makefile (revision 29114) +++ package/mac80211/Makefile (worki

[OpenWrt-Devel] board aliases / image naming

2011-11-14 Thread Daniel Golle
Hi! For a better user-experience it would be nice have some kind of aliasing of boards, i.e. adding extra machtypes and adding several *_MACHINE( ... ) calls so /proc/cpuinfo shows what is on the sticker on case and openwrt can identify the actual device in userspace. This is an advantage as board-

[OpenWrt-Devel] (no subject)

2011-11-14 Thread Daniel Golle
Index: target/linux/ar71xx/generic/profiles/allnet.mk === --- target/linux/ar71xx/generic/profiles/allnet.mk (revision 0) +++ target/linux/ar71xx/generic/profiles/allnet.mk (revision 0) @@ -0,0 +1,41 @@ +# +# Copyright (C) 20

[OpenWrt-Devel] buildbot and ramips rt305x targets

2011-11-14 Thread Daniel Golle
Hi again! I was wondering if there is anything against having buildbot building images for RaLink Rt305x devices...? Anything missing in particular? Help needed? Cheers Daniel ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.

Re: [OpenWrt-Devel] Polarisation and External Antenna on Nanostation with ath5k/ath9k

2011-11-14 Thread Hanno Schupp
I am not sure at all, hence my question how this to be done for routers with this capability on ath9k without these parameters being available. On ath5k setting the gpio values and the tx and rx antenna values manually as the madwifi code would, seems to achieve the desired result; issue is that

[OpenWrt-Devel] Trim-Slice

2011-11-14 Thread W. Michael Petullo
Has anyone attempted to run OpenWrt on the Trim-Slice: http://trimslice.com/web/ This looks like a nice device based on an ARM Cortex A9 implementation. -- Mike :wq ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.

[OpenWrt-Devel] [PATCH] change variable name for RADIUS uci configuration in broadcom.sh

2011-11-14 Thread Etienne Champetier
Hello To follow this change in openwrt https://dev.openwrt.org/changeset/26482/trunk/package/hostapd/files/hostapd.sh and this change in luci http://luci.subsignal.org/trac/changeset/7599/luci/trunk/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua Signed-off-by: Etienne CHAMPETIER I

[OpenWrt-Devel] add entry in /etc/shadow when user_add is used

2011-11-14 Thread Peter Wagner
Hi, by now when user_add is used no line is shadow is created for that user. This patch adds this to /lib/functions.sh. /Peter diff --git a/package/base-files/files/lib/functions.sh b/package/base-files/files/lib/functions.sh index f6ec3d7..af619a7 100755 --- a/package/base-files/files/lib/functi

[OpenWrt-Devel] olsrd init file in OpenWRT

2011-11-14 Thread ZioPRoTo (Saverio Proto)
Hello Nico, i just applied a patch submitted by Manuel Munz. https://dev.openwrt.org/changeset/29134 I tested this stuff in the last 24 hours and it works to me. In the same time I was testing you updated the init.d file... I solved the conflict ignoring your changes. Using start-stop-daemon i

Re: [OpenWrt-Devel] add entry in /etc/shadow when user_add is used v2

2011-11-14 Thread Peter Wagner
v2 a ":" was missing On Montag, 14. November 2011 22:33:21 Peter Wagner wrote: > Hi, > > by now when user_add is used no line is shadow is created for that user. > This patch adds this to /lib/functions.sh. > > /Peter diff --git a/package/base-files/files/lib/functions.sh b/package/base-files/fil

Re: [OpenWrt-Devel] [PATCH] change variable name for RADIUS uci configuration in broadcom.sh

2011-11-14 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, committed in r29136 and r29138 - thanks! ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7Bi2sACgkQdputYINPTPMq9gCgiTx0DxDoJmGHB53LJhCISXz+ hkcA

Re: [OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-11-14 Thread ZioPRoTo (Saverio Proto)
Hello Nico, I tested and reworked Gioacchino's mini_snmpd patch to support uci interfaces names instead of real interface names. please check and commit. I would commit myself but I do not have permission for that folder ciao :) Saverio mini_snmpd.patch Description: Binary data __

Re: [OpenWrt-Devel] add entry in /etc/shadow when user_add is used v2

2011-11-14 Thread Nico
Hi Peter, A single lock for both /etc/passwd and /etc/shadow should be enough, it was just there to prevent multiple initscripts from messing with /etc/passwd at boot. -- -{Nico} ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lis

Re: [OpenWrt-Devel] add entry in /etc/shadow when user_add is used v2

2011-11-14 Thread Peter Wagner
Hi Nico, new version that only locks passwd. /Peter On Dienstag, 15. November 2011 00:02:06 Nico wrote: > Hi Peter, > > A single lock for both /etc/passwd and /etc/shadow should be enough, > it was just there to prevent multiple initscripts from messing with > /etc/passwd at boot. > > -- > -{Ni

Re: [OpenWrt-Devel] [PATCH] New package PyRRD

2011-11-14 Thread Nico
Hi Roberto, On Mon, Oct 10, 2011 at 11:18 AM, Roberto Riggio wrote: > This patch is a port of the PyRRD package to openwrt. PyRRD is a wrapper for > rrdtool for python. The API is so much better than the python bindings for > rrd. > > Signed-off-by: Roberto Riggio Is the patch adding ez-setup.p

[OpenWrt-Devel] tor init script is broken

2011-11-14 Thread Peter Wagner
Hi, the current tor init script that uses the new service wrapper is broken. this patch fixes the initscript. /Peter diff --git a/net/tor/files/tor.init b/net/tor/files/tor.init index 42eff1a..5501527 100644 --- a/net/tor/files/tor.init +++ b/net/tor/files/tor.init @@ -2,16 +2,15 @@ # Copyright

[OpenWrt-Devel] privoxy use new service wrapper

2011-11-14 Thread Peter Wagner
Signed-off-by: Peter Wagner diff --git a/net/privoxy/files/privoxy.init b/net/privoxy/files/privoxy.init index 85479b3..0afe4c4 100644 --- a/net/privoxy/files/privoxy.init +++ b/net/privoxy/files/privoxy.init @@ -1,16 +1,16 @@ #!/bin/sh /etc/rc.common -# Copyright (C) 2006 OpenWrt.org +# Copyrigh

Re: [OpenWrt-Devel] privoxy use new service wrapper

2011-11-14 Thread Nico
Applied in r29151 Thanks, -- -{Nico} ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel