[OpenWrt-Devel] [PATCH] get rid of misleading FORCE=1 message

2015-07-24 Thread Lawrence D'Anna
Signed-off-by: Lawrence D'Anna --- include/toplevel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/toplevel.mk b/include/toplevel.mk index 11b2dd9..b9393ea 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -140,7 +140,7 @@ staging_dir/host/.prereq-build

[OpenWrt-Devel] [PATCHv2] mac80211: set mcast-rate for mesh point interfaces

2015-07-24 Thread Nils Schneider
In order to set the multicast rate for mesh point interfaces the "mesh join" was made explicit and moved to mac80211_setup_vif(), similar to how it is done for IBSS interfaces. Previously, the mesh join was made implicit in case authentication (i.e. $key) was not used when creating the interface i

[OpenWrt-Devel] [PATCH] mac80211: set mcast-rate for mesh point interfaces

2015-07-24 Thread Nils Schneider
In order to set the multicast rate for mesh point interfaces the "mesh join" was made explicit and moved to mac80211_setup_vif(), similar to how it is done for IBSS interfaces. Previously, the mesh join was made implicit in case authentication (i.e. $key) was not used when creating the interface i

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

2015-07-24 Thread George Valkov
From def1b0cccf358a89131088710ac91d690d91bdf2 Mon Sep 17 00:00:00 2001 From: Georgi ValkovDate: Sat, 18 Jul 2015 02:28:54 +0300 Subject: [PATCH] Fix: A disabled wireless network may be shown as enabled, when multiple networks are defined on the same radio. --- modules/luci-base/lua

