summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules6
m---------pkg/devd/src0
-rw-r--r--pkg/devd/ver1
-rw-r--r--pkg/gen.lua2
-rw-r--r--pkg/hotplugd/gen.lua (renamed from pkg/devd/gen.lua)4
m---------pkg/hotplugd/src0
-rw-r--r--pkg/hotplugd/ver1
-rw-r--r--sets.lua2
8 files changed, 8 insertions, 8 deletions
diff --git a/.gitmodules b/.gitmodules
index d2da0f46..93a1bc0c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -39,9 +39,6 @@
[submodule "pkg/cproc/src"]
path = pkg/cproc/src
url = https://git.sr.ht/~mcf/cproc
-[submodule "pkg/devd/src"]
- path = pkg/devd/src
- url = https://github.com/oasislinux/devd.git
[submodule "pkg/dmenu/src"]
path = pkg/dmenu/src
url = git://git.suckless.org/dmenu
@@ -103,6 +100,9 @@
path = pkg/hostap/src
url = git://w1.fi/hostap.git
ignore = all
+[submodule "pkg/hotplugd/src"]
+ path = pkg/hotplugd/src
+ url = https://github.com/oasislinux/hotplugd.git
[submodule "pkg/ii/src"]
path = pkg/ii/src
url = git://git.suckless.org/ii
diff --git a/pkg/devd/src b/pkg/devd/src
deleted file mode 160000
-Subproject 4c1cac5c68cb09ef1233615468894e1064614f7
diff --git a/pkg/devd/ver b/pkg/devd/ver
deleted file mode 100644
index 8d78a46f..00000000
--- a/pkg/devd/ver
+++ /dev/null
@@ -1 +0,0 @@
-4c1cac5c68 r0
diff --git a/pkg/gen.lua b/pkg/gen.lua
index b417a287..13363a7d 100644
--- a/pkg/gen.lua
+++ b/pkg/gen.lua
@@ -16,7 +16,6 @@ subgen 'catgirl'
subgen 'cmark'
subgen 'cproc'
subgen 'curl'
-subgen 'devd'
subgen 'dosfstools'
subgen 'dmenu'
subgen 'dnssec-rr'
@@ -37,6 +36,7 @@ subgen 'fspec-sync'
subgen 'fuse'
subgen 'git'
subgen 'hostap'
+subgen 'hotplugd'
subgen 'ii'
subgen 'iproute2'
subgen 'jbig2dec'
diff --git a/pkg/devd/gen.lua b/pkg/hotplugd/gen.lua
index 22b85b0a..14cd33cd 100644
--- a/pkg/devd/gen.lua
+++ b/pkg/hotplugd/gen.lua
@@ -6,7 +6,7 @@ cflags{
pkg.deps = {'pkg/linux-headers/headers'}
-file('bin/devd', '755', exe('devd', {'devd.c'}))
-file('libexec/devd-trigger', '755', exe('devd-trigger', {'devd-trigger.c'}))
+file('bin/hotplugd', '755', exe('hotplugd', {'hotplugd.c'}))
+file('libexec/hotplugd-trigger', '755', exe('hotplugd-trigger', {'hotplugd-trigger.c'}))
fetch 'git'
diff --git a/pkg/hotplugd/src b/pkg/hotplugd/src
new file mode 160000
+Subproject ef763a029fb8a1f31151159668e54fa17c690e6
diff --git a/pkg/hotplugd/ver b/pkg/hotplugd/ver
new file mode 100644
index 00000000..9586c265
--- /dev/null
+++ b/pkg/hotplugd/ver
@@ -0,0 +1 @@
+ef763a029f r0
diff --git a/sets.lua b/sets.lua
index fbbe0e43..404f8f66 100644
--- a/sets.lua
+++ b/sets.lua
@@ -6,9 +6,9 @@ return {
'bzip2',
'cacert',
'curl',
- 'devd',
'e2fsprogs',
'git',
+ 'hotplugd',
'iproute2',
'kbd',
'lua',