[OpenWrt-Devel] [PATCH] [x86] convert alix2 to KERNEL_VERSION 3.7.2, fix crypto-ocf

2013-01-16 Thread Russell Senior
Moves alix2 the kernel version 3.7.2. The newer kernel breaks crypto-ocf which was using kernel_thread(), no longer exported. Converted crypto-ocf to use newer kthread_$foo. Signed-off-by: Russell Senior russ...@personaltelco.net --- diff --git a/target/linux/generic/files/crypto/ocf/random.c

[OpenWrt-Devel] [PATCH][net][telephony] kamailio3 - version bump

2013-01-16 Thread Jiri Slachta
This patch updates kamailio3 to it's latest version Signed-off-by: Jiri Slachta slac...@cesnet.cz Index: net/kamailio3/Makefile === --- net/kamailio3/Makefile (revision 35175) +++ net/kamailio3/Makefile (working copy) @@

Re: [OpenWrt-Devel] Get to RedBoot prompt in Atheros-based router

2013-01-16 Thread Bastian Bittorf
* Nguyễn Hồng Quân quanngu...@mbm.vn [16.01.2013 11:55]: I'm trying the last option: serial port. But what I got in Terminal is all non-printable characters. Do you have experience in this? Maybe one of signal lines is erroneous?

Re: [OpenWrt-Devel] Get to RedBoot prompt in Atheros-based router

2013-01-16 Thread Nguyễn Hồng Quân
Hello On Wed 16 Jan 2013 06:06:09 PM ICT, Bastian Bittorf wrote: http://wiki.openwrt.org/doc/hardware/port.serial#finding.serial.console you are lucky! i'am ill at the moment and have time to debrick an old dir300 via serial today. will post my experience. Thanks in advance. I determined

Re: [OpenWrt-Devel] Get to RedBoot prompt in Atheros-based router

2013-01-16 Thread Bastian Bittorf
* Nguyễn Hồng Quân quanngu...@mbm.vn [16.01.2013 13:15]: I determined serial pins based on http://wiki.openwrt.org/toh/d-link/dir-300#serial.port.jp1 here it is working out of the box: screen /dev/ttyS0 9600 the board needs some time to boot the bootloader, really slow 8-) what wondered me:

Re: [OpenWrt-Devel] support for SWAP / paging of anonymous memory

2013-01-16 Thread Bastian Bittorf
* Hauke Mehrtens ha...@hauke-m.de [06.01.2013 18:34]: General setup: --- [*] Support for paging of anonymous memory (swap) again poking for this, i dont know how to check, but e.g. for platform atheros this is not set, so it is not possible to install zram-swap on those devices. the string

[OpenWrt-Devel] [PATCH] [packages] fix perf (and incidentally, elfutils) dependencies

2013-01-16 Thread Russell Senior
Fixing a couple build failures: perf was looking for libbfd, and libdw was looking for libbz2. Signed-off-by: Russell Senior russ...@personaltelco.net --- devel/perf/Makefile|2 +- libs/elfutils/Makefile |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[OpenWrt-Devel] [PATCH] Add generic GPIO watchdog driver gpio_wdt (replaces mtx-1_wdt)

2013-01-16 Thread Mathias Adam
The functionality of mtx-1_wdt could be used on other platforms too. Huawei E970 being one example (I'll shortly post a patch for it). drivers/watchdog/mtx-1_wdt.c can be removed after applying the patch. Signed-off-by: Mathias Adam m.adam--open...@adamis.de --- Can someone please try it on

[OpenWrt-Devel] [PATCH] [packages] fix cups build

2013-01-16 Thread Russell Senior
cups was getting confused between libusb and libusb-1.0, the dependency said libusb, but a configure script was seeing libusb-1.0 available and preferred it, but then failed during link. Also, an install target had some line wrapping problems. Signed-off-by: Russell Senior

[OpenWrt-Devel] [PATCH] [packages] fix wprobe build for kernel v3.7

2013-01-16 Thread Russell Senior
in linux commit 15e473046cb6e5d18a4d0057e61d76315230382b, a struct member name was changed from pid to portid. This patch makes the corresponding change. might break earlier kernels. Signed-off-by: Russell Senior russ...@personaltelco.net --- net/wprobe/src/kernel/wprobe-core.c |8

[OpenWrt-Devel] less 457 patch

2013-01-16 Thread Peter Wagner
This patch updates less to 457. Signed-off-by: Peter Wagner tripo...@gmx.at ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] less 457 patch

2013-01-16 Thread Peter Wagner
This patch updates less to 457. Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/utils/less/Makefile b/utils/less/Makefile index 2e9f3fa..c638c20 100644 --- a/utils/less/Makefile +++ b/utils/less/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=less -PKG_VERSION:=444

