1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Contrib agreement

This commit is contained in:
Olli 2021-03-07 02:49:09 +01:00
parent 709cf02b2b
commit bc813156cc
2 changed files with 10 additions and 4 deletions

View file

@ -293,10 +293,7 @@ if [ "$OMR_TARGET" = "bpi-r1" ]; then
[ "$check_sunxi_config" = "" -a "$check_cortexa7_config" = "" ] && echo "CONFIG_LEDS_TRIGGER_${i}=y" >> "$OMR_TARGET/source/target/linux/sunxi/cortexa7/config-$OMR_KERNEL"
done
echo "done"
# BPI-R1 additions:
# 2021-03-05 Oliver Welter <oliver@welter.rocks>
echo "done"
fi
cd "$OMR_TARGET/source"