w_scan: fix for AML

This commit is contained in:
cvh 2018-01-31 13:03:14 +01:00
parent 76f6ca199e
commit 50eff8f298

View File

@ -31,7 +31,7 @@ PKG_TOOLCHAIN="autotools"
# aml 3.14 is meh
pre_configure_target() {
if [ "$TARGET_ARCH" = "aarch64" ]; then
if [ $LINUX = "amlogic-3.14" -o $LINUX = "amlogic-3.10" ]; then
sed -i 's/DVB_HEADER=0/DVB_HEADER=1/g' $PKG_BUILD/configure*
sed -i 's/HAS_DVB_API5=0/HAS_DVB_API5=1/g' $PKG_BUILD/configure*
fi