diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-10-08 17:28:20 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-10-11 12:59:04 +0200 |
| commit | 7417616e09eab582accf73e2ec2f7cec9cef6cd6 (patch) | |
| tree | 433a0c978615ff1fb528965181bfd57b3189a1be /configs | |
| parent | e0a4d9fa6fa68b95181fbaf1babcbb3cf2c9c63b (diff) | |
configs/qemu-sparc-ss10: enable tmpfs
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/qemu_sparc_ss10_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/qemu_sparc_ss10_defconfig b/configs/qemu_sparc_ss10_defconfig index 6e2c6001c..595e42fa9 100644 --- a/configs/qemu_sparc_ss10_defconfig +++ b/configs/qemu_sparc_ss10_defconfig @@ -17,5 +17,6 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17" -BR2_LINUX_KERNEL_DEFCONFIG="sparc32" +BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sparc-ss10/linux-3.17.config" BR2_LINUX_KERNEL_ZIMAGE=y |
