2013-05-20 20:07:03 +08:00
|
|
|
################################################################################
|
2019-07-10 02:32:28 +08:00
|
|
|
# Bootloader configuration - config.txt
|
2013-05-20 20:07:03 +08:00
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
################################################################################
|
2019-07-10 02:32:28 +08:00
|
|
|
# For overclocking and various other settings, see:
|
|
|
|
|
# https://www.raspberrypi.org/documentation/configuration/config-txt/README.md
|
2013-05-20 20:07:03 +08:00
|
|
|
################################################################################
|
2019-09-03 19:01:50 +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-03 19:01:50 +08:00
|
|
|
[all]
|
|
|
|
|
# Place your custom settings here.
|