[LEDE-DEV] [PATCH] fritz_tffs_read: fix parsing of size argument

2017-05-08 Thread Valentin Spreckels
The parameter specification missed that -s takes an argument. Signed-off-by: Valentin Spreckels --- package/utils/fritz-tools/src/fritz_tffs_read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/utils/fritz-tools/src/fritz_tffs_read.c b/package/utils/fritz-tools

[LEDE-DEV] [PATCH] lantiq: dsl_notify: also restart pppoe interfaces

2017-05-08 Thread Valentin Spreckels
Signed-off-by: Valentin Spreckels --- target/linux/lantiq/base-files/sbin/dsl_notify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/lantiq/base-files/sbin/dsl_notify.sh b/target/linux/lantiq/base-files/sbin/dsl_notify.sh index 11ada92..8503ab4 100755 --- a

Re: [LEDE-DEV] [PATCH] lantiq: dsl_notify: also restart pppoe interfaces

2017-05-09 Thread Valentin Spreckels
Hi, On 09/05/17 08:47, Felix Fietkau wrote: > On 2017-05-09 08:46, Mathias Kresin wrote: >> 09.05.2017 00:44, Valentin Spreckels: >>> Signed-off-by: Valentin Spreckels >>> >>> --- >> >> Thanks a lot for your patch. Would you please add a comm

[LEDE-DEV] [PATCH 2/3] scripts: add EVA ramboot script

2018-03-09 Thread Valentin Spreckels
initramfs image. After this a sysupgrade can be done to persistently install openwrt. Signed-off-by: Valentin Spreckels --- scripts/flashing/eva_ramboot.py | 37 + 1 file changed, 37 insertions(+) create mode 100755 scripts/flashing/eva_ramboot.py diff

[LEDE-DEV] [PATCH 3/3] lantiq: add support for AVM FRITZ!Box 7412

2018-03-09 Thread Valentin Spreckels
and install an FritzOS upgrade or do a recovery. Afterwards start again at step 1. 4. Run sysupgrade to persistently install OpenWRT. Signed-off-by: Valentin Spreckels --- .../linux/lantiq/base-files/etc/board.d/02_network | 8 + .../etc/hotplug.d/firmware/12-ath9k-eeprom | 3

[LEDE-DEV] [PATCH 1/3] fritz-tools: add fritz_tffs_nand_read tool

2018-03-09 Thread Valentin Spreckels
This tool reads informations from AVM TFFS 3.0 filesystems on nand flash. AVM uses this on newer FRITZ!Boxes (e.g. 7412) without SPI or nor flash. Signed-off-by: Valentin Spreckels --- package/utils/fritz-tools/Makefile | 15 + package/utils/fritz-tools/src/CMakeLists.txt