Re: [OpenWrt-Devel] iproute2 / macvlan-problem [SOLVED]

2014-10-08 Thread Bastian Bittorf
* Weimarnetz e.V., Vorstand/Vereinsvorsitzender: Bastian Bittorf [07.10.2014 17:38]: > since some weeks i have problems using 'macvlan'. > it works with r41037 / kernel 3.10.36 and does > not work with r42830 / kernel 3.10.49 or .55 > > what i do is this: > > brctl addbr br-test > brctl addif b

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

2014-10-08 Thread Dave Taht
On Thu, Oct 09, 2014 at 01:01:48AM +0200, Stephan Günther wrote: > Hi, > > On Wed, Oct 8, 2014 at 10:10 PM, Hannu Nyman wrote: > > Dave Taht wrote on Thu Oct 2 03:49:15 CEST 2014: > >> So I don't know where to go. Certainly I'd like to see the battle hardened > >> sqm scripts (which are more flex

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

2014-10-08 Thread Dave Taht
On Wed, Oct 08, 2014 at 11:10:46PM +0300, Hannu Nyman wrote: > Dave Taht wrote on Thu Oct 2 03:49:15 CEST 2014: > > So I don't know where to go. Certainly I'd like to see the battle > hardened sqm scripts (which are more flexible than the C code above) > get more widely used and in BB. > > SQM see

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

2014-10-08 Thread Yousong Zhou
On 7 October 2014 02:33, John Crispin wrote: > > 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 s

Re: [OpenWrt-Devel] desperately seeking info on this weird MT7620A/MT7610EN dev board

2014-10-08 Thread Yousong Zhou
On 9 October 2014 01:27, Robert P. J. Day wrote: > i can't even get to the page in [1], and the router in [2] is listed > as based on AR9331, not MT7620A, so i'm fairly sure that can't be it. > i'll keep trying the first link. Yes, HC6361 is AR9331 based. It is said that HiWiFi switched to Med

[OpenWrt-Devel] [PATCH] kernel: gpio: pca953x: backport gpio input fix

2014-10-08 Thread Pushpal Sidhu
This fix is for anyone on 3.10 using the pca953x driver. A regression was introduced when this driver was converted to using 8-bit reads/writes the bitmask in pca953x_gpio_get_value wasn't adjusted with the modulus BANK_SZ and consequently looks at the wrong bits in the input register. This backpo

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

2014-10-08 Thread Stephan Günther
Hi, On Wed, Oct 8, 2014 at 10:10 PM, Hannu Nyman wrote: > Dave Taht wrote on Thu Oct 2 03:49:15 CEST 2014: >> So I don't know where to go. Certainly I'd like to see the battle hardened >> sqm scripts (which are more flexible than the C code above) get more widely >> used and in BB. > > SQM seems

Re: [OpenWrt-Devel] BB 14.07 and extroot on md-raid1

2014-10-08 Thread Grzegorz Sójka
Hi there, I just managed to hack block-mount (without recompiling!) and obtain extroot on /dev/md0 md-raid array on TP-Link WR1043ND. My idea shows the way how to insert a script running just before mounting extroot. More details may be found at: http://eko.one.pl/forum/viewtopic.php?id=9633

Re: [OpenWrt-Devel] Hyper-V Support for X86 or X86_64

2014-10-08 Thread Thomas Heil
Hi, On 08.10.2014 14:08, Ning Ye wrote: > Sorry for the late reply. To answer your questions, first I am trying to > save the hassle with another target, but hyper-v supports are enabled either > by manually selecting the hyper-v modules under virtualization or build VHD > disk output. If you ar

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

2014-10-08 Thread Hannu Nyman
Dave Taht wrote on Thu Oct 2 03:49:15 CEST 2014: > So I don't know where to go. Certainly I'd like to see the battle hardened sqm scripts (which are more flexible than the C code above) get more widely used and in BB. SQM seems to work ok with the current Chaos Calmer trunk. I have included y

Re: [OpenWrt-Devel] Default dhcp (client) hostname is unset - Luci implies $(hostname)

2014-10-08 Thread Christian Schoenebeck
Am 08.10.2014 um 21:07 schrieb Justin Vallon: > On 10/8/14 4:47 AM, Christian Schoenebeck wrote: >> Inside >> [buildroot]/feeds/luci/modules/base/luasrc/model/cbi/admin_network/proto_dhcp.lua >> you find the definition hostname.placeholder = luci.sys.hostname(). >> It's not "default" so its never

Re: [OpenWrt-Devel] just tripped over defect #14697

2014-10-08 Thread Robert P. J. Day
On Wed, 8 Oct 2014, Felix Fietkau wrote: > On 2014-10-08 21:05, Robert P. J. Day wrote: > > On Wed, 8 Oct 2014, Felix Fietkau wrote: > > > >> On 2014-10-08 20:44, Robert P. J. Day wrote: > >> > On Wed, 8 Oct 2014, Felix Fietkau wrote: > >> > > >> >> On 2014-10-08 19:51, Robert P. J. Day wrote: > >

Re: [OpenWrt-Devel] just tripped over defect #14697

2014-10-08 Thread Felix Fietkau
On 2014-10-08 21:05, Robert P. J. Day wrote: > On Wed, 8 Oct 2014, Felix Fietkau wrote: > >> On 2014-10-08 20:44, Robert P. J. Day wrote: >> > On Wed, 8 Oct 2014, Felix Fietkau wrote: >> > >> >> On 2014-10-08 19:51, Robert P. J. Day wrote: >> >> > >> >> > tried a "make V=s DUMP=1" and encountere

Re: [OpenWrt-Devel] Default dhcp (client) hostname is unset - Luci implies $(hostname)

2014-10-08 Thread Justin Vallon
On 10/8/14 4:47 AM, Christian Schoenebeck wrote: > Inside > [buildroot]/feeds/luci/modules/base/luasrc/model/cbi/admin_network/proto_dhcp.lua > you find the definition hostname.placeholder = luci.sys.hostname(). > It's not "default" so its never written/used to configuration. > From the LuCI point

Re: [OpenWrt-Devel] just tripped over defect #14697

2014-10-08 Thread Robert P. J. Day
On Wed, 8 Oct 2014, Felix Fietkau wrote: > On 2014-10-08 20:44, Robert P. J. Day wrote: > > On Wed, 8 Oct 2014, Felix Fietkau wrote: > > > >> On 2014-10-08 19:51, Robert P. J. Day wrote: > >> > > >> > tried a "make V=s DUMP=1" and encountered precisely this bug: > >> > > >> > https://dev.openwrt

Re: [OpenWrt-Devel] just tripped over defect #14697

2014-10-08 Thread Felix Fietkau
On 2014-10-08 20:44, Robert P. J. Day wrote: > On Wed, 8 Oct 2014, Felix Fietkau wrote: > >> On 2014-10-08 19:51, Robert P. J. Day wrote: >> > >> > tried a "make V=s DUMP=1" and encountered precisely this bug: >> > >> > https://dev.openwrt.org/ticket/14697 >> > >> > this is on a fully-updated, f

Re: [OpenWrt-Devel] [PATCH] [package] hostapd: vlan bridge naming inconsistent

2014-10-08 Thread Felix Fietkau
On 2014-09-28 14:37, Jon Agland wrote: > VLAN bridge naming is inconsistent when using LuCI and trying to do > dynamic VLANs with OpenWRT (hostapd). > > hostapd tries to use brvlanyyy but LuCI only creates br-vlanyyy (when > you use vlanyyy and select bridge) > > This minor patch resolves this

Re: [OpenWrt-Devel] just tripped over defect #14697

2014-10-08 Thread Robert P. J. Day
On Wed, 8 Oct 2014, Felix Fietkau wrote: > On 2014-10-08 19:51, Robert P. J. Day wrote: > > > > tried a "make V=s DUMP=1" and encountered precisely this bug: > > > > https://dev.openwrt.org/ticket/14697 > > > > this is on a fully-updated, fedora rawhide system for which all my > > non-DUMP openw

Re: [OpenWrt-Devel] [PATCH] [package] hostapd: vlan bridge naming inconsistent

2014-10-08 Thread Jon Agland
Hello. Just wondered if I needed to do anything more to get this submitted into the openwrt code? Is there something wrong with my patch? (My corresponding LuCI patches seems to be in a similar state - https://lists.subsignal.org/pipermail/luci/2014-September/001570.html) Any feedback app

Re: [OpenWrt-Devel] [PATCH] [package] dropbear: enable sha2-based hmac by default.

2014-10-08 Thread Alive4Ever
On Friday, October 03, 2014 01:55:29 PM Weedy wrote: > Based off failed ciphers/macs > no matching cipher found: client rijndael-...@lysator.liu.se server > aes128-ctr,3des-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes256-cbc > no matching mac found: client hmac-ripemd160-...@openssh.com server > hmac-sha

Re: [OpenWrt-Devel] just tripped over defect #14697

2014-10-08 Thread Felix Fietkau
On 2014-10-08 19:51, Robert P. J. Day wrote: > > tried a "make V=s DUMP=1" and encountered precisely this bug: > > https://dev.openwrt.org/ticket/14697 > > this is on a fully-updated, fedora rawhide system for which all my > non-DUMP openwrt makes have been working pretty well so far. This is

[OpenWrt-Devel] just tripped over defect #14697

2014-10-08 Thread Robert P. J. Day
tried a "make V=s DUMP=1" and encountered precisely this bug: https://dev.openwrt.org/ticket/14697 this is on a fully-updated, fedora rawhide system for which all my non-DUMP openwrt makes have been working pretty well so far. rday -- ===

[OpenWrt-Devel] desperately seeking info on this weird MT7620A/MT7610EN dev board

2014-10-08 Thread Md Mahbubur Rasheed
Hi, On the MediaTek site, I found information about MT7620A+MT7610E, but not MT7610EN. There are several other routers with these same chipsets [1]. So, I guess, MT7610E and MT7610EN are the same chips. As you have mentioned that the board is from hiwifi, you should take a look at the following li

Re: [OpenWrt-Devel] desperately seeking info on this weird MT7620A/MT7610EN dev board

2014-10-08 Thread Robert P. J. Day
On Wed, 8 Oct 2014, Yousong Zhou wrote: > > > On Oct 8, 2014 4:33 PM, "Robert P. J. Day" > >   i'm looking at this page: > > > > http://www.cleanrouter.com/home/product > > > > and the processor is shown as an atheros AR7161, though. also, the > > pandoras hope router apparently has 4 wired ports,

Re: [OpenWrt-Devel] Unable to compile libnl-tiny [stdio.h not found]

2014-10-08 Thread Alive4Ever
On Wednesday, October 08, 2014 07:02:33 PM Felix Fietkau wrote: > Try running make dirclean and rebuild. Thanks. I'll try this workaround. I'll check if this will fix the problem. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lis

Re: [OpenWrt-Devel] [PATCH v2] mac80211: remove error from detect script

2014-10-08 Thread Felix Fietkau
On 2014-10-08 15:54, Michel Stam wrote: > Signed-off-by: Michel Stam > --- > package/kernel/mac80211/files/lib/wifi/mac80211.sh | 15 +++ > 1 file changed, 11 insertions(+), 4 deletions(-) > > diff --git a/package/kernel/mac80211/files/lib/wifi/mac80211.sh > b/package/kernel/mac8021

Re: [OpenWrt-Devel] Unable to compile libnl-tiny [stdio.h not found]

2014-10-08 Thread Felix Fietkau
On 2014-10-08 18:58, Alive4Ever wrote: > Hello openwrt devs! > > Since I moved the openwrt build directory to another partition on > another external hard-drive, I'm unable to compile openwrt. Everytime I > run openwrt build process, the following error occurs and compilation > stopped prematurely

[OpenWrt-Devel] Unable to compile libnl-tiny [stdio.h not found]

2014-10-08 Thread Alive4Ever
Hello openwrt devs! Since I moved the openwrt build directory to another partition on another external hard-drive, I'm unable to compile openwrt. Everytime I run openwrt build process, the following error occurs and compilation stopped prematurely. Here is the error message produced by `make V=s`

[OpenWrt-Devel] Netgear DGN2200v4 / 963281TAN4

2014-10-08 Thread Daniel Wilson
Hi all, Is anyone currently working on the broadcom 963281TAN4 board ? I've got one here. it's my first attempt at a new board so forgive my ignorance, but can anyone give me some pointers ? I'm about to try the image builder and just tweaking the board ID, spec is very similar to a DGN2200v3 I

Re: [OpenWrt-Devel] [PATCH] comgt: add ncm proto support

2014-10-08 Thread John Crispin
hi conor On 08/10/2014 17:27, Conor O'Gorman wrote: > > > On 08/10/14 11:00, John Crispin wrote: >> the e3267 that sami sent me works with this proto, but i am >> failing to get a DHCP addr. could someone with a ncm dongle >> please try this patch on top of latest trunk please and tell me >> if

Re: [OpenWrt-Devel] desperately seeking info on this weird MT7620A/MT7610EN dev board

2014-10-08 Thread Yousong Zhou
On Oct 8, 2014 4:33 PM, "Robert P. J. Day" > i'm looking at this page: > > http://www.cleanrouter.com/home/product > > and the processor is shown as an atheros AR7161, though. also, the > pandoras hope router apparently has 4 wired ports, and this board has > only two. at the risk of abusing this

Re: [OpenWrt-Devel] [PATCH] comgt: add ncm proto support

2014-10-08 Thread Conor O'Gorman
On 08/10/14 11:00, John Crispin wrote: the e3267 that sami sent me works with this proto, but i am failing to get a DHCP addr. could someone with a ncm dongle please try this patch on top of latest trunk please and tell me if they are getting a dhcp addr ? I had a similar problem with a Huawe

Re: [OpenWrt-Devel] [PATCH v2] mac80211: remove error from detect script

2014-10-08 Thread Jo-Philipp Wich
Hi. > -Original Message- > From: Michel Stam [mailto:m.s...@fugro.nl] > Sent: Wednesday, October 08, 2014 15:54 PM > To: openwrt-devel@lists.openwrt.org > Cc: j...@openwrt.org; blo...@openwrt.org; Stam, Michel [FINT] > Subject: [PATCH v2] mac80211: remove error from detect script > > Sig

Re: [OpenWrt-Devel] [PATCH v2] mac80211: remove error from detect script

2014-10-08 Thread Stam, Michel [FINT]
After looking at the ticket with the rejected patch, I reimplemented the patch using the for loop Jow suggested. I found another line in the same file doing the ls /sys/class/ieee80211 2>/dev/null which I had used, so I rewrote that one as well. Kind regards, Michel Stam -Original Message--

[OpenWrt-Devel] [PATCH v2] mac80211: remove error from detect script

2014-10-08 Thread Michel Stam
Signed-off-by: Michel Stam --- package/kernel/mac80211/files/lib/wifi/mac80211.sh | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/package/kernel/mac80211/files/lib/wifi/mac80211.sh b/package/kernel/mac80211/files/lib/wifi/mac80211.sh index a3b2199..a1ed6f6 10

[OpenWrt-Devel] [PATCH] ramips: add support for Nexx WT1520

2014-10-08 Thread openwrt
From: Roger Pueyo Centelles --- target/linux/ramips/base-files/etc/board.d/01_leds | 3 + .../linux/ramips/base-files/etc/board.d/02_network | 3 +- target/linux/ramips/base-files/etc/diag.sh | 3 + target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/base-files/lib/u

Re: [OpenWrt-Devel] Hyper-V Support for X86 or X86_64

2014-10-08 Thread Ning Ye
Sorry for the late reply. To answer your questions, first I am trying to save the hassle with another target, but hyper-v supports are enabled either by manually selecting the hyper-v modules under virtualization or build VHD disk output. If you are using default x86 or x86_64 target, it wouldn't

Re: [OpenWrt-Devel] [PATCH] cns3xxx: Adopt irq_domain support for cns3xxx gpio driver

2014-10-08 Thread Felix Fietkau
On 2014-10-08 02:25, Pushpal Sidhu wrote: > Have gpio driver adopt irqdomain support so that there are > non-overlapping allocations of irq numbers mapped to gpio's. > > Signed-off-by: Pushpal Sidhu Committed in r42844, thanks. - Felix ___ openwrt-deve

Re: [OpenWrt-Devel] [PATCH] comgt: add ncm proto support

2014-10-08 Thread John Crispin
the e3267 that sami sent me works with this proto, but i am failing to get a DHCP addr. could someone with a ncm dongle please try this patch on top of latest trunk please and tell me if they are getting a dhcp addr ? On 08/10/2014 05:17, John Crispin wrote: > From: Matti Laakso > > Signed-off-b

[OpenWrt-Devel] [PATCH] comgt: add ncm proto support

2014-10-08 Thread John Crispin
From: Matti Laakso Signed-off-by: Matti Laakso --- package/network/utils/comgt/Makefile | 15 ++ package/network/utils/comgt/files/3g.usb |2 +- package/network/utils/comgt/files/ncm.json| 49 +++ package/network/utils/comgt/files/ncm.sh | 156

Re: [OpenWrt-Devel] desperately seeking info on this weird MT7620A/MT7610EN dev board

2014-10-08 Thread John Crispin
On 08/10/2014 11:46, Robert P. J. Day wrote: > > at this point, i have to run off for the day where i will be > unable to reply to emails, but i'll still be able to read this > list. given that i did a build and have, among other things, a > squashfs image named: > > openwrt-ramips-mt7620a-mt76

Re: [OpenWrt-Devel] desperately seeking info on this weird MT7620A/MT7610EN dev board

2014-10-08 Thread Robert P. J. Day
at this point, i have to run off for the day where i will be unable to reply to emails, but i'll still be able to read this list. given that i did a build and have, among other things, a squashfs image named: openwrt-ramips-mt7620a-mt7620a_mt7610e-squashfs-sysupgrade.bin i'm tempted to simply

Re: [OpenWrt-Devel] desperately seeking info on this weird MT7620A/MT7610EN dev board

2014-10-08 Thread Robert P. J. Day
On Wed, 8 Oct 2014, Arjen de Korte wrote: > Citeren "Robert P. J. Day" : > > >On Wed, 8 Oct 2014, Arjen de Korte wrote: > > > > >Citeren "Robert P. J. Day" : > > > > > > >On Tue, 7 Oct 2014, Aaron Z wrote: > > > > > > > > >On Tue, Oct 7, 2014 at 7:06 PM, Robert P. J. Day > > > > > > > > > >wrote:

Re: [OpenWrt-Devel] Default dhcp (client) hostname is unset - Luci implies $(hostname)

2014-10-08 Thread Christian Schoenebeck
Am 08.10.2014 um 07:07 schrieb Justin Vallon: > On 10/7/14 8:46 PM, Aaron Z wrote: >> On Tue, Oct 7, 2014 at 7:02 PM, Justin Vallon wrote: >>> So either: >>> >>> 1) The dhcp hostname option should be blank to indicate no default value >>> (maintain current behavior) >>> 2) When udhcpc is invoked,

