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:
@@ -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))
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user