mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-29 09:39:11 +00:00
Orange Pi R1 - set BOOTCONFIG to orangepi_r1_defconfig
configuration file for Orange Pi R1 was referring to Pi Zero as BOOTCONFIG - As a result wrong device tree file was used which made some of the hardware features unavailable or configuired incorrectly
This commit is contained in:
parent
a076a06667
commit
d84a080950
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# H2+ quad core 256MB Wi-Fi + dual Ethernet
|
||||
BOARD_NAME="Orange Pi R1"
|
||||
BOARDFAMILY="sun8i"
|
||||
BOOTCONFIG="orangepi_zero_defconfig"
|
||||
BOOTCONFIG="orangepi_r1_defconfig"
|
||||
#
|
||||
MODULES="#w1-sunxi #w1-gpio #w1-therm #sunxi-cir g_serial r8152 8189es"
|
||||
MODULES_NEXT="g_serial r8152 8189es"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue