projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c9c998
)
oxnas: use global UBIFS_OPTS, all profiles use the same settings
author
Felix Fietkau
<
[email protected]
>
Sun, 22 May 2016 13:51:52 +0000
(15:51 +0200)
committer
Felix Fietkau
<
[email protected]
>
Sun, 22 May 2016 13:58:41 +0000
(15:58 +0200)
Fixes build when selecting a device profile
Signed-off-by: Felix Fietkau <
[email protected]
>
target/linux/oxnas/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/oxnas/image/Makefile
b/target/linux/oxnas/image/Makefile
index a8cef46572722a030475a420283cce1a49b59eab..1d075cfb3244fffa93b48c89cdc3e3b42e7d460c 100644
(file)
--- a/
target/linux/oxnas/image/Makefile
+++ b/
target/linux/oxnas/image/Makefile
@@
-8,11
+8,7
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
-Default_UBIFS_OPTS = -m 2048 -e 126KiB -c 4096
-STG212_UBIFS_OPTS = -m 2048 -e 126KiB -c 4096
-KD20_UBIFS_OPTS = -m 2048 -e 126KiB -c 4096
-POGOPLUG_PRO_UBIFS_OPTS = -m 2048 -e 126KiB -c 4096
-POGOPLUG_V3_UBIFS_OPTS = -m 2048 -e 126KiB -c 4096
+UBIFS_OPTS = -m 2048 -e 126KiB -c 4096
DEVICE_VARS += DTS KERNEL_SIZE PAGESIZE BLOCKSIZE SUBPAGESIZE
DEVICE_VARS += KERNEL_IN_UBI UBOOTENV_IN_UBI UBIFS_OPTS