projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a06e023
)
build: fix for sourcing target image config a when target is being replaced
author
Prasun Maiti
<prasunmaiti87@gmail.com>
Wed, 12 Oct 2022 08:32:43 +0000
(14:02 +0530)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 9 Nov 2022 19:47:43 +0000
(20:47 +0100)
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>
config/Config-images.in
patch
|
blob
|
history
diff --git
a/config/Config-images.in
b/config/Config-images.in
index dcd7575c3e453547e4c0f1c0840d2b0222982a7b..832e6721724f2d349b3025e5734a6d70544dd360 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/feeds/*/image/Config.in"
config TARGET_KERNEL_PARTSIZE
int "Kernel partition size (in MiB)"