mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-12 11:46:31 +00:00
Update addon.py (#550)
This commit is contained in:
parent
0f72db45f9
commit
f01945bf8c
@ -216,8 +216,8 @@ class DockerAddon(DockerInterface):
|
|||||||
# DeviceTree support
|
# DeviceTree support
|
||||||
if self.addon.with_devicetree:
|
if self.addon.with_devicetree:
|
||||||
volumes.update({
|
volumes.update({
|
||||||
"/sys/firmware/devicetree": {
|
"/sys/firmware/devicetree/base": {
|
||||||
'bind': "/sys/firmware/devicetree", 'mode': 'ro'
|
'bind': "/proc/device-tree", 'mode': 'ro'
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user