Re: [OpenWrt-Devel] support for D-Link DNS-320 NAS (Marvell Kirkwood)

2014-10-05 Thread Florian Fainelli
On 10/05/14 13:32, Tivadar Szemethy wrote: Hello, I have created a github fork ( https://github.com/szemtiv/openwrt-dns320.git ) that adds support (selectable as a profile from Marvell Kirkwood) for the DNS-320 NAS. Apart from some trivial stuff (based on existing support fot other Kirkwoods), i

[OpenWrt-Devel] support for D-Link DNS-320 NAS (Marvell Kirkwood)

2014-10-05 Thread Tivadar Szemethy
Hello, I have created a github fork ( https://github.com/szemtiv/openwrt-dns320.git ) that adds support (selectable as a profile from Marvell Kirkwood) for the DNS-320 NAS. Apart from some trivial stuff (based on existing support fot other Kirkwoods), it has a patch for u-boot, and an userland dae

Re: [OpenWrt-Devel] [PATCH] include: make sure modules are modposted after initramfs image is built

2014-10-05 Thread Felix Fietkau
On 2014-10-02 15:33, Michel Stam wrote: > From: Tjalling Hattink > > Otherwise the modpost steps for individual modules that are compiled manually > (using make package//install) will give warning of missing > symbols when that module depends other modules. > > This is caused by the Module.symve

Re: [OpenWrt-Devel] [PATCH] Make sure modules are modposted after initramfs image is built

2014-10-05 Thread Felix Fietkau
On 2014-03-04 18:06, Hattink, Tjalling [FINT] wrote: > Otherwise the modpost steps for individual modules that are compiled > manually (using make package//install) will give warning > of missing symbols when that module depends other modules. > > This is caused by the Module.symvers file not cont

[OpenWrt-Devel] [PATCH] udev/Config.in: help format, and fix spelling mistake

2014-10-05 Thread Robert P. J. Day
Formatting and spelling fixes. Signed-off-by: Robert P. J. Day --- fixed misspelling of "accelerometer" in prompt, so figured while i was there, doesn't cost any more to tidy up the help info. i'm pedantic that way. diff --git a/package/system/udev/Config.in b/package/system/udev/Config.in i

[OpenWrt-Devel] [PATCH] package/kernel: Standardize help info in Config.in files

2014-10-05 Thread Robert P. J. Day
Use standard format (tab + 2 spaces) for help info, and a couple cheap grammar fixes. Signed-off-by: Robert P. J. Day --- diff --git a/package/kernel/ar7-atm/Config.in b/package/kernel/ar7-atm/Config.in index 479b7ad..17a2701 100644 --- a/package/kernel/ar7-atm/Config.in +++ b/package/kernel/a