lantiq: fix vr9 ubi handling
[openwrt.git] / target / linux / lantiq / xrx200 / profiles / avm.mk
1 define Profile/FRITZ3370
2   NAME:=Fritz!Box WLan - FRITZ3370
3   PACKAGES:=kmod-ath9k wpad-mini \
4         kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \
5         kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \
6         kmod-ltq-atm-vr9 ltq-vdsl-vr9-fw-installer \
7         ltq-vdsl-app ppp-mod-pppoa
8 endef
9
10 FRITZ3370_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
11 FRITZ3370_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
12
13 $(eval $(call Profile,FRITZ3370))