Skip to content

Commit

Permalink
revert: vtuner msg2 for non vu 4k models
Browse files Browse the repository at this point in the history
  • Loading branch information
atvcaptain committed Mar 2, 2017
1 parent a324dad commit d55294d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ if test "$BOXTYPE" == "vusolo4k" -o "$BOXTYPE" == "vuuno4k" -o "$BOXTYPE" == "vu
AC_DEFINE(TUNER_VUSOLO4K, 1,[define BOXTYPE VUSOLO4K])
fi

if test "$BOXTYPE" == "vusolo4k" -o "$BOXTYPE" == "vuuno4k" -o "$BOXTYPE" == "vuultimo4k" -o "$BOXTYPE" == "gb7252" -o "$BOXTYPE" == "dags7252" -o "$BOXTYPE" == "sf4008" -o "$BOXTYPE" == "hd51" -o "$BOXTYPE" == "vs1500"; then
if test "$BOXTYPE" == "vusolo4k" -o "$BOXTYPE" == "vuuno4k" -o "$BOXTYPE" == "vuultimo4k"; then
AC_DEFINE(VMSG_TYPE2, 1,[define vtuner_message type 2])
fi

Expand Down

0 comments on commit d55294d

Please sign in to comment.