[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-24 Thread George Valkov
From 8965b583ea76bf851098159675b2901e1920c646 Mon Sep 17 00:00:00 2001 From: Georgi ValkovDate: Sat, 18 Jul 2015 01:22:47 +0300 Subject: [PATCH] Fix: Status for disabled wireless networks may display the SSID, BSSID and Mode of an active network on the same radio. --- modules/luci-

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

2015-07-24 Thread George Valkov
From 8523acc47cada5f191ec79e7db1e97a9daccffec Mon Sep 17 00:00:00 2001 From: Georgi ValkovDate: Fri, 17 Jul 2015 20:03:58 +0300 Subject: [PATCH] When editing an AP wireless network in LuCI, if one or more STA networks are also present on the same radio, then the channel is locked and

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

2015-07-24 Thread George Valkov
From fe1ec8831255b5be63b71c49dfffc64e672d2774 Mon Sep 17 00:00:00 2001 From: Georgi ValkovDate: Fri, 17 Jul 2015 19:52:24 +0300 Subject: [PATCH] Workaround: saved administration site user and pass may appear on the Wireless configuration page, replacing the WPA key. --- modules/luc

Re: [OpenWrt-Devel] Syntax error in radvd.conf

2015-07-24 Thread Luiz Angelo Daros de Luca
This is a question for openwrt-users. Anyway, interface is the logical openwrt interface (lan, wan), not Linux devices. http://wiki.openwrt.org/doc/uci/radvd Regards, Em sex, 24 de jul de 2015 09:36, Pratik Prajapati < pratik.prajapat...@gmail.com> escreveu: > Hi, > > I want to run radvd on Ope

Re: [OpenWrt-Devel] [PATCH 1/2] sunxi: fix uboot install location

2015-07-24 Thread Matthias Schiffer
On 07/24/2015 09:30 AM, John Crispin wrote: > > > On 16/07/2015 22:20, Matthias Schiffer wrote: >> -BOARDS:= \ >> -sun4i-a10-cubieboard \ >> -sun4i-a10-olinuxino-lime \ >> -sun4i-a10-pcduino \ >> -sun5i-a13-olinuxino \ >> -sun6i-a31-colombus \ >> -sun6i-a31-m9 \ >> -su

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

2015-07-24 Thread Günther Kelleter
Signed-off-by: Günther Kelleter --- 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 files changed, 5 insertions(+

[OpenWrt-Devel] [PATCH 0/2] Try to fix mcs814x dLAN USB Extender

2015-07-24 Thread Günther Kelleter
Patches fix timer interrupt and debug UART support for dLAN USB Extender. Kernel boots now and you can connect to the UART for early console output. Kernel is too big to fit in 1MB so I changed MTD to automatic partition splitting. Platform device support is broken since kernel 3.14 and needs to

[OpenWrt-Devel] [PATCH 1/2] mcs814x: Fix debug UART and timer irq

2015-07-24 Thread Günther Kelleter
It was broken since kernel 3.18 (irq) and 3.14 (debug). IRQ 0 is the timer interrupt and is not illegal! Signed-off-by: Günther Kelleter --- target/linux/mcs814x/config-3.18 | 10 +++-- .../linux/mcs814x/patches-3.18/014-debuguart.patch | 52 ++ 2 files chan

Re: [OpenWrt-Devel] GUI user name and pass

2015-07-24 Thread Joshua Judson Rosen
On 2015-07-24 06:17, John kerry wrote: > > when i do factory reset it stop asking UN and Password for GUI > anymore. Please help us to solve this urgently. You'll find that you're not prompted for a password over telnet. `Factory reset' unsets any and all customisations that you may have made, in

[OpenWrt-Devel] [PATCH]v3: CC: ar71xx: Backport support for Onion Omega

2015-07-24 Thread L. D. Pinney
Backport of r46458 to CC https://onion.io/omega Signed-off-by: L. D. Pinney Acked-by: Boken Lin Tested-by: Jacky Huang --- V3 Refreshes the patch @46450 target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/02_network

Re: [OpenWrt-Devel] Not able to get ipv6 address on OpenWrt ported embedded target

2015-07-24 Thread Pratik Prajapati
Still not working. On Fri, Jul 24, 2015 at 5:59 PM, Steven Barth wrote: > Sorry there was a typo in my last e-mail. > It should have been: > > config interface lan6 > option proto dhcpv6 > option ifname @lan > > After doing the change, please run: reload_config > > > Cheers, > > Steven

[OpenWrt-Devel] Syntax error in radvd.conf

2015-07-24 Thread Pratik Prajapati
Hi, I want to run radvd on OpenWrt but its giving me syntax error in radvd.conf radvd.conf: config 'interface' option 'interface' 'eth0' option 'AdvSendAdvert' '1' option 'AdvManagedFlag' '0' option 'AdvOtherConfigFlag' '0' config 'prefix'

Re: [OpenWrt-Devel] Not able to get ipv6 address on OpenWrt ported embedded target

2015-07-24 Thread Steven Barth
Sorry there was a typo in my last e-mail. It should have been: config interface lan6 option proto dhcpv6 option ifname @lan After doing the change, please run: reload_config Cheers, Steven Am 24.07.2015 um 14:27 schrieb Pratik Prajapati: > I have added that section on target's /etc/c

Re: [OpenWrt-Devel] Not able to get ipv6 address on OpenWrt ported embedded target

2015-07-24 Thread Pratik Prajapati
I have added that section on target's /etc/config/network file but still ipv6 is not assigned to it ifconfig on target: eth0 Link encap:Ethernet HWaddr E2:AB:C0:A8:5F:38 inet6 addr: fe80::e0ab:c0ff:fea8:5f38/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric

Re: [OpenWrt-Devel] Not able to get ipv6 address on OpenWrt ported embedded target

2015-07-24 Thread Steven Barth
Add a section like this: config lan6 option proto dhcpv6 option ifname @lan And yes, proto dhcpv6 also works with RAs only. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinf

[OpenWrt-Devel] Not able to get ipv6 address on OpenWrt ported embedded target

2015-07-24 Thread Pratik Prajapati
Hi, I was trying radvd (2.11) with two machines but my target couldn't assign ipv6 address. Setup: Both machines (linux machine and OpenWrt ported embedded board) are connected directly with LAN cable. /etc/radvd.conf interface eth0 { AdvSendAdvert on; MinRtrAdvInterval 3;

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

2015-07-24 Thread Matti Laakso
Sure, but will take until Monday. Lähettäjä: John Crispin Lähetetty: ‎24.‎7.‎2015 12:22 Vastaanottaja: Matti Laakso; openwrt-devel@lists.openwrt.org; chr...@open-resour

Re: [OpenWrt-Devel] GUI user name and pass

2015-07-24 Thread John Crispin
On 24/07/2015 12:17, John kerry wrote: > Hi, > > There is one issue, normally whenever i open GUI its ask for user name > and password, again close the browser and open GUI it ask for UN and > Password, but there is problem when i do factory reset it stop asking UN > and Password for GUI anymore

[OpenWrt-Devel] GUI user name and pass

2015-07-24 Thread John kerry
Hi, There is one issue, normally whenever i open GUI its ask for user name and password, again close the browser and open GUI it ask for UN and Password, but there is problem when i do factory reset it stop asking UN and Password for GUI anymore. Please help us to solve this urgently. Thanks, Joh

Re: [OpenWrt-Devel] [PATCH 1/2] CC: brcm2708: Add sysupgrade for Rasperry Pi

2015-07-24 Thread John Crispin
On 24/07/2015 11:24, Bruno Randolf wrote: > On 07/24/2015 08:12 AM, John Crispin wrote: >> On 17/07/2015 19:18, Bruno Randolf wrote: >>> diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile >>> index 30f6e1d..37ff204 100644 >>> --- a/target/linux/brcm2708/Makefile >>> +++

Re: [OpenWrt-Devel] [PATCH 1/2] CC: brcm2708: Add sysupgrade for Rasperry Pi

2015-07-24 Thread Bruno Randolf
On 07/24/2015 08:12 AM, John Crispin wrote: > On 17/07/2015 19:18, Bruno Randolf wrote: >> diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile >> index 30f6e1d..37ff204 100644 >> --- a/target/linux/brcm2708/Makefile >> +++ b/target/linux/brcm2708/Makefile >> @@ -19,7 +19,8

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

2015-07-24 Thread John Crispin
On 24/07/2015 11:19, Matti Laakso wrote: > The fix will be in 4.2, so we still need the patch for 4.1. can you prepare a patch and send it over ? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailma

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

2015-07-24 Thread Matti Laakso
The fix will be in 4.2, so we still need the patch for 4.1. Lähettäjä: John Crispin Lähetetty: ‎24.‎7.‎2015 9:46 Vastaanottaja: Matti Laakso; openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] CC: ar71xx: add support for D-LINK DIR-615 rev. Ix board

2015-07-24 Thread John Crispin
Hi, patch fails to apply to my tree in combination with other backports. please rebase and resend once i pushed my tree On 15/07/2015 11:04, Jaehoon You wrote: > backport of r46248. > > Signed-off-by: Jaehoon You > --- > target/linux/ar71xx/base-files/etc/diag.sh | 1 + > .../ar71xx

Re: [OpenWrt-Devel] [PATCH]v2: CC: ar71xx: add support for Onion Omega

2015-07-24 Thread John Crispin
Hi, fails to apply after other backport. please rebase and resend once i pushed my tree John On 22/07/2015 13:37, L. D. Pinney wrote: > This patch adds support for the Onion Omega. > > https://onion.io/omega > > Signed-off-by: L. D. Pinney > Acked-by: Boken Lin > Tested-by: Jacky Hua

Re: [OpenWrt-Devel] [PATCH 1/2] sunxi: fix uboot install location

2015-07-24 Thread John Crispin
On 16/07/2015 22:20, Matthias Schiffer wrote: > -BOARDS:= \ > - sun4i-a10-cubieboard \ > - sun4i-a10-olinuxino-lime \ > - sun4i-a10-pcduino \ > - sun5i-a13-olinuxino \ > - sun6i-a31-colombus \ > - sun6i-a31-m9 \ > - sun7i-a20-bananapi \ > - sun7i-a20-bananapro \ >

Re: [OpenWrt-Devel] [PATCH 1/2] CC: brcm2708: Add sysupgrade for Rasperry Pi

2015-07-24 Thread John Crispin
On 17/07/2015 19:18, Bruno Randolf wrote: > diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile > index 30f6e1d..37ff204 100644 > --- a/target/linux/brcm2708/Makefile > +++ b/target/linux/brcm2708/Makefile > @@ -19,7 +19,8 @@ SUBTARGETS:=bcm2708 bcm2709 > KERNEL_PATCHVER

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

2015-07-24 Thread John Crispin
On 20/07/2015 19:45, Lawrence D'Anna wrote: > >> >> 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 chec