dmidecode: move to debug tools

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-02-07 00:12:19 +01:00
parent c5b63fe01a
commit 9912f0635e
6 changed files with 1 additions and 7 deletions

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
PKG_URL=""
PKG_DEPENDS="strace gdb"
PKG_DEPENDS="strace gdb dmidecode"
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="debug"

View File

@ -309,9 +309,6 @@
# build with lm_sensors hardware monitoring support (yes / no)
SENSOR_SUPPORT="yes"
# build with dmidecode support (yes / no)
DMIDECODE_SUPPORT="yes"
# build with swap support (yes / no)
SWAP_SUPPORT="yes"

View File

@ -135,9 +135,6 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
# Sensors support
[ "$SENSOR_SUPPORT" = "yes" ] && $SCRIPTS/install lm_sensors
# dmidecode support
[ "$DMIDECODE_SUPPORT" = "yes" ] && $SCRIPTS/install dmidecode
# Update support
[ "$UPDATE_SUPPORT" = "yes" ] && $SCRIPTS/install autoupdate