2017-09-06 19:19:45 +08:00
|
|
|
################################################################################
|
2019-07-16 17:39:17 +08:00
|
|
|
# Bootloader configuration - config.txt
|
2017-09-06 19:19:45 +08:00
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
################################################################################
|
2019-07-16 17:39:17 +08:00
|
|
|
# For overclocking and various other settings, see:
|
|
|
|
|
# https://www.raspberrypi.org/documentation/configuration/config-txt/README.md
|
2017-09-06 19:19:45 +08:00
|
|
|
################################################################################
|
2019-09-25 00:44:15 +08:00
|
|
|
|
|
|
|
|
# OpenWrt config
|
|
|
|
|
include distroconfig.txt
|
|
|
|
|
|
2020-05-31 13:31:52 +08:00
|
|
|
[pi2]
|
|
|
|
|
dtparam=i2c_arm=on,audio=on
|
|
|
|
|
|
|
|
|
|
[pi3]
|
|
|
|
|
dtparam=i2c_arm=on,audio=on
|
|
|
|
|
|
|
|
|
|
[pi4]
|
|
|
|
|
dtparam=i2c_arm=on,audio=on
|
|
|
|
|
|
2019-09-25 00:44:15 +08:00
|
|
|
[all]
|
|
|
|
|
# Place your custom settings here.
|