mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
24 lines
686 B
Plaintext
24 lines
686 B
Plaintext
################################################################################
|
|
# Bootloader configuration - config.txt
|
|
################################################################################
|
|
|
|
################################################################################
|
|
# For overclocking and various other settings, see:
|
|
# https://www.raspberrypi.org/documentation/configuration/config-txt/README.md
|
|
################################################################################
|
|
|
|
# OpenWrt config
|
|
include distroconfig.txt
|
|
|
|
[pi2]
|
|
dtparam=i2c_arm=on,audio=on
|
|
|
|
[pi3]
|
|
dtparam=i2c_arm=on,audio=on
|
|
|
|
[pi4]
|
|
dtparam=i2c_arm=on,audio=on
|
|
|
|
[all]
|
|
# Place your custom settings here.
|