diff options
Diffstat (limited to 'target/linux/lantiq/xrx200/profiles/avm.mk')
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/avm.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/lantiq/xrx200/profiles/avm.mk b/target/linux/lantiq/xrx200/profiles/avm.mk index 77c1a0a..7eb6830 100644 --- a/target/linux/lantiq/xrx200/profiles/avm.mk +++ b/target/linux/lantiq/xrx200/profiles/avm.mk @@ -7,4 +7,7 @@ define Profile/FRITZ3370 ltq-vdsl-app ppp-mod-pppoa endef +FRITZ3370_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096" +FRITZ3370_UBI_OPTS:="-m 2048 -p 128KiB -s 512" + $(eval $(call Profile,FRITZ3370)) |