aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xrx200/profiles
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-04-03 14:26:24 +0000
committerJohn Crispin <blogic@openwrt.org>2014-04-03 14:26:24 +0000
commit42d3266aa89bfbc560cdefa35da05f185d635fee (patch)
tree841563cbc74c92b0f5a87b56dbe82702c1f17194 /target/linux/lantiq/xrx200/profiles
parent9287850cd16f70b141cfd190769d1b0f5277f61f (diff)
downloadmaster-187ad058-42d3266aa89bfbc560cdefa35da05f185d635fee.tar.gz
master-187ad058-42d3266aa89bfbc560cdefa35da05f185d635fee.tar.bz2
master-187ad058-42d3266aa89bfbc560cdefa35da05f185d635fee.zip
lantiq: fix vr9 ubi handling
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40364 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xrx200/profiles')
-rw-r--r--target/linux/lantiq/xrx200/profiles/avm.mk3
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 77c1a0ad14..7eb6830bee 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))