Re: [OpenWrt-Devel] [PATCH V3] cdc_ncm: Add support for moving NDP to end of NCM frame

2015-07-27 Thread Matti Laakso
Sure, but will take until Monday. Lähettäjä: John Crispinmailto:blogic at openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel Lähetetty: ‎24.‎7.‎2015 12:22 Vastaanottaja: Matti Laaksomailto:malaakso at elisanet.fi

[OpenWrt-Devel] [PATCH v2 1/3] mcs814x: fix debug UART

2015-07-27 Thread Günther Kelleter
It was broken since kernel 3.14 Signed-off-by: Günther Kelleter guenther.kelle...@devolo.de --- target/linux/mcs814x/config-3.18 | 10 -- .../linux/mcs814x/patches-3.18/014-debuguart.patch | 41 ++ 2 files changed, 48 insertions(+), 3 deletions(-)

Re: [OpenWrt-Devel] [PATCH] bugfix: FORCE=1 doesn't work to override prereq checks

2015-07-27 Thread Bastian Bittorf
* Lawrence D'Anna la...@elder-gods.org [26.07.2015 16:39]: What prereq can be forced that makes force even a worthwhile option? If it works anyway, why not just drop the prereq check? If it still won't work, what's the point in allowing a force? In my case it was because the prereq

