From f4425dce509c5304767bd9d8fc28b76fb3b51d55 Mon Sep 17 00:00:00 2001 From: Kenneth Johansson <kenneth.johansson@iopsys.eu> Date: Mon, 21 Sep 2020 17:10:48 +0200 Subject: [PATCH] Add config options for sdk504. This is temporary changed. --- iopsys-brcm63xx-arm/config/config | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/iopsys-brcm63xx-arm/config/config b/iopsys-brcm63xx-arm/config/config index 9b2620c73..c4f2b3568 100644 --- a/iopsys-brcm63xx-arm/config/config +++ b/iopsys-brcm63xx-arm/config/config @@ -16,3 +16,25 @@ CONFIG_PACKAGE_e4crypt=y CONFIG_PACKAGE_resize2fs=y CONFIG_PACKAGE_tune2fs=y + + + + + +################################################ +# to be removed. + +# voice is not in the SDK504 +CONFIG_TARGET_NO_VOICE=y + +# for debug purposes only. +CONFIG_PACKAGE_bash=y + +# does not compile on new SDK +# CONFIG_PACKAGE_peripheral_manager is not set + +############################################################################### +# +# add some space to play with in MB +CONFIG_TARGET_PREINITSPACE=2 + -- GitLab