[OpenWrt-Devel] [PATCH v2] Add G.729 and G.723.1 codecs for Asterisk

2012-01-29 Thread Viktar Palstsiuk
Signed-off-by: Viktar Palstsiuk --- net/asterisk-codec-g72x/Makefile | 58 + net/asterisk-codec-g72x/patches/astconv.patch | 11 + 2 files changed, 69 insertions(+), 0 deletions(-) create mode 100644 net/asterisk-codec-g72x/Makefile create mode 10064

[OpenWrt-Devel] [PATCH 1/1] net5501: correct net5501 h/w configuration

2012-01-29 Thread Philip Prindeville
Bump to version 3.2. Simplify and correct kernel config (based on x86/config-3.2). Designate eth0 as wan interface, and bridge eth1/eth2/eth3. Add heartbeat LED trigger. Use correct CS5535 GPIO driver. Use correct USB drivers (OHCI not UHCI). Add MSR and HW clock support. Add GPIO mask defin

[OpenWrt-Devel] x86 changes (and math emulation being enabled in generic)

2012-01-29 Thread Philip Prindeville
Anyone know why target/linux/x86/config-default has: CONFIG_MATH_EMULATION=y turned on? Most modern x86 processors have floating point. Not having an FPU is the exception, not the rule. Only the 386 and 486SX (both have 16-bit busses) lack an FPU. Everything else has one. Perhaps 'generic'

[OpenWrt-Devel] [PATCH 1/1] x86: config-default doesn't match "kernel_oldconfig"

2012-01-29 Thread Philip Prindeville
config-default has gotten munged. Can't make appropriate changes to subtargets if the base config is incorrect. Index: target/linux/x86/config-default === --- target/linux/x86/config-default (revision 29937) +++ target/linux/x86/

[OpenWrt-Devel] [PATCH] Fix lantiq etop initialization when booting without u-boot

2012-01-29 Thread Tobias Diedrich
This patch is needed to correctly initialize the ETOP network hardware when booting with BRN-BOOT instead of u-boot. Apparently the driver was writing to the wrong registers addresses for some registers, after fixing it to use same register addresses u-boot is using it works fine with BRN-BOOT for

[OpenWrt-Devel] [PATCH] Support for booting the Speedport W502V with BRN-BOOT

2012-01-29 Thread Tobias Diedrich
Support booting the Speedport W502V using BRN-BOOT. While the disadvantage is less available flash space, it's easy and safe to flash without opening the device. Going back to the original firmware is also possible. This patch add two firmware utilities, mkbrncmdline and mkbrnboot. mkbrncmdline

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to the arv7518

2012-01-29 Thread Luca Olivetti
Al 29/01/12 19:59, En/na Jo-Philipp Wich ha escrit: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi. > >> I forgot: I observed a strange thing. In the default (autogenerated?) >> /etc/config/wireless, the device was named "radio0", while the >> correct name is "wlan0". > > No, its not t

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to the arv7518

2012-01-29 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > I forgot: I observed a strange thing. In the default (autogenerated?) > /etc/config/wireless, the device was named "radio0", while the > correct name is "wlan0". No, its not the correct name. The "radio0" name is an internal identifer, it does

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to the arv7518

2012-01-29 Thread Luca Olivetti
Al 29/01/12 19:40, En/na Luca Olivetti ha escrit: > The following patch adds ath9k support to the arv7518 board. I forgot: I observed a strange thing. In the default (autogenerated?) /etc/config/wireless, the device was named "radio0", while the correct name is "wlan0". With that configuration, w

[OpenWrt-Devel] [PATCH] lantiq: add ath9k support to the arv7518

2012-01-29 Thread Luca Olivetti
The following patch adds ath9k support to the arv7518 board. It supersedes http://patchwork.openwrt.org/patch/849/ http://patchwork.openwrt.org/patch/1169/ (there are no modifications in the code but the patch bitrotted since then). The pci fixup routine (needed since the ar9223 has no onboard e

[OpenWrt-Devel] Router Hitron privided by local ISP (zon)

2012-01-29 Thread Tiago Geada
Hi I would like to know if some work can be done torwards making a way of installing OpenWRT on this router. I send what I could extract from firmware as a attachment, and ultimatelly I could send the real thing (hardware) to anyone if necessary, tho I would rather not. This is a modem router wi

Re: [OpenWrt-Devel] [PATCH] ar71xx TCP/IPsec unaligned instructions

2012-01-29 Thread Dave Taht
2012/1/4 Markus Stockhausen : > Hello, > > attached an extension to the already existing patch that will fix some more > unaligned > accesses on ar71xx devices. First patch location during establishing of tcp > recv operations. > The second one is only relevant for IPsec tunnels. In my setup this r

[OpenWrt-Devel] [PATCH] Board support for Asus RT-N10+

2012-01-29 Thread Patrick van Staveren
Hello, I've been working on a build for my Asus RT-N10+ and I've got it in pretty good shape. It's a Ralink RT3350 so the build is mostly copy & paste and fill in some values that are unique to the hardware. This is my first time working with OpenWrt, so this is all rather new to me, but I th

Re: [OpenWrt-Devel] lantiq: how do I generate an uImage?

2012-01-29 Thread Luca Olivetti
Al 29/01/12 10:41, En/na John Crispin ha escrit: >> Due to conflict that I didn't notice during svn update, I had an old >> image/Makefile that depended on CONFIG_TARGET_lantiq_xway instead of >> CONFIG_TARGET_lantiq_danube. >> >> Bye Well, I'm not that familiar with svn, but I thought it woul

Re: [OpenWrt-Devel] lantiq: how do I generate an uImage?

2012-01-29 Thread John Crispin
On 29/01/12 01:04, Luca Olivetti wrote: > Al 29/01/12 00:47, En/na Luca Olivetti ha escrit: >> Al 28/01/12 23:46, En/na John Crispin ha escrit: >> How do I generate an uImage now? Bye >>> >>> Hi, >>> >>> they should be located here >>> >>> $ ls build_dir/linux-lantiq_danube/uImage-*