From 41dd8af80c14902e94f9c0a1eac87e8017072f20 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 20 Jan 2016 09:14:07 +0100 Subject: [PATCH] Modules creation for next and dev are the same. Better than having legacy modules on dev ... --- boards.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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