diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-29 19:48:40 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-30 15:28:32 +0200 |
commit | 5e1b132495fe8c27af3cfac73d75121f82734c13 (patch) | |
tree | 35231c0921d416bf40d2bd8c61fcdae8b2a1a595 | |
parent | f282b13a2794399414fe00fc19ec423b8ac98bd5 (diff) |
move busybox-minimal.config to be used by other noMMU targets
Config can be used by other noMMU targets as qemu-system-m68k
with coldfire emulation.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/stm32f429_disco_defconfig | 2 | ||||
-rw-r--r-- | configs/stm32f469_disco_defconfig | 2 | ||||
-rw-r--r-- | package/busybox/busybox-minimal.config (renamed from board/stmicroelectronics/busybox-minimal.config) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/configs/stm32f429_disco_defconfig b/configs/stm32f429_disco_defconfig index 5ca539387..987dcb888 100644 --- a/configs/stm32f429_disco_defconfig +++ b/configs/stm32f429_disco_defconfig @@ -11,7 +11,7 @@ BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="xipImage" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="stm32f429-disco" -BR2_PACKAGE_BUSYBOX_CONFIG="board/stmicroelectronics/busybox-minimal.config" +BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config" BR2_TARGET_ROOTFS_INITRAMFS=y # BR2_TARGET_ROOTFS_TAR is not set BR2_TARGET_AFBOOT_STM32=y diff --git a/configs/stm32f469_disco_defconfig b/configs/stm32f469_disco_defconfig index 5fd893b93..dd14f5625 100644 --- a/configs/stm32f469_disco_defconfig +++ b/configs/stm32f469_disco_defconfig @@ -12,7 +12,7 @@ BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="xipImage" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="stm32f469-disco" -BR2_PACKAGE_BUSYBOX_CONFIG="board/stmicroelectronics/busybox-minimal.config" +BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config" BR2_TARGET_ROOTFS_INITRAMFS=y # BR2_TARGET_ROOTFS_TAR is not set BR2_TARGET_AFBOOT_STM32=y diff --git a/board/stmicroelectronics/busybox-minimal.config b/package/busybox/busybox-minimal.config index 3261e5a1a..3261e5a1a 100644 --- a/board/stmicroelectronics/busybox-minimal.config +++ b/package/busybox/busybox-minimal.config |