2
0
forked from Ivasoft/openwrt

lantiq: move ubi/ubifs options to the image makefile

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2016-05-18 15:48:57 +02:00
parent f2220bc1fe
commit 311faaa1bd
5 changed files with 18 additions and 21 deletions

View File

@@ -3,7 +3,4 @@ define Profile/FRITZ3370
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-dwc2
endef
FRITZ3370_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
FRITZ3370_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
$(eval $(call Profile,FRITZ3370))