projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2ca8d2
)
build: fix for sourcing targets image config installed via feeds
author
Prasun Maiti
<prasunmaiti87@gmail.com>
Wed, 16 Nov 2022 11:03:33 +0000
(16:33 +0530)
committer
RISCi_ATOM
<bob@bobcall.me>
Mon, 15 May 2023 15:16:11 +0000
(11:16 -0400)
Sourcing of image/Config.in will not happen
When a target is installed from target/linux/feeds/
Signed-off-by: Prasun Maiti <prasunmaiti87@gmail.com>
Acked-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit
522a60cd31686a3d1b6d7ed1229eb68568aa89ac
)
config/Config-images.in
patch
|
blob
|
history
diff --git
a/config/Config-images.in
b/config/Config-images.in
index 62b448c686208dd849388a4617a1f44c5c33ff4a..8d2e8f7a6fc81890fb2da2eee996115a04d9f1ce 100644
(file)
--- a/
config/Config-images.in
+++ b/
config/Config-images.in
@@
-286,6
+286,7
@@
menu "Target Images"
comment "Image Options"
source "target/linux/*/image/Config.in"
+ source "target/linux/*/*/image/Config.in"
config TARGET_KERNEL_PARTSIZE
int "Kernel partition size (in MiB)"