Commit bb9e6a7d authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- naming convention is Config.in resp. Config.in.foo

  Adjust some accordingly
parent 41d2a92f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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?"
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -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
+0 −0

File moved.

Loading