[OpenWrt-Devel] split_squashfs not validating master->erasesize

2013-02-05 Thread Rafał Miłecki
I'm experimenting with read-only MTD driver. As it's read-only, I didn't fill "erasesize". This resulted in: Creating 7 MTD partitions on "bcm47xxsflash": 0x-0x0002 : "boot" 0x0002-0x0079 : "firmware" 0x0002001c-0x00020960 : "loader" 0x00020960-0x00

Re: [OpenWrt-Devel] [PATCH] [netifd] add bridge priority option

2013-02-05 Thread Niels Boehm
Hi again, On 02/04/2013 08:32 PM, Niels Boehm wrote: > > On 02/04/2013 08:13 PM, Jo-Philipp Wich wrote: >> I wonder if it would make sense to set a lower priority by default (while >> still keeping this option to allow overriding again). > > I'm not sure, I haven't really thought about that. >

[OpenWrt-Devel] [PATCH][v2] uci: copy permisions of /etc/config/ files for temp files

2013-02-05 Thread Etienne Champetier
Hi Using uci as a non root user i can get network configuration but not network state (for exemple). The idea of this patch is to copy permission from config file, or if it doesn't exist use UCI_FILEMODE / UCI_DIRMODE Tested on tplink wr1043nd. (you have to remove some mkdir from /etc/init.d/bo

[OpenWrt-Devel] [PATCH] generic: Update pwm and gpio-pwm drivers to last and working version

2013-02-05 Thread CieNTi
Fix some references to inexistant files (referring to atmel pwmc). New patch here Signed-off-by: Cienti Bordelo --- Index: target/linux/generic/files/include/linux/pwm/pwm.h === --- target/linux/generic/files/include/linux/pwm/p

[OpenWrt-Devel] [PATCH] generic: Update pwm and gpio-pwm drivers to last and working version

2013-02-05 Thread CieNTi
Before this patch the module doesn't have an easy way to configure it or is broken directly. Now it do not need to define in board before compile. It uses configfs. I just took the updated drivers (Bill Gatliff is the developer) follow his footsteps looking at his changelog, and apply changes/