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

2013-11-21 Thread Daniel Schwierzeck
2013/11/20 Matti Laakso malaa...@elisanet.fi: On 19.11.2013 21:10, John Crispin wrote: On 14/11/13 08:59, Matti Laakso wrote: At the moment the MII/RMII setting in the lantiq .dts-files has no effect, since wrong registers are written. Once this patch is applied, it is necessary to make sure

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

2013-11-21 Thread John Crispin
On 21/11/13 10:56, Daniel Schwierzeck wrote: 2013/11/20 Matti Laaksomalaa...@elisanet.fi: On 19.11.2013 21:10, John Crispin wrote: On 14/11/13 08:59, Matti Laakso wrote: At the moment the MII/RMII setting in the lantiq .dts-files has no effect, since wrong registers are written. Once this

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

2013-11-21 Thread Daniel Schwierzeck
2013/11/21 John Crispin j...@phrozen.org: On 21/11/13 10:56, Daniel Schwierzeck wrote: 2013/11/20 Matti Laaksomalaa...@elisanet.fi: On 19.11.2013 21:10, John Crispin wrote: On 14/11/13 08:59, Matti Laakso wrote: At the moment the MII/RMII setting in the lantiq .dts-files has no effect,

[OpenWrt-Devel] [PATCH] [packages] dhcpcd: update to 6.1.0

2013-11-21 Thread Dirk Neukirchen
DHCPv6 and other features see: http://roy.marples.name/projects/dhcpcd/wiki/DhcpcdHistory -update download location -install default dhcpcd hooks script and example hooks Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- net/dhcpcd/Makefile | 16 ++--

[OpenWrt-Devel] [PATCH] target.mk: add default packages for NAS device-type

2013-11-21 Thread Daniel Golle
--- include/target.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/target.mk b/include/target.mk index 467ef35..a835512 100644 --- a/include/target.mk +++ b/include/target.mk @@ -13,6 +13,8 @@ DEVICE_TYPE?=router # Default packages - the really basic set

[OpenWrt-Devel] [PATCH] kernel: add more missing symbols for 3.12

2013-11-21 Thread Daniel Golle
--- target/linux/generic/config-3.12 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/generic/config-3.12 b/target/linux/generic/config-3.12 index cd6429b..b16720c 100644 --- a/target/linux/generic/config-3.12 +++ b/target/linux/generic/config-3.12 @@ -3027,6 +3027,7 @@

[OpenWrt-Devel] [PATCH] kernel/modules: set DM_SWITCH=n in kmod-dm

2013-11-21 Thread Daniel Golle
Kconfig asks for Switch target support (EXPERIMENTAL) (DM_SWITCH) [N/m/?] (NEW) and waits for user input which breaks automated builds when using kernel 3.12. Signed-off-by: Daniel Golle dgo...@allnet.de --- package/kernel/linux/modules/block.mk | 1 + 1 file changed, 1 insertion(+) diff

[OpenWrt-Devel] [PATCH] kernel/modules: snd-pcm-dmaengine only if CONFIG_SND_DMAENGINE_PCM is set

2013-11-21 Thread Daniel Golle
Platforms without in-soc audio don't provide CONFIG_SND_DMAENGINE_PCM, thus the module is not generated. --- package/kernel/linux/modules/sound.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk

[OpenWrt-Devel] Q: basefiles: server_check() / start-stop-daemon

2013-11-21 Thread Bastian Bittorf
in package olsrd we use the call service_start /usr/sbin/olsrd -f $OLSRD_CONFIG_FILE -nofork service_check /usr/sbin/olsrd || logger error and often we see an 'error' on log, but the daemon runs fine. when checking what service_check() does, i can see that it calls: start-stop-daemon -K -t --