Skip to content

Commit

Permalink
Eth not working on v2016.03 on Banana PRO ... fixing to previous u-bo…
Browse files Browse the repository at this point in the history
…ot version for all except sun8i
  • Loading branch information
igorpecovnik committed Mar 16, 2016
1 parent adf1eac commit f980a00
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions configuration.sh
Expand Up @@ -214,7 +214,7 @@ case $BOARD in

orangepiplus)#enabled
#description H3 quad core (Orange Pi Plus or Plus 2)
#build 3wip
#build 6wip
LINUXFAMILY="sun8i"
BOOTCONFIG="orangepi_plus_defconfig"
MODULES="8189es #gpio_sunxi #w1-sunxi #w1-gpio #w1-therm #gc2035"
Expand All @@ -226,7 +226,7 @@ case $BOARD in

orangepih3)#enabled
#description H3 quad core (Orange Pi PC/One/2/Lite)
#build 3wip
#build 6wip
LINUXFAMILY="sun8i"
BOOTCONFIG="orangepi_h3_defconfig"
MODULES="8189es #gpio_sunxi #w1-sunxi #w1-gpio #w1-therm #gc2035"
Expand Down Expand Up @@ -364,6 +364,11 @@ case $LINUXFAMILY in
UBOOT_DEV=$UBOOT_DEFAULT
UBOOT_DEV_BRANCH=""
UBOOT_DEV_SOURCE=$UBOOT_DEFAULT_SOURCE
# latest stable v2016.03 broken gmac on sun7i, fixing it for DEFAULT and NEXT
if [[ $LINUXFAMILY != sun8i ]]; then
UBOOT_DEFAULT_BRANCH="v2016.01"
UBOOT_NEXT_BRANCH="v2016.01"
fi
;;

odroidxu4)
Expand Down

0 comments on commit f980a00

Please sign in to comment.