diff --git a/boards.sh b/boards.sh index b857b34cba..7cabeae72a 100644 --- a/boards.sh +++ b/boards.sh @@ -181,7 +181,7 @@ install_kernel (){ # create modules file IFS=" " - if [[ $BRANCH == *next* ]];then + if [[ $BRANCH == *next* || $BRANCH == *dev* ]];then for word in $MODULES_NEXT; do echo $word >> $DEST/cache/sdcard/etc/modules; done