Browse Source

kirkwood: fix UBIFS_OPTS variable in image build

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 years ago
parent
commit
064bcdc259
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/kirkwood/image/Makefile

+ 1 - 1
target/linux/kirkwood/image/Makefile

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