Skip to content
Snippets Groups Projects
Verified Commit cda383f6 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

Merge branch 'hotfix/updater-drivers-typo' into develop

parents 03567074 4556b776
Branches
Tags
1 merge request!824Turris OS 5.3 (HBK)
......@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=updater-drivers
PKG_VERSION:=0.1.1
PKG_VERSION:=0.1.2
PKG_RELEASE:=1
PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
......
......@@ -94,7 +94,7 @@ for name, _ in pairs(ls("/sys/bus/pci/devices")) do
if vendor and device then
table.insert(devices, {
vendor = tonumber(vendor),
device = tonumber(product)
device = tonumber(device)
})
end
end
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment