From 366211ba52512492edd12222c7c23c7dc6def49f Mon Sep 17 00:00:00 2001 From: Markham Date: Thu, 4 Feb 2016 15:09:26 +0100 Subject: [PATCH] buildsystem: disable building hotplug - use script --- Makefile | 2 +- scripts/hotplug | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 scripts/hotplug diff --git a/Makefile b/Makefile index 72a0974..09e4b7a 100755 --- 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 index 0000000..06f7216 --- /dev/null +++ b/scripts/hotplug @@ -0,0 +1,4 @@ +#!/bin/sh + +exec /sbin/mdev $@ + -- 2.39.5