lazy hack

This commit is contained in:
parazyd 2016-04-25 20:58:54 +02:00
parent 85f98b6523
commit f17b644f27
No known key found for this signature in database
GPG Key ID: BB5E2E35B92E373E
1 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,9 @@ EOF
ARCH=arm make bb.org_defconfig
make modules_prepare
# hack
sudo cp .config ../${device_name}.config
notice "Grabbing script for using usb as an ethernet device"
sudo wget -c \
https://raw.github.com/RobertCNelson/tools/master/scripts/beaglebone-black-g-ether-load.sh \