From 9fd38863652081fd4a31178fdb68e5e2a118eba8 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Thu, 19 Jan 2012 15:37:47 +0000
Subject: [PATCH] base-files: do not pass --set-worker
 /lib/hotplug2/worker_fork.so to hotplug2 anymore, its statically linked -
 patch by Viktar Palstsiuk <viktar.palstsiuk@promwad.com>

SVN-Revision: 29806
---
 package/base-files/Makefile              | 2 +-
 package/base-files/files/etc/init.d/boot | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index e384e2301c..b88422acdf 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=base-files
-PKG_RELEASE:=101
+PKG_RELEASE:=102
 
 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
 PKG_BUILD_DEPENDS:=opkg/host
diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot
index 7eb4541ce2..53c16be879 100755
--- a/package/base-files/files/etc/init.d/boot
+++ b/package/base-files/files/etc/init.d/boot
@@ -83,7 +83,6 @@ start() {
 
 	killall -q hotplug2
 	[ -x /sbin/hotplug2 ] && /sbin/hotplug2 --override --persistent \
-			--set-worker /lib/hotplug2/worker_fork.so \
 			--set-rules-file /etc/hotplug2.rules \
 			--max-children 1 >/dev/null 2>&1 &
 
-- 
GitLab