Re: [OpenWrt-Devel] [PATCHv2] mklibs: Fix mklibs usage when *.so files reside in subdirs

2013-07-30 Thread Helmut Schaa
On Wed, Jun 26, 2013 at 1:55 PM, Helmut Schaa helmut.sc...@googlemail.com wrote: Currently package/Makefile only passes /lib /usr/lib and /usr/lib/ebtables to mklibs. However, other libs can also reside in different subdirectories (in my case /usr/lib/ipsec). Hence, create the list of library

Re: [OpenWrt-Devel] [OpenWrt-Tickets] [OpenWrt] #13971: Kernel watchdog timer gone

2013-07-30 Thread Damian Kaczkowski
Hello. Yes, it's built into the kernel now for whole ar71xx target. On 30 July 2013 03:57, OpenWrt openwrt-devel@lists.openwrt.org wrote: #13971: Kernel watchdog timer gone ---+- Reporter: anonymous | Owner: developers

[OpenWrt-Devel] 回复: [OpenWrt] #13972: AR9338 can't detect.

2013-07-30 Thread linuxpro
but r9380 working fine. 在 2013年7月30日星期二,下午4:54,OpenWrt 写道: #13972: AR9338 can't detect. -+--- Reporter: sniperpr@… | Owner: developers Type: defect | Status: new Priority: high | Milestone: Bugs Paradise Component: kernel | Version: Trunk

[OpenWrt-Devel] [PATCH] [package] hostapd: Settings for DAE/CoA server

2013-07-30 Thread Martijn van de Streek
hostapd supports Dynamic Authorization Extensions, making it possible to forcibly disconnect a user by sending it a RADIUS Disconnect-Request packet. I've added three new variables to enable setting of the radius_das_client and radius_das_port variables in the hostapd configuration, which enable

[OpenWrt-Devel] [PATCH 1/2] update alsa-lib to 1.0.27.2

2013-07-30 Thread Peter Wagner
Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/libs/alsa-lib/Makefile b/libs/alsa-lib/Makefile index 97540c3..81a0373 100644 --- a/libs/alsa-lib/Makefile +++ b/libs/alsa-lib/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alsa-lib -PKG_VERSION:=1.0.24.1

[OpenWrt-Devel] [PATCH 2/2] update alsa-utils to 1.0.27.2

2013-07-30 Thread Peter Wagner
Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/utils/alsa-utils/Makefile b/utils/alsa-utils/Makefile index f203ecb..f60da4a 100644 --- a/utils/alsa-utils/Makefile +++ b/utils/alsa-utils/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alsa-utils -PKG_VERSION:=1.0.24.2

[OpenWrt-Devel] nmap 6.40 update patch

2013-07-30 Thread Peter Wagner
Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/net/nmap/Makefile b/net/nmap/Makefile index e31e7b4..07c9913 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -13,12 +13,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nmap -PKG_VERSION:=6.01 -PKG_RELEASE:=4 +PKG_VERSION:=6.40

[OpenWrt-Devel] [PATCH v2 0/6] rampis: Add support for various Poray devices

2013-07-30 Thread Felix Kaechele
This is a reworked version of the last patchset I sent recently: * I've edited the mkporayfw tool to reflect the suggestions made by Yousong Zhou (thanks for the review!). Reviews done on the new version of the code are much appreciated! For your convenience I uploaded a diff of the changes

[OpenWrt-Devel] [PATCH v2 2/6] ramips: add Poray M3 support

2013-07-30 Thread Felix Kaechele
Signed-off-by: Felix Kaechele hef...@fedoraproject.org --- target/linux/ramips/base-files/etc/diag.sh | 3 + .../ramips/base-files/etc/uci-defaults/02_network | 5 + .../ramips/base-files/lib/preinit/06_set_iface_mac | 5 + target/linux/ramips/base-files/lib/ramips.sh | 3 +

[OpenWrt-Devel] [PATCH v2 3/6] ramips: add Poray M4 4M/8M support

2013-07-30 Thread Felix Kaechele
Signed-off-by: Felix Kaechele hef...@fedoraproject.org --- target/linux/ramips/base-files/etc/diag.sh | 3 + .../ramips/base-files/etc/uci-defaults/02_network | 3 +- .../ramips/base-files/lib/preinit/06_set_iface_mac | 3 +- target/linux/ramips/base-files/lib/ramips.sh | 3 +

[OpenWrt-Devel] [PATCH v2 6/6] ramips: add Poray IP2202 support

2013-07-30 Thread Felix Kaechele
Signed-off-by: Felix Kaechele hef...@fedoraproject.org --- target/linux/ramips/base-files/etc/diag.sh | 3 + .../ramips/base-files/etc/uci-defaults/02_network | 1 + .../ramips/base-files/lib/preinit/06_set_iface_mac | 1 + target/linux/ramips/base-files/lib/ramips.sh | 3 +

[OpenWrt-Devel] [PATCH v2 5/6] ramips: add Poray X8 support

2013-07-30 Thread Felix Kaechele
Signed-off-by: Felix Kaechele hef...@fedoraproject.org --- target/linux/ramips/base-files/etc/diag.sh | 3 + .../ramips/base-files/etc/uci-defaults/02_network | 3 +- .../ramips/base-files/lib/preinit/06_set_iface_mac | 3 +- target/linux/ramips/base-files/lib/ramips.sh | 3

[OpenWrt-Devel] [PATCH v2 4/6] ramips: add Poray X5/X6 Support

2013-07-30 Thread Felix Kaechele
Signed-off-by: Felix Kaechele hef...@fedoraproject.org --- target/linux/ramips/base-files/etc/diag.sh | 3 + .../ramips/base-files/etc/uci-defaults/02_network | 3 +- .../ramips/base-files/lib/preinit/06_set_iface_mac | 3 +- target/linux/ramips/base-files/lib/ramips.sh | 3

[OpenWrt-Devel] [PATCH v2 1/6] ramips: add basics for Poray devices

2013-07-30 Thread Felix Kaechele
This commit adds the basic elements to support Poray brand routers. It contains a tool to do the encryption/obfuscation that is used in Poray routers. Support for Poray devices was worked on by: Felix Kaechele hef...@fedoraproject.org Luis Soltero lsolt...@globalmarinenet.com Michel Stempin

[OpenWrt-Devel] Volunteer to maintain packages

2013-07-30 Thread W. Michael Petullo
I would like to volunteer to maintain some OpenWrt packages. https://dev.openwrt.org/wiki/packages lists me as maintaining: db47 dmapd krb5 netatalk openldap However, I no longer seem to have write access to the package repository. Additionally, I would

Re: [OpenWrt-Devel] [PATCH v2 1/6] ramips: add basics for Poray devices

2013-07-30 Thread Yousong Zhou
Hi, Felix, On Tue, Jul 30, 2013 at 05:40:19PM +0200, Felix Kaechele wrote: This commit adds the basic elements to support Poray brand routers. It contains a tool to do the encryption/obfuscation that is used in Poray routers. Support for Poray devices was worked on by: Felix Kaechele