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

View File

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

View File

@@ -3,9 +3,6 @@ define Profile/P2812HNUF1
PACKAGES:=kmod-rt2800-pci wpad-mini kmod-usb-dwc2
endef
P2812HNUF1_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
P2812HNUF1_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
$(eval $(call Profile,P2812HNUF1))
define Profile/P2812HNUF3
@@ -13,8 +10,5 @@ define Profile/P2812HNUF3
PACKAGES:=kmod-rt2800-pci wpad-mini kmod-usb-dwc2
endef
P2812HNUF3_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
P2812HNUF3_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
$(eval $(call Profile,P2812HNUF3))