Commit 815c3dfd authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

Move config item deeper into menu system

parent 453dca99
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -487,8 +487,6 @@ config BR2_LINUX_COPYTO
	help
	  Copy kernel to secondary location

endmenu

config BR2_LINUX_COPY_CONFIGURATION
	bool "Copy buildroot configuration to Linux file system"
	default y if BR2_TARGET_ATMEL
@@ -497,5 +495,6 @@ config BR2_LINUX_COPY_CONFIGURATION
	  The configuration files for buildroot, uclibc, busybox and linux
	  are copied to the "<root>/boot" directory.

endmenu
endif