Re: [OpenWrt-Devel] Default dhcp (client) hostname is unset - Luci implies $(hostname)

2014-10-08 Thread Jo-Philipp Wich
Hi, I think there are two problems which prevented any definitive decision so far: 1) Some DHCP servers (cable modems, etc.) have problems with clients sending any hostname 2) As soon as we treat an empty hostname as defaulting to /proc/sys/kernel/hostname we have no clean way to express "

Re: [OpenWrt-Devel] desperately seeking info on this weird MT7620A/MT7610EN dev board

2014-10-08 Thread Arjen de Korte
Citeren "Robert P. J. Day" : On Wed, 8 Oct 2014, Arjen de Korte wrote: Citeren "Robert P. J. Day" : >On Tue, 7 Oct 2014, Aaron Z wrote: > > >On Tue, Oct 7, 2014 at 7:06 PM, Robert P. J. Day > >wrote: > > > finally, given that this board looks like *someone's* dev board, > > > would anyone

Re: [OpenWrt-Devel] desperately seeking info on this weird MT7620A/MT7610EN dev board

2014-10-08 Thread Arjen de Korte
Citeren "Robert P. J. Day" : On Tue, 7 Oct 2014, Aaron Z wrote: On Tue, Oct 7, 2014 at 7:06 PM, Robert P. J. Day wrote: > finally, given that this board looks like *someone's* dev board, > would anyone know where it might have come from? there's no > manufacturer name on it anywhere. in t

Re: [OpenWrt-Devel] desperately seeking info on this weird MT7620A/MT7610EN dev board

2014-10-08 Thread Robert P. J. Day
On Tue, 7 Oct 2014, Aaron Z wrote: > On Tue, Oct 7, 2014 at 7:06 PM, Robert P. J. Day > wrote: > > finally, given that this board looks like *someone's* dev board, > > would anyone know where it might have come from? there's no > > manufacturer name on it anywhere. in the ramips dts file MT762