Re: [OpenWrt-Devel] [PATCH 0/2] [telephony] Asterisk: Multiple vulnerabilities

2014-06-25 Thread Jiří Šlachta
Hello Daniel, I have applied your patches. Commits: 93ef5a1a85c9dc55b91778a806f6463b11d68026 eee55b8fd0ce811e0b1cc7400f012e19e1f99b30 Thank you so much! Jiri Dne 26/06/2014 05:18, Daniel Golle napsal(a): > Vulnerabilities in various versions of Asterisk have been discovered > recently. > See >

[OpenWrt-Devel] [PATCH v3][ar71xx][RFC]add support for EasyLink M150 and M-mini‏

2014-06-25 Thread Larry Pinney
From: L. D. Pinney v3 refreshes the patch on trunk@41337 This patch adds support for the EasyLink EL-M150 and M-mini http://wiki.openwrt.org/toh/easylink/el-m150 http://wiki.openwrt.org/toh/easylink/el-m-mini Signed-off-by: L. D. Pinney --- diff --git a/target/linux/ar71xx/base-files/etc/di

[OpenWrt-Devel] [PATCH 2/2] [telephony] asterisk-11.x: bump version

2014-06-25 Thread Daniel Golle
Update asterisk-11.x. to version 11.10.2 to address CVE-2014-4046. Signed-off-by: Daniel Golle --- net/asterisk-11.x/Makefile| 4 ++-- .../patches/010-asterisk-configure-undef-res-ninit.patch | 2 +- 2 files changed, 3 insertions(+), 3 del

[OpenWrt-Devel] [PATCH 1/2] [telephony] asterisk-1.8.x: bump version

2014-06-25 Thread Daniel Golle
Update asterisk-1.8.x to version 1.8.28.2 to address CVE-2014-4047. Signed-off-by: Daniel Golle --- net/asterisk-1.8.x/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/asterisk-1.8.x/Makefile b/net/asterisk-1.8.x/Makefile index 4707cc9..1ee786c 100644 --- a/ne

[OpenWrt-Devel] [PATCH 0/2] [telephony] Asterisk: Multiple vulnerabilities

2014-06-25 Thread Daniel Golle
Vulnerabilities in various versions of Asterisk have been discovered recently. See http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201406-25.xml http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-4046 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-20

Re: [OpenWrt-Devel] Need help with a AR8316 Switch

2014-06-25 Thread Alpha Sparc
If you need any additional information please tell me I am not sure which information is lacking. On Wed, Jun 25, 2014 at 5:48 PM, Alpha Sparc wrote: > Hi > > I am working on full support on Aztech GR7000 > This router has a AR8316 Gigabit switch > I have tried rgmii and gmii, dmesg seems to dete

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-06-25 Thread Daniel
Hi Roman, On 04/04/2014 04:39 PM, Roman Yeryomin wrote: > I worked on other things lately but plan to return to rt2x00 soon and > maybe try ralink driver on trunk again. I started looking into your patches and started to see things moving as far as you got. I suggest to define RT6352 and set chip

[OpenWrt-Devel] [PATCH] scripts/ubinize-image.sh: fix parameter handling

2014-06-25 Thread Daniel Golle
ubinize-image.sh previously used ${var:offset:length} substitutions which are not valid in standard shell. Replace the existing parameter matching by a case ... esac expression. Signed-off-by: Daniel Golle --- scripts/ubinize-image.sh | 51 +--- 1 file

[OpenWrt-Devel] [PATCH][project/luci2/ui.git] luci2: early wireless configuration

2014-06-25 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- luci2/htdocs/luci2/template/network.wireless.htm | 1 + luci2/htdocs/luci2/view/network.wireless.js | 89 luci2/share/menu.d/network.json | 6 ++ 3 files changed, 96 insertions(+) create mode 100644 luci2/htdocs/lu

Re: [OpenWrt-Devel] mempool support question for building software

2014-06-25 Thread Florian Fainelli
2014-06-25 4:54 GMT-07:00 Derek Werthmuller : > After some research I've determined the header files I'm looking for are > kernel header files. They are part of the memory management /memory > allocation section. The package I'm trying to build uses mempool.h for > faster memory allocation. > Any

[OpenWrt-Devel] Help porting openwrt to new device (NEXX WT1520)

2014-06-25 Thread Angry Kiddis
Hello, i'm trying to port openwrt trunk (with some success). But i'm stuck with broken usb. I uploaded my researches to forum post(on openwrt forum) https://forum.openwrt.org/viewtopic.php?pid=238028. In short, i think usb work is somehow related with gpio pin, but don't know how to fix this. I'm

Re: [OpenWrt-Devel] Need help with a AR8316 Switch

