blob: 984aab585e8245797dfacf3f8c002fa95c567ed7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
################################################################################
# Bootloader configuration - config.txt
################################################################################
################################################################################
# For overclocking and various other settings, see:
# https://www.raspberrypi.org/documentation/configuration/config-txt/README.md
################################################################################
# Force aarch64
arm_64bit=1
# OpenWrt config
include distroconfig.txt
[all]
# Place your custom settings here.
|