Re: [OpenWrt-Devel] [PATCH 04/13] ramips: sort boards alphabetically and optimize base-files/etc/{diag.sh, board.d/*} scripts

2015-07-27 Thread Michael Bastian
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 334e889..a781f46 100755 [...] + re6500) + ucidef_set_interface_lan eth0.1 + ucidef_add_switch switch0 1 1 + ucidef_add_switch_vlan switch0 1 1 2 3 4 6t

[OpenWrt-Devel] [PATCH v2 2/3] mcs814x: fix interrupts

2015-07-27 Thread Günther Kelleter
create explicit 1:1 mapping before mcs814x_alloc_gc/irq_setup_generic_chip marks all interrupts used and prevents mapping by dts init. IRQ 0 is the timer interrupt and is not illegal! Was broken since kernel 3.14. Signed-off-by: Günther Kelleter guenther.kelle...@devolo.de ---

[OpenWrt-Devel] [PATCH v2 3/3] mcs814x: use firmware partition splitter on dLAN USB Extender

2015-07-27 Thread Günther Kelleter
Signed-off-by: Günther Kelleter guenther.kelle...@devolo.de --- target/linux/mcs814x/config-3.18 | 4 .../mcs814x/files-3.18/arch/arm/boot/dts/dlan-usb-extender.dts| 8 target/linux/mcs814x/image/Makefile | 2 +- 3

[OpenWrt-Devel] [PATCH v2 0/3] fix mcs814x dLAN USB Extender

2015-07-27 Thread Günther Kelleter
Patches fix interrupt init, timer irq and debug UART for mcs814x. dLAN USB Extender kernel got too big to fit in 1MB so I changed dts partition layout and image builder to make use of automatic partition splitting. Please apply to trunk and CC/15.05! Günther Kelleter (3): mcs814x: fix debug

[OpenWrt-Devel] [CC 15.05-rc3] lighttpd: Security update (CVE-2015-3200)

2015-07-27 Thread jow
The lighttpd package has been rebuilt and was uploaded to the Chaos Calmer 15.05 Release Candicate 3 repository due to a reported security issue. VERSION 1.4.35-4 = 1.4.36-1 CHANGELOG [Sun, 26 Jul 2015 12:56:12 -0400 1e2bf20] Update to 1.4.36 [Sun, 26 Jul 2015 12:55:12 -0400 da756e2] Add

Re: [OpenWrt-Devel] [PATCH v2 3/3] mcs814x: use firmware partition splitter on dLAN USB Extender

2015-07-27 Thread Florian Fainelli
On Jul 27, 2015 3:55 AM, Günther Kelleter guenther.kelle...@devolo.de wrote: Looks good to me, having a better commit message would be welcome. Signed-off-by: Günther Kelleter guenther.kelle...@devolo.de --- target/linux/mcs814x/config-3.18 | 4

Re: [OpenWrt-Devel] [PATCH v2 1/3] mcs814x: fix debug UART

2015-07-27 Thread Florian Fainelli
On Jul 27, 2015 3:54 AM, Günther Kelleter guenther.kelle...@devolo.de wrote: It was broken since kernel 3.14 True, but your patch does not explain how you are fixing this, which is what matters for a good commit message. Could expand on why migrating to the generic 8250 debug uart code is

Re: [OpenWrt-Devel] [PATCH v2 2/3] mcs814x: fix interrupts

2015-07-27 Thread Florian Fainelli
On Jul 27, 2015 3:54 AM, Günther Kelleter guenther.kelle...@devolo.de wrote: create explicit 1:1 mapping before mcs814x_alloc_gc/irq_setup_generic_chip marks all interrupts used and prevents mapping by dts init. IRQ 0 is the timer interrupt and is not illegal! Is the second hunk of the patch

[OpenWrt-Devel] [BB 14.07] hostapd: Update

2015-07-27 Thread jow
The hostapd package has been rebuilt and was uploaded to the Barrier Breaker 14.07 repository. VERSION 2014-06-03.1-1 = 2014-06-03.1-3 CHANGELOG [Mon, 27 Jul 2015 13:29:08 + 1be3ce8] If the initial attempt at opening the socket connection to the RADIUS server failed due to missing IP

Re: [OpenWrt-Devel] obtaining openwrt linux kernel git repo for selected target

2015-07-27 Thread Darik Horn
On Sun, Jul 26, 2015 at 1:09 PM, Antony Pavlov antonynpav...@gmail.com wrote: $ git checkout v3.18 The upstream linux.git;v3.18 tag does not generate the linux-3.18.18 tarball that the OpenWrt HEAD is currently using. Try this instead: *

[OpenWrt-Devel] EdgeRouter POE support

2015-07-27 Thread Wojtek Sawaściuk
Hello, What is current status of support for Ubiquity's EdgeRouter POE (this one with 2+3switch ports) ? I can't flash it with sysupgrade using openwrt-15.05-rc3-octeon-er: Sysupgrade is not yet supported on cavium,octeon-3860. Image check 'platform_check_image' failed. I can with

Re: [OpenWrt-Devel] [PATCH 04/13] ramips: sort boards alphabetically and optimize base-files/etc/{diag.sh, board.d/*} scripts

2015-07-27 Thread Piotr Dymacz
2015-07-27 11:37 GMT+02:00 Michael Bastian mbast...@netcologne.de: diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 334e889..a781f46 100755 [...] + re6500) + ucidef_set_interface_lan eth0.1 + ucidef_add_switch

Re: [OpenWrt-Devel] RFC: Preserving smbpasswd dnsmasq.time across sysupgrade

2015-07-27 Thread Bastian Bittorf
* Kevin Darbyshire-Bryant ke...@darbyshire-bryant.me.uk [26.07.2015 16:35]: The next question is how? It looks like a few other packages create a subdir in 'keep.d' with a file containing a list of files that should be preserved by default. I would anticipate creating 'samba' 'dnsmasq'

Re: [OpenWrt-Devel] [PATCH 05/13] ramips: use consistent naming scheme for LEDs, for various manufacturers

2015-07-27 Thread Piotr Dymacz
2015-07-26 23:59 GMT+02:00 Jonas Gorski j...@openwrt.org: On Sun, Jul 26, 2015 at 9:34 PM, Piotr Dymacz pep...@gmail.com wrote: 2015-07-26 21:16 GMT+02:00 Imre Kaloz ka...@openwrt.org: On Sun, 26 Jul 2015 18:24:30 +0200, Piotr Dymacz pep...@gmail.com wrote: For some boards in ramips (and

Re: [OpenWrt-Devel] [PATCH 04/13] ramips: sort boards alphabetically and optimize base-files/etc/{diag.sh, board.d/*} scripts

2015-07-27 Thread Michael Bastian
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 334e889..a781f46 100755 [...] + re6500) + ucidef_set_interface_lan eth0.1 + ucidef_add_switch switch0 1 1 + ucidef_add_switch_vlan switch0 1 1 2 3 4 6t + ;; The

Re: [OpenWrt-Devel] [PATCH] Workaround: saved administration site user and pass may appear on the Wireless configuration page, replacing the WPA key

2015-07-27 Thread Jo-Philipp Wich
Applied to master and for-15.05 - thanks! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Allow editing of AP channel when all client networks are disabled

2015-07-27 Thread Jo-Philipp Wich
Applied to master and for-15.05 - thanks! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Fix: A disabled wireless network may be shown as enabled, when multiple networks are defined on the same radio

2015-07-27 Thread Jo-Philipp Wich
Applied to master and for-15.05 - thanks! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Fix: Status for disabled wireless networks may display the SSID, BSSID and Mode of an active network on the same radio

2015-07-27 Thread Jo-Philipp Wich
Applied to master and for-15.05 - thanks! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel