Re: [OpenWrt-Devel] [PATCH] include: make sure modules are modposted after initramfs image is built

2014-10-06 Thread Hattink, Tjalling [FINT]
Hi Felix, The first patch I submitted was faulty. I forgot to notify the mailinglist about this, my apologies. The problem is the $(subst ,,$(KERNELNAME)) part. For most targets KERNELNAME is defined so the command is expanded to something like make bzImage modules. But for the targets that do

Re: [OpenWrt-Devel] [PATCH procd 3/8] Fix curses applications towork with procd

2014-10-06 Thread Stam, Michel [FINT]
Hello Gert, After looking through the documentation and code here, I found why I implemented it this way; Several months ago we had, as mentioned before, a problem getting curses applications to start on a new version of OpenWRT. This manifested in applications not starting at all, or not

[OpenWrt-Devel] [PATCH v2 procd 3/8] Fix curses applications to work with procd

2014-10-06 Thread Michel Stam
The problem was caused by procd not opening /dev/tty* (which ever was specified in /etc/inittab), causing /proc/PID/fd to point to /console instead. /dev/console is a non-controlling tty (CTTY), and cannot be used as one, which is exactly what curses applications want. Since this is very likely

Re: [OpenWrt-Devel] Atheros AR231x MIPS machine name (ex [PATCH 01/16] MIPS: ar231x: add common parts)

2014-10-06 Thread Sergey Ryazanov
2014-10-03 22:46 GMT+04:00, Sergey Ryazanov ryazanov@gmail.com: Add owrt mailing list to cc. Any suggestions? 2014-09-30 0:57 GMT+04:00 Sergey Ryazanov ryazanov@gmail.com: 2014-09-29 13:30 GMT+04:00 Jonas Gorski j...@openwrt.org: On Sun, Sep 28, 2014 at 8:33 PM, Sergey Ryazanov

Re: [OpenWrt-Devel] [PATCH procd 7/8] Show the shutdown sequence on the active virtual terminal

2014-10-06 Thread Stam, Michel [FINT]
Hello John, We have a tty0 (our board happened to have an x86 processor), the situation is no different when you're running this with the console port on the serial port of a router board. The presence of the VT in the kernel determines if tty0 actually exists. So point taken, I had not taken

Re: [OpenWrt-Devel] [PATCH procd 2/8] Log startup/shutdown toconsole

2014-10-06 Thread John Crispin
On 06/10/2014 15:12, Stam, Michel [FINT] wrote: Hello John, A single printf would not work; it seems to work if it is a fprintf to stderr. The problem with regular printfs is that if someone presses CTRL-S /scroll lock on the console, they can effectively block procd that way, because

Re: [OpenWrt-Devel] [PATCH procd 7/8] Show the shutdown sequence on the active virtual terminal

2014-10-06 Thread John Crispin
On 06/10/2014 15:24, Stam, Michel [FINT] wrote: Hello John, We have a tty0 (our board happened to have an x86 processor), the situation is no different when you're running this with the console port on the serial port of a router board. The presence of the VT in the kernel determines if

Re: [OpenWrt-Devel] [PATCH procd 2/8] Log startup/shutdown toconsole

2014-10-06 Thread Stam, Michel [FINT]
Ok John, Thanks Kind regards, Michel Stam -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of John Crispin Sent: Monday, October 06, 2014 16:44 PM To: openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] [PATCH procd 2/8] Log

Re: [OpenWrt-Devel] [PATCH procd 7/8] Show the shutdown sequence on the active virtual terminal

2014-10-06 Thread John Crispin
On 06/10/2014 16:47, Stam, Michel [FINT] wrote: Hey John, Ok, I will rework the patch to use that, then repost it. Kind regards, Michel Stam i just had a look, we already have 2 pieces of code for reading values from the cmdline. can you move the code from init/initd.c and inittab.c

Re: [OpenWrt-Devel] [PATCH procd 7/8] Show the shutdown sequence on the active virtual terminal

2014-10-06 Thread Stam, Michel [FINT]
Hey John, Ok, I will rework the patch to use that, then repost it. Kind regards, Michel Stam -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of John Crispin Sent: Monday, October 06, 2014 16:46 PM To: openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH 02/10] lantiq - vgv7519: fix gphy led configuration (this set correct alt function to gpio and let peripherials on pci bus to comes up)

2014-10-06 Thread Eddi De Pieri
Signed-off-by: Eddi De Pieri e...@depieri.net --- target/linux/lantiq/dts/VGV7519.dtsi | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 3f56d82..b4449f1 100644 ---

[OpenWrt-Devel] [PATCH 01/10] lantiq: fix some alt function on pinctrl-xway

2014-10-06 Thread Eddi De Pieri
Signed-off-by: Eddi De Pieri e...@depieri.net --- .../lantiq/patches-3.14/0150-lantiq-pinctrl-xway.patch | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 target/linux/lantiq/patches-3.14/0150-lantiq-pinctrl-xway.patch diff --git

[OpenWrt-Devel] [PATCH 04/10] lantiq - vgv7519: we don't have pcie bus so we don't need the reset device tree for this board

2014-10-06 Thread Eddi De Pieri
Signed-off-by: Eddi De Pieri e...@depieri.net --- target/linux/lantiq/dts/VGV7519.dtsi |5 - 1 file changed, 5 deletions(-) diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index f9956d3..ce523fb 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi

[OpenWrt-Devel] [PATCH 06/10] lantiq - vgv7519: add pci-rst entry into dts

2014-10-06 Thread Eddi De Pieri
Signed-off-by: Eddi De Pieri e...@depieri.net --- target/linux/lantiq/dts/VGV7519.dtsi |6 ++ 1 file changed, 6 insertions(+) diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 83adda9..50ee7a3 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi

[OpenWrt-Devel] [PATCH 00/10] lantiq - vgv7519 - multiple dts fix and make minipci card visible

2014-10-06 Thread Eddi De Pieri
Hi maintainers, As requested I'm trying to send my patch to the mail list. Whith these patch I'm able to: 1. get rt2800pci driver to probe the wifi board. 2. leds connected to stp to work again (some changes into openwrt broken them) 3. gphy leds working Regards Eddi De Pieri (10): lantiq:

[OpenWrt-Devel] [PATCH 03/10] lantiq - vgv7519: we don't have dual minipci-card so we don't need gnt1-req1 for pci handling

2014-10-06 Thread Eddi De Pieri
Signed-off-by: Eddi De Pieri e...@depieri.net --- target/linux/lantiq/dts/VGV7519.dtsi |4 1 file changed, 4 deletions(-) diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index b4449f1..f9956d3 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++

[OpenWrt-Devel] [PATCH 05/10] lantiq - vgv7519: remove exin definition copied from dev-board dts

2014-10-06 Thread Eddi De Pieri
Signed-off-by: Eddi De Pieri e...@depieri.net --- target/linux/lantiq/dts/VGV7519.dtsi |8 1 file changed, 8 deletions(-) diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index ce523fb..83adda9 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi

[OpenWrt-Devel] [PATCH 07/10] lantiq - vgv7519: fix open-drain configuration for stp

2014-10-06 Thread Eddi De Pieri
Signed-off-by: Eddi De Pieri e...@depieri.net --- target/linux/lantiq/dts/VGV7519.dtsi | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 50ee7a3..2894099 100644 ---

[OpenWrt-Devel] [PATCH 08/10] lantiq - vgv7519: remove spi_cs4, since the board use this line for something else

2014-10-06 Thread Eddi De Pieri
Signed-off-by: Eddi De Pieri e...@depieri.net --- target/linux/lantiq/dts/VGV7519.dtsi |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 2894099..fafcf5e 100644 ---

[OpenWrt-Devel] [PATCH 09/10] lantiq - vgv7519: enable pci bus

2014-10-06 Thread Eddi De Pieri
Signed-off-by: Eddi De Pieri e...@depieri.net --- target/linux/lantiq/dts/VGV7519.dtsi |5 +++-- target/linux/lantiq/xrx200/config-3.14 |2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index

[OpenWrt-Devel] [PATCH 10/10] lantiq - vgv7519: load rt5362 eeprom from bootloader param patition

2014-10-06 Thread Eddi De Pieri
Signed-off-by: Eddi De Pieri e...@depieri.net --- .../lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom |2 +- target/linux/lantiq/dts/VGV7519.dtsi|7 +++ target/linux/lantiq/dts/VGV7519BRN.dts |6 ++

[OpenWrt-Devel] [PATCH 1/3 v2] netifd: implement zeroconf

2014-10-06 Thread Michel Stam
The scripts were based on the netifd dhcp scripts, and should add zeroconf support to /etc/config/network Example: config interface 'lan' option ifname 'eth0' option auto '0' option proto 'zeroconf' Optionally, the desired IP address can be added by: option

