Skip to content

Commit

Permalink
crazycat: use listcontains to depend on wetekdvb
Browse files Browse the repository at this point in the history
  • Loading branch information
Radostan Riedel committed Dec 22, 2017
1 parent 1d3627a commit 11c81d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/linux-driver-addons/dvb/crazycat/package.mk
Expand Up @@ -38,9 +38,10 @@ PKG_ADDON_VERSION="${ADDON_VERSION}.${PKG_REV}"

if [ $LINUX = "amlogic-3.14" -o $LINUX = "amlogic-3.10" ]; then
PKG_PATCH_DIRS="amlogic"
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET wetekdvb"
fi

listcontains "$ADDITIONAL_DRIVERS" "wetekdvb" && PKG_DEPENDS_TARGET+=" wetekdvb" || true

pre_make_target() {
export KERNEL_VER=$(get_module_dir)
export LDFLAGS=""
Expand Down

0 comments on commit 11c81d5

Please sign in to comment.