projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece5cab
)
omap: fix build without ext4 rootfs
author
Andre Heider
<a.heider@gmail.com>
Thu, 31 Jan 2019 10:12:24 +0000
(11:12 +0100)
committer
Alexander Couzens
<lynxis@fe80.eu>
Thu, 31 Jan 2019 13:06:43 +0000
(14:06 +0100)
Same fix as
7b76219e
, just for omap.
Signed-off-by: Andre Heider <a.heider@gmail.com>
config/Config-images.in
patch
|
blob
|
history
diff --git
a/config/Config-images.in
b/config/Config-images.in
index a0c7b7a94db9298e642a132cf0020851dc7d418e..bdd24ef6178c25729e2b664ecd7197201f2ad5a1 100644
(file)
--- a/
config/Config-images.in
+++ b/
config/Config-images.in
@@
-275,7
+275,7
@@
menu "Target Images"
config TARGET_ROOTFS_PARTSIZE
int "Root filesystem partition size (in MB)"
- depends on GRUB_IMAGES || USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_mvebu || TARGET_rb532 || TARGET_sunxi || TARGET_uml
+ depends on GRUB_IMAGES || USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_mvebu || TARGET_
omap || TARGET_
rb532 || TARGET_sunxi || TARGET_uml
default 256
help
Select the root filesystem partition size.