Re: [OpenWrt-Devel] Get to RedBoot prompt in Atheros-based router

2013-01-16 Thread Nguyễn Hồng Quân
Hello Bastian, On Wed 16 Jan 2013 07:42:02 PM ICT, Bastian Bittorf wrote: * Nguyễn Hồng Quân quanngu...@mbm.vn [16.01.2013 13:15]: I determined serial pins based on http://wiki.openwrt.org/toh/d-link/dir-300#serial.port.jp1 here it is working out of the box: screen /dev/ttyS0 9600 the

[OpenWrt-Devel] Flash from DD-WRT to OpenWrt for ASUS RT-N13U router

2013-01-16 Thread Nguyễn Hồng Quân
Hello all Can I flash from DD-WRT to OpenWrt for ASUS RT-N13U B1 (http://wiki.openwrt.org/toh/asus/rt-n13u) without serial access? In the past, I flashed from stock firmware to DD-WRT using Asus Restoration Utility. This tool uses a single firmware file, while OpenWrt provides two files

Re: [OpenWrt-Devel] Flash from DD-WRT to OpenWrt for ASUS RT-N13U router

2013-01-16 Thread HeXiLeD
if the router is supported; access ddwrt via ssh and then cd /tmp ; wget http://url.to.openwrt.image.bin ; mtd -r openwrt-image.bin linux or mtd -r openwrt-image.trx linux On 01/16/13 21:52, Nguyễn Hồng Quân wrote: Hello all Can I flash from DD-WRT to OpenWrt for ASUS RT-N13U B1

Re: [OpenWrt-Devel] Flash from DD-WRT to OpenWrt for ASUS RT-N13U router

2013-01-16 Thread Nguyễn Hồng Quân
Thank HeXiLeD, Is there a way to determine which file is right? After building firmware, I see these files: - openwrt-ramips-rt305x-root.squashfs - openwrt-ramips-rt305x-rt-n13u-squashfs-sysupgrade.bin - openwrt-ramips-rt305x-uImage.bin - openwrt-ramips-rt305x-vmlinux.bin Sometimes, there is

Re: [OpenWrt-Devel] Flash from DD-WRT to OpenWrt for ASUS RT-N13U router

2013-01-16 Thread Russell Senior
Nguyễn == Nguyễn Hồng Quân quanngu...@mbm.vn writes: Nguyễn Thank HeXiLeD, Is there a way to determine which file is Nguyễn right? After building firmware, I see these files: - Nguyễn openwrt-ramips-rt305x-root.squashfs - Nguyễn openwrt-ramips-rt305x-rt-n13u-squashfs-sysupgrade.bin - Nguyễn

[OpenWrt-Devel] [PATCH 1/3] [packages] fix nginx build

2013-01-16 Thread Russell Senior
The NGINX_SSL qualifier in the dependencies list doesn't seem to do what is intended. Needed to remove it in order to build to a successful conclusion. Signed-off-by: Russell Senior russ...@personaltelco.net --- net/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OpenWrt-Devel] [PATCH 2/3] [packages] fix sox build

2013-01-16 Thread Russell Senior
Added missing libao dependency. Would not build for me without it. Signed-off-by: Russell Senior russ...@personaltelco.net --- sound/sox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/sox/Makefile b/sound/sox/Makefile index 5cb5f4f..614ae3b 100644 ---

[OpenWrt-Devel] [PATCH 3/3] [packages] update i2c-tools to v3.1.0

2013-01-16 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- utils/i2c-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/i2c-tools/Makefile b/utils/i2c-tools/Makefile index d67d8bb..16feedb 100644 --- a/utils/i2c-tools/Makefile +++

[OpenWrt-Devel] [PATCH] [packages] fix rygel build

2013-01-16 Thread Andy Leiserson
manually specify vapidirs in staging_dir correct libgupnp-vala package name in depends Signed-off-by: Andy Leiserson a...@leiserson.org --- For prior discussion, see http://patchwork.openwrt.org/patch/2524/, this eliminates the need for that patch. I am having problems with audio output using

[OpenWrt-Devel] [PATCH] [ramips] enable BR6425N in kernel config

2013-01-16 Thread Daniel Golle
Though originally contained in the patch applied in r35020, the move to 3.7 in r34845 lost the kernel .config option. Reintroduce it to config-3.7. Signed-off-by: Daniel Golle dgo...@allnet.de --- target/linux/ramips/rt288x/config-3.7 | 1 + 1 file changed, 1 insertion(+) diff --git