installer: depends on package 'syslinux'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-07-27 15:59:02 +02:00
parent c5a076459f
commit fc17959bcd

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv/"
PKG_URL=""
PKG_DEPENDS="busybox dialog parted e2fsprogs $BOOTLOADER"
PKG_DEPENDS="busybox dialog parted e2fsprogs syslinux"
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="tools"
@ -37,4 +37,4 @@ PKG_AUTORECONF="no"
if [ "$TARGET_ARCH" = "i386" -o "$TARGET_ARCH" = "x86_64" ]; then
PKG_DEPENDS="$PKG_DEPENDS flashrom"
fi
fi