2014-06-25 Thread Alpha Sparc
/dts-v1/; /include/ "ar9.dtsi" / { model = "GR7000 - Aztech GR7000"; chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; }; memory@0 { reg = <0x0 0x200>; }; fpi@1000 { localbus@0 { nor-boot@0 { comp

Re: [OpenWrt-Devel] Need help with a AR8316 Switch

2014-06-25 Thread Alpha Sparc
Port 0 is cpu port 1-4 is lan port 5 is wan On Wed, Jun 25, 2014 at 5:48 PM, Alpha Sparc wrote: > Hi > > I am working on full support on Aztech GR7000 > This router has a AR8316 Gigabit switch > I have tried rgmii and gmii, dmesg seems to detect it and swconfig > seems to show the device but tra

Re: [OpenWrt-Devel] mempool support question for building software

2014-06-25 Thread Derek Werthmuller
After some research I've determined the header files I'm looking for are kernel header files. They are part of the memory management /memory allocation section. The package I'm trying to build uses mempool.h for faster memory allocation. Any help or advice on how to get the kernel to export these

[OpenWrt-Devel] [RFC] netifd: Crash when netifd reload is handled during netifd startup

2014-06-25 Thread Hans Dedecker
Hi Felix, Applied the new ubus patch and it solves the netifd crash. As can be seen in the traces below the ubus requests are deferred as netifd_reload is called when config_init_all is terminated. Thanks for the patch, Hans Jun 25 09:53:53 OpenWrt daemon.notice netifd: config_init_all : Enter

[OpenWrt-Devel] Need help with a AR8316 Switch

2014-06-25 Thread Alpha Sparc
Hi I am working on full support on Aztech GR7000 This router has a AR8316 Gigabit switch I have tried rgmii and gmii, dmesg seems to detect it and swconfig seems to show the device but transmission is not possible When I do swconfig dev switch0 show the port link is up the it is receiving packets

[OpenWrt-Devel] [PATCH 3/4] [toolchain] gcc: update musl patch

2014-06-25 Thread dirkneukirchen
From: Dirk Neukirchen taken from musl-cross https://github.com/GregorR/musl-cross/blob/master/patches/gcc-4.9.0-musl.diff Signed-off-by: Dirk Neukirchen --- toolchain/gcc/patches/4.9.0/200-musl.patch | 730 ++--- 1 file changed, 556 insertions(+), 174 deletions(-) diff

[OpenWrt-Devel] [PATCH 4/4] [toolchain] gcc: remove unneeded patch

2014-06-25 Thread dirkneukirchen
From: Dirk Neukirchen gcc 4.9 should include the patch in upstream commit id: 2090f4f01dec1647e39695611d3b4f4b64bb5620 gitweb url: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;a=commitdiff;h=2090f4f01dec1647e39695611d3b4f4b64bb5620 Signed-off-by: Dirk Neukirchen --- .../patches/4.9.0/840-arm

[OpenWrt-Devel] [PATCH 1/4] [toolchain] gcc: add gcc 4.9.0

2014-06-25 Thread dirkneukirchen
From: Dirk Neukirchen refresh patches Signed-off-by: Dirk Neukirchen --- toolchain/gcc/Config.in| 4 + toolchain/gcc/Config.version | 7 + toolchain/gcc/common.mk| 3 + .../gcc/patches/4.9.0/010-documentation.

[OpenWrt-Devel] [PATCH 0/0] [toolchain] add gcc 4.9.0

2014-06-25 Thread dirkneukirchen
gcc 4.9.0 release date was 2014-04-22 I took patches from 4.8.0 and first refreshed most patches (1/4) then applied / disabled upstream changes (2,3,4/4) The patch description should provide detailed information creates working images for x86 (qemu tested) compile tested with malta (same issues l

[OpenWrt-Devel] [PATCH 2/4] [toolchain] gcc: gcc 4.9.x disable libsanitize

2014-06-25 Thread dirkneukirchen
From: Dirk Neukirchen gcc 4.9.x enables building of libsanitize - libsanitize needs some headers that are not available in uclibc (netrom/netrom.h) according to buildroot project: - build fail with musl - need wordexp with uclibc which increases uclibc size http://git.buildroot.net/buildroot/

[OpenWrt-Devel] [PATCH] linux-firmware: add broadcom Tigon3 57766 firmware

2014-06-25 Thread Ulrich Weber
57766 devices with no nvram need a service patch firmware for the boot code to support EEE. This patch adds the fw. Signed-off-by: Ulrich Weber --- package/firmware/linux-firmware/Makefile | 20 package/kernel/linux/modules/netdevices.mk | 2 +- 2 files changed, 21 insert

Re: [OpenWrt-Devel] Few question about compiling your own firmware images

2014-06-25 Thread Claudio Thomas
Hi John, I've never done it, but you should change it easy in the menu config: # make menuconfig [*] Image configuration -> [*] Preinit configuration options ---> (10.0.0.1) IP Address for preinit network messages ---> (10.0.0.255) Broadcast address for preinit network messages An alternative way