Skip to content

Commit d8357f7

Browse files
committed
Sentinel Core changes
1 parent 81f7f63 commit d8357f7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

buildroot-external/board/raspberrypi/rpi5-64/config.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
#dtparam=i2s=on
88
#dtparam=spi=on
99

10+
# use external antenna
11+
dtparam=ant2
12+
# use PCIe gen 3
13+
dtparam=pciex1_gen=3
14+
1015
# Enable audio (loads snd_bcm2835)
1116
dtparam=audio=on
1217

buildroot-external/package/hassio/dind-import-containers.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ mkdir -p "/data/supervisor/apparmor"
3131
wget -O "/data/supervisor/apparmor/hassio-supervisor" "${APPARMOR_URL}"
3232

3333
echo "{ \"channel\": \"${channel}\" }" > /data/supervisor/updater.json
34+
35+
echo '{ "repositories": [ "https://github.com/sanctuary-systems-com/llm-addons", "https://github.com/hacs/addons" ] }' > /data/supervisor/store.json

0 commit comments

Comments
 (0)