2
0
forked from Ivasoft/openwrt

lantiq: fix vr9 ubi handling

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 40364
This commit is contained in:
John Crispin
2014-04-03 14:26:24 +00:00
parent 78a3f697a5
commit 58eccdac4f
7 changed files with 66 additions and 24 deletions

View File

@@ -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))