Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Jun 4, 2024
1 parent 334d415 commit 50a45f3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,20 @@ case "$BOXMODEL" in
AC_DEFINE(BOXMODEL_DREAMBOX_ALL, 1, [dreambox_all])
;;
esac
# all dreambox arm BOXMODELs
case "$BOXMODEL" in
dm900|dm920)
AC_DEFINE(BOXMODEL_DREAMBOX_ARM, 1, [dreambox_arm])
;;
esac
# all dreambox mips BOXMODELs
case "$BOXMODEL" in
dm8000|dm820|dm7080)
AC_DEFINE(BOXMODEL_DREAMBOX_MIPS, 1, [dreambox_mips])
;;
esac
])

dnl backward compatiblity
Expand Down

0 comments on commit 50a45f3

Please sign in to comment.