From 096bc8161c480e13d55b43c11c399d00d326a4d7 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 17 Feb 2023 21:48:37 -0800 Subject: hotplugd: Add ata_id --- pkg/hotplugd/gen.lua | 5 +++-- pkg/hotplugd/src | 2 +- pkg/hotplugd/ver | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'pkg/hotplugd') diff --git a/pkg/hotplugd/gen.lua b/pkg/hotplugd/gen.lua index 14cd33cd..df46d629 100644 --- a/pkg/hotplugd/gen.lua +++ b/pkg/hotplugd/gen.lua @@ -6,7 +6,8 @@ cflags{ pkg.deps = {'pkg/linux-headers/headers'} -file('bin/hotplugd', '755', exe('hotplugd', {'hotplugd.c'})) -file('libexec/hotplugd-trigger', '755', exe('hotplugd-trigger', {'hotplugd-trigger.c'})) +file('bin/hotplugd', '755', exe('hotplugd', {'hotplugd.c'})) +file('libexec/hotplugd/ata_id', '755', exe('ata_id', {'ata_id.c'})) +file('libexec/hotplugd/trigger', '755', exe('trigger', {'trigger.c'})) fetch 'git' diff --git a/pkg/hotplugd/src b/pkg/hotplugd/src index 6d19eb48..c15eea9b 160000 --- a/pkg/hotplugd/src +++ b/pkg/hotplugd/src @@ -1 +1 @@ -Subproject commit 6d19eb4871dddc96a80e9d92ee35d88c6889763c +Subproject commit c15eea9bdeb974f828b6eda37f5f24a2420bd7e1 diff --git a/pkg/hotplugd/ver b/pkg/hotplugd/ver index e1623452..96031981 100644 --- a/pkg/hotplugd/ver +++ b/pkg/hotplugd/ver @@ -1 +1 @@ -6d19eb4871 r0 +c15eea9bde r0 -- cgit v1.2.3