[OpenWrt-Devel] [PATCH 3/3 v2] busybox/netifd: make zcip log to syslog (always)

2014-10-06 Thread Michel Stam
zcip is not the most talkative beast at the best of times. It would be nice to see -something- in syslog when an IP address is acquired. Signed-off-by: Michel Stam m.s...@fugro.nl --- .../netifd/files/lib/netifd/proto/zeroconf.sh | 2 +- .../busybox/patches/460-zcip-always-syslog.patch |

[OpenWrt-Devel] [PATCH 1/4] octeon: fix serial console for 3.14 kernel

2014-10-06 Thread Roman Yeryomin
From: Roman Yeryomin ro...@advem.lv Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/octeon/config-3.14 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/octeon/config-3.14 b/target/linux/octeon/config-3.14 index 389f1c7..baabe91 100644 ---

[OpenWrt-Devel] [PATCH 2/4] octeon: prepare elf kernel image and md5sum for usb copying

2014-10-06 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/octeon/image/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/octeon/image/Makefile b/target/linux/octeon/image/Makefile index 25a8149..f06dd6b 100644 --- a/target/linux/octeon/image/Makefile +++

[OpenWrt-Devel] [PATCH 3/4] octeon: remove kmod-ath9k from default packages

2014-10-06 Thread Roman Yeryomin
Looks like the targets are Ubiquiti routers which don't come with any wireless cards. Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/octeon/profiles/000-Generic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/octeon/profiles/000-Generic.mk

[OpenWrt-Devel] [PATCH 4/4] octeon: add patches which are not upstreamed yet

2014-10-06 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- ...-Add-interface-mode-detection-for-Octeon-.patch | 202 + ...-Add-twsi-interrupt-initialization-for-OC.patch | 47 + 2 files changed, 249 insertions(+) create mode 100644

Re: [OpenWrt-Devel] Barrier Breaker 14.07 Final

2014-10-06 Thread Dave Taht
Congrats everyone! Here's to a faster, bufferbloat-free and ipv6 enabled Internet! On Thu, Oct 02, 2014 at 02:59:08PM +0200, Steven Barth wrote: The OpenWrt developers are proud to announce the final release of OpenWrt Barrier Breaker. ___ __ |

[OpenWrt-Devel] [PATCH 1/2] base-files: add network_get_ipaddrs_all()

2014-10-06 Thread Mathias Kresin
Return all IPv4 and IPv6 addresses. Signed-off-by: Mathias Kresin open...@kresin.me --- package/base-files/files/lib/functions/network.sh | 23 +++ 1 file changed, 23 insertions(+) diff --git a/package/base-files/files/lib/functions/network.sh

[OpenWrt-Devel] [PATCH 2/2] dropbear: ensure the interface has an ip-address

2014-10-06 Thread Mathias Kresin
Use network_get_ipaddrs_all to get all ip-addresses of an interface. If the function fails, the interface does not exists or has not any suiteable ip addresses assigned. Use the returned ip-address(es) to construct the dropbear listen address. Signed-off-by: Mathias Kresin open...@kresin.me ---

[OpenWrt-Devel] [PATCH 0/2] dropbear: ensure the specified interface exists and has an ip-address

2014-10-06 Thread Mathias Kresin
If dropbear is configured to listen on a logic interface which does not (yet) results in a physical interface when dropbear is (re)started, the init script bind the particular instance to 0.0.0.0. The same happens if the physical interface exists but does not have an ip-address assigned. All

Re: [OpenWrt-Devel] [PATCH procd 4/8] Fix scroll lock blocking procd

2014-10-06 Thread John Crispin
On 02/10/2014 14:56, Michel Stam wrote: diff --git a/procd.c b/procd.c index 6ec7cd0..32febd6 100644 --- a/procd.c +++ b/procd.c @@ -16,6 +16,7 @@ #include sys/types.h #include sys/stat.h +#include fcntl.h #include unistd.h #include getopt.h #include libgen.h @@ -61,6 +62,7 @@

Re: [OpenWrt-Devel] Barrier Breaker 14.07 Final

