mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 21:59:48 +01:00
build: fix for sourcing target image config a when target is being replaced
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>
This commit is contained in:
parent
a06e023b4e
commit
ce1346a8fc
1 changed files with 1 additions and 0 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue