[OpenWrt-Devel] [PATCH, v2] lantiq: fix etop registers

2013-11-14 Thread Matti Laakso
As first reported more than a year ago (https://lists.openwrt.org/pipermail/openwrt-devel/2012-August/016240.html and https://lists.openwrt.org/pipermail/openwrt-devel/2012-August/016241.html), some of the register definitions of the lantiq etop driver are incorrect. When OpenWrt is booted with a

Re: [OpenWrt-Devel] [ath9k-devel] ath9k: Deaf QCA9558 when setting rxchainmask

2013-11-14 Thread Sujith Manoharan
Alex Hacker wrote: Thank you Sujith. Probably I understood the following patch in a wrong way. Felix removed all chain masks checking. If the mask 5 is invalid, how about the mask 4 and 6? The patch is correct. For calibration, the mask that is calibrated in the EEPROM has to be used. Even if

Re: [OpenWrt-Devel] hotplug: ifup-calls during shutdown / netifd-crash

2013-11-14 Thread Bastian Bittorf
* Bastian Bittorf bitt...@bluebottle.com [12.11.2013 10:32]: here on an alix2d i can see hotplug calls with ACTION = ifup during shutdown. also netif-crashs. i'am unsure why: maybe netifd crashs because of interface shutdowns and procd refires it again, so it takes all interfaces up again?

[OpenWrt-Devel] Unifi AP Pro sysupgrade patch V3

2013-11-14 Thread Peter Wagner
The current implementation of mtd will not append the backup file created by sysupgrade to the correct partition, as mtd will append the data to first jffs2 partition it finds. As the kernel is also stored on a jffs2 partition (which resides before the overlay partition), the data will be

[OpenWrt-Devel] Unifi AP Pro sysupgrade patch V4

2013-11-14 Thread Peter Wagner
Changelog: V1: skip the first n-1 occurrence of JFFS2_EOF V2: change argument handling V3: skip first n bytes when appending jffs2 data V4: remove quotes for $MTD_CONFIG_ARGS The current implementation of mtd will not append the backup file created by sysupgrade to the correct partition, as mtd

[OpenWrt-Devel] [PATCH 0/2]netifd: Check routing table parameter when updating route

2013-11-14 Thread Hans Dedecker
The route table parameter needs to be checked in interface_update_proto_route; a route which has an identical nexthop but a different routing table needs to be deleted and added in the correct routing table. While dumping the route list via ubus; don't display the default route when no default

[OpenWrt-Devel] [PATCH 2/2]netifd: Link layer status support

2013-11-14 Thread Hans Dedecker
Patch implements link layer state awareness (aka carrier detection) in netifd; an interface will only go to the setup state (and send a setup event to the protocol handlers) when it's enabled and the link state is enabled. Vice versa an interface will go the down state when either it's

[OpenWrt-Devel] [PATCH 1/2]netifd: Fix tunnel mtu setting and configurable don't fragment support

2013-11-14 Thread Hans Dedecker
The tunnel mtu parameter can be configured in UCI but the setting was not applied on tunnel interfaces.The patch also adds functionality to configure the don't fragment bit of tunnel interfaces via UCI. Signed-off-by: Hans Dedecker dedec...@gmail.com --- device.c | 12 ++--

[OpenWrt-Devel] Unifi AP Pro sysupgrade patch V5

2013-11-14 Thread Peter Wagner
Changelog: V1: skip the first n-1 occurrence of JFFS2_EOF V2: change argument handling V3: skip first n bytes when appending jffs2 data V4: remove quotes for $MTD_CONFIG_ARGS V5: add nbd's jffs2 padding element code to work around broken boot loaders jffs2 partition parsing now really happens

Re: [OpenWrt-Devel] [Patch][packages][RFC] erlang: update and remove RIPEMD

2013-11-14 Thread Peter Wagner
Hi Dirk, could you please resend the patch. i get: patching file Makefile patch: malformed patch at line 84: 2. As it seems you mail clients wraps the lines. If you can't disable wrapping just attach the patch as file. /Peter On Thu, 14 Nov 2013 23:53:42 +0100 Dirk Neukirchen