]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
buildsystem: disable building hotplug - use script
authorMarkham <markham001@gmx.de>
Thu, 4 Feb 2016 14:09:26 +0000 (15:09 +0100)
committerMarkham <markham001@gmx.de>
Thu, 4 Feb 2016 14:09:26 +0000 (15:09 +0100)
Makefile
scripts/hotplug [new file with mode: 0755]

index 72a09740be1fdde4ee63c0535ffddc1e8b98080e..09e4b7a244589bb37973315fa20239640ab52c02 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -176,7 +176,7 @@ neutrino-libs:
 
 # applications.mk
 applications:
-       $(MAKE) $(D)/procps $(D)/busybox $(D)/e2fsprogs $(D)/hotplug $(D)/fbshot $(D)/vsftpd $(D)/mtd-utils $(D)/ntp
+       $(MAKE) $(D)/procps $(D)/busybox $(D)/e2fsprogs $(D)/fbshot $(D)/vsftpd $(D)/mtd-utils $(D)/ntp
        if [ $(WIFI) = "yes" ]; then \
                $(MAKE) $(D)/wpa_supplicant; \
        else \
diff --git a/scripts/hotplug b/scripts/hotplug
new file mode 100755 (executable)
index 0000000..06f7216
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+exec /sbin/mdev $@
+