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
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ KERNEL_LOADADDR:=0x8000
|
||||||
TARGET_DEVICES = linksys-audi linksys-viper dockstar goflexnet goflexhome
|
TARGET_DEVICES = linksys-audi linksys-viper dockstar goflexnet goflexhome
|
||||||
|
|
||||||
UBI_OPTS:="-m 2048 -p 128KiB -s 512"
|
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
|
define Device/Default
|
||||||
KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
|
KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
|
||||||
|
|
Loading…
Reference in a new issue