- naming convention is Config.in resp. Config.in.foo
Adjust some accordingly
This commit is contained in:
parent
41d2a92fee
commit
bb9e6a7d9e
@ -10,7 +10,7 @@ config BR2_VERSION
|
||||
string
|
||||
default "0.10.0-svn"
|
||||
|
||||
source "target/arch.in"
|
||||
source "target/Config.in.arch"
|
||||
source "target/device/Config.in"
|
||||
|
||||
menu "Build options"
|
||||
@ -69,7 +69,7 @@ config BR2_DL_DIR
|
||||
|
||||
The default is $(BASE_DIR)/dl
|
||||
|
||||
source "target/device/Mirrors.in"
|
||||
source "target/device/Config.in.mirrors"
|
||||
|
||||
config BR2_STAGING_DIR
|
||||
string "Toolchain and header file location?"
|
||||
|
@ -12,6 +12,6 @@ config BR2_SOURCEFORGE_MIRROR
|
||||
The list of mirrors is available here:
|
||||
http://prdownloads.sourceforge.net/index-sf.html?download
|
||||
|
||||
source "target/device/Atmel/Mirrors.in"
|
||||
source "target/device/Atmel/Config.in.mirrors"
|
||||
|
||||
endmenu
|
@ -26,7 +26,7 @@ config BR2_TOOLCHAIN_SOURCE
|
||||
default y if BR2_TOOLCHAIN_BUILDROOT || BR2_TOOLCHAIN_EXTERNAL_SOURCE
|
||||
default n if BR2_TOOLCHAIN_EXTERNAL
|
||||
|
||||
source "target/device/Toolchain.in"
|
||||
source "target/device/Config.in.toolchain"
|
||||
|
||||
source "toolchain/Config.in.2"
|
||||
source "toolchain/external-toolchain/Config.in"
|
||||
|
Loading…
Reference in New Issue
Block a user