diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/kexec/Config.in | 2 | ||||
-rw-r--r-- | package/mplayer/Config.in | 2 | ||||
-rw-r--r-- | package/qemu/qemu.mk | 3 | ||||
-rw-r--r-- | package/uclibc/Config.in | 1 |
4 files changed, 2 insertions, 6 deletions
diff --git a/package/kexec/Config.in b/package/kexec/Config.in index 955a5f4dce..0139c17b86 100644 --- a/package/kexec/Config.in +++ b/package/kexec/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_KEXEC bool "kexec" depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || \ BR2_mips || BR2_mips64 || BR2_mipsel || BR2_mips64el || \ - BR2_powerpc || BR2_sh4 || BR2_sh4a || BR2_sh3 + BR2_powerpc || BR2_sh4 || BR2_sh4a help Kexec is a user space utiltity for loading another kernel and asking the currently running kernel to do something with it. diff --git a/package/mplayer/Config.in b/package/mplayer/Config.in index c8f1480883..ae273e4f80 100644 --- a/package/mplayer/Config.in +++ b/package/mplayer/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_MPLAYER bool "mplayer" # Those architectures are not supported by MPlayer - depends on !(BR2_sh2 || BR2_sh2a || BR2_sh4a || BR2_sh4aeb \ + depends on !(BR2_sh2a || BR2_sh4a || BR2_sh4aeb \ || BR2_microblaze || BR2_aarch64 || BR2_nios2) # Broken support for <ARMv5 depends on !(BR2_arm7tdmi || BR2_arm720t || BR2_arm920t \ diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk index a89bf7d20c..093ae64c0e 100644 --- a/package/qemu/qemu.mk +++ b/package/qemu/qemu.mk @@ -36,10 +36,7 @@ HOST_QEMU_DEPENDENCIES = host-pkgconf host-zlib host-libglib2 host-pixman # mips64 ? # mips64el ? # powerpc ppc -# sh2 not supported # sh2a not supported -# sh3 not supported -# sh3eb not supported # sh4 sh4 # sh4eb sh4eb # sh4a ? diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in index 77756e3ab2..0565ee986c 100644 --- a/package/uclibc/Config.in +++ b/package/uclibc/Config.in @@ -241,7 +241,6 @@ config BR2_UCLIBC_SH_TYPE string depends on BR2_UCLIBC_TARGET_ARCH = "sh" default SH2A if BR2_sh2a - default SH3 if BR2_sh3 || BR2_sh3eb default SH4 if BR2_sh4 || BR2_sh4eb config BR2_UCLIBC_SPARC_TYPE |