Modules creation for next and dev are the same. Better than having legacy modules on dev ...

This commit is contained in:
Igor Pecovnik 2016-01-20 09:14:07 +01:00
parent c5c0d010b0
commit 41dd8af80c

View File

@ -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