mirror of
https://github.com/armbian/testings.git
synced 2026-01-06 10:30:07 -08:00
ETH didn't work after first reboot
Merge pull request #45 from chwe17/20180831-orangepizero-default
This commit is contained in:
@@ -98,7 +98,7 @@ pullRequestUpgrade () {
|
||||
BRANCH=$(cat /etc/armbian-release | grep BRANCH= | cut -c 8-)
|
||||
VERSION_BEFORE=$(cat /etc/armbian-release | grep VERSION= | cut -c 9-)
|
||||
echo "Update from: "$VERSION_BEFORE
|
||||
apt update && sudo apt upgrade
|
||||
sudo apt update && sudo apt upgrade
|
||||
VERSION_AFTER=$(cat /etc/armbian-release | grep VERSION= | cut -c 9-)
|
||||
git checkout -b $(date +%Y%m%d)-$BOARD-$BRANCH
|
||||
echo 'BOOT=no' > ${BOARD}-${BRANCH}.report
|
||||
|
||||
9
orangepizero-default.report
Normal file
9
orangepizero-default.report
Normal file
@@ -0,0 +1,9 @@
|
||||
BOOT=yes
|
||||
VERSION=5.59
|
||||
KERNEL=3.4.113-sun8i
|
||||
NETWORK=no
|
||||
WIRELESS=yes
|
||||
HDMI=na
|
||||
USB=yes
|
||||
DVFS=yes
|
||||
ARMBIANMONITOR=http://ix.io/1lFw
|
||||
Reference in New Issue
Block a user