2014-10-06 Thread Andre Valentin
Hi! Thank you very much for this great work! André Mit freundlichen Grüßen André Valentin Systemadministrator -- Internet * Netzwerk * Mobile Daten Citrix Silver Solution Advisor Ausserhalb unserer Geschäftszeiten (Montag bis Freitag von 8:30 Uhr bis 17:30 Uhr, ausgenommen gesetzliche

Re: [OpenWrt-Devel] [PATCH] ar71xx: qihoo-c301: reset imageNtrynum after each successful boot.

2014-10-06 Thread John Crispin
On 14/09/2014 02:27, Yousong Zhou wrote: Qihoo C301 has 2 flash chips of which one is used as primary and the other is used as backup. OEM U-Boot will try to boot an activeregion N with imageNstatus=0 and imageNtrynum = imagemaxtry. If such a region is found, bootloader will try to

Re: [OpenWrt-Devel] [PATCH 1/2] base-files: add network_get_ipaddrs_all()

2014-10-06 Thread Bastian Bittorf
* Mathias Kresin open...@kresin.me [06.10.2014 20:23]: +network_get_ipaddrs_all() { + local __addr + local __list= 1) is there a special reason for starting everything with '__'? (the vars are local anyway). 2) is there a special reason not to name the vars $1 and $2? e.g. local

Re: [OpenWrt-Devel] [PATCH] at91: remove support for TQMa9263

2014-10-06 Thread Michael Heimpold
Hi John, Am Freitag, 3. Oktober 2014, 21:43:29 schrieb John Crispin: EOL as in not produced anymore or has no existing users ? Both is true. On 23/09/2014 21:33, Michael Heimpold wrote: This board is EOL, we should not bother anymore with it. Signed-off-by: Michael Heimpold

[OpenWrt-Devel] [PATCH] cns3xxx: fix shared PCI interrupt mapping

2014-10-06 Thread Pushpal Sidhu
This patch originally failed to combine INTA/B/C/D onto a single ARM CPU interrupt. Instead, it mapped INTA/B/C and excluded D. This patch corrects the issue by mapping all four interrupts to the single ARM CPU interrupt. The original intent of the patch still holds as the newer PCB take advantage

Re: [OpenWrt-Devel] [Cerowrt-devel] [RFC PATCH] packages: Smart Queue Management for AQM Packet Scheduling and Qos from CeroWrt

2014-10-06 Thread Sebastian Moeller
Hi Richard, On Oct 6, 2014, at 18:02 , Richard A. Smith rich...@laptop.org wrote: On 10/02/2014 10:05 AM, Sebastian Moeller wrote: I assume you are talking about the pure routing performance with no firewall/NAT and traffic-shaping involved? I think they pretty much are equal

Re: [OpenWrt-Devel] [PATCH 1/2] base-files: add network_get_ipaddrs_all()

2014-10-06 Thread Mathias Kresin
Hi Bastian, the short answer for all your questions is: Because all the existing functions in network.sh are written this way. The function I would like to introduce is a dupe of network_get_ipaddrs6() which is a dupe of network_get_ipaddr6(). All three functions only differ by the value which is

Re: [OpenWrt-Devel] [PATCH] Add download mirrors for tools from GNU Savannah (bug #15184)

2014-10-06 Thread John Crispin
On 23/09/2014 18:07, Hannu Nyman wrote: The attached patch adds three download mirrors for tools from GNU Savannah, quilt and qemu. GNU Savannah's download mirrorring system seems to always assign you to the same mirror, so there is no round-robin logic. If that mirror is down, you will not

Re: [OpenWrt-Devel] [PATCH] Add download mirrors for tools from GNU Savannah (bug #15184)

2014-10-06 Thread Hannu Nyman
John Crispin wrote at Mon Oct 6 22:04:07 CEST 2014: can you make this work like @SF_NET and then make a second patch to fix up all other users to use the @SAVANNAH syntax ? Patch v2: I defined a new download method @SAVANNAH in include/download.mk and scripts/download.pl, and converted quilt

[OpenWrt-Devel] [PATCH 3/3] rb532: switch to 3.14 and ath5k

2014-10-06 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/rb532/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index 3fda24b..e07afc1 100644 --- a/target/linux/rb532/Makefile +++

[OpenWrt-Devel] [PATCH 1/3] rb532: add 3.14 support

2014-10-06 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/rb532/config-3.14 | 148 + .../rb532/patches-3.14/001-cmdline_hack.patch | 20 +++ .../rb532/patches-3.14/002-rb532_nand_fixup.patch | 47 +++

[OpenWrt-Devel] [PATCH 2/3] generic: fix yaffs compilation on 3.14

2014-10-06 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- .../503-yaffs-add-tags-9bytes-mount-option.patch | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/target/linux/generic/patches-3.14/503-yaffs-add-tags-9bytes-mount-option.patch