diff --git a/configs/miyoo_musl_defconfig b/configs/miyoo_musl_defconfig index 87f14c53..4b6f4323 100644 --- a/configs/miyoo_musl_defconfig +++ b/configs/miyoo_musl_defconfig @@ -1,6 +1,5 @@ BR2_arm=y BR2_SVN="svn" -BR2_HOST_DIR="$(BASE_DIR)/host" BR2_CPAN_MIRROR="http://cpan.metacpan.org" BR2_JLEVEL=32 BR2_CCACHE=y @@ -36,7 +35,6 @@ BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y BR2_PACKAGE_MPG123=y BR2_PACKAGE_VORBIS_TOOLS=y BR2_PACKAGE_P7ZIP=y -BR2_PACKAGE_UNRAR=y BR2_PACKAGE_XZ=y BR2_PACKAGE_ZIP=y BR2_PACKAGE_GDB=y diff --git a/configs/miyoo_uclibc_defconfig b/configs/miyoo_uclibc_defconfig index ad0d88fe..caabf108 100644 --- a/configs/miyoo_uclibc_defconfig +++ b/configs/miyoo_uclibc_defconfig @@ -1,6 +1,5 @@ BR2_arm=y BR2_SVN="svn" -BR2_HOST_DIR="$(BASE_DIR)/host" BR2_CPAN_MIRROR="http://cpan.metacpan.org" BR2_CCACHE=y BR2_RELRO_NONE=y @@ -36,7 +35,6 @@ BR2_PACKAGE_MPG123=y BR2_PACKAGE_VORBIS_TOOLS=y BR2_PACKAGE_BZIP2=y BR2_PACKAGE_P7ZIP=y -BR2_PACKAGE_UNRAR=y BR2_PACKAGE_ZIP=y BR2_PACKAGE_GDB=y BR2_PACKAGE_GDB_SERVER=y