kirkwood: fix UBIFS_OPTS variable in image build
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
d0619fb02c
commit
064bcdc259
|
@ -15,7 +15,7 @@ KERNEL_LOADADDR:=0x8000
|
|||
TARGET_DEVICES = linksys-audi linksys-viper dockstar goflexnet goflexhome
|
||||
|
||||
UBI_OPTS:="-m 2048 -p 128KiB -s 512"
|
||||
UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
|
||||
UBIFS_OPTS := -m 2048 -e 126KiB -c 4096
|
||||
|
||||
define Device/Default
|
||||
KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
|
||||
|
|
Loading…
Reference in New Issue