diff --git a/patches/openwrt/hack/0001-base-files-do-not-automatically-activate-services-an.patch b/patches/openwrt/hack/0001-base-files-do-not-automatically-activate-services-an.patch index d5877f3437580e3c2ec9252dea1768612461faee..6d66293387c8834901b38395fa90776b70d646a5 100644 --- a/patches/openwrt/hack/0001-base-files-do-not-automatically-activate-services-an.patch +++ b/patches/openwrt/hack/0001-base-files-do-not-automatically-activate-services-an.patch @@ -1,4 +1,4 @@ -From 8fabfc475ca2a5c9048ec164c4bfb6195a6a591a Mon Sep 17 00:00:00 2001 +From 7541f97446fc67b5eb83ca42f452eabcf1290e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <karel.koci@nic.cz> Date: Tue, 29 May 2018 16:13:18 +0200 Subject: [PATCH] base-files: do not automatically activate services and @@ -15,16 +15,16 @@ Signed-off-by: Karel KoÄŤĂ <karel.koci@nic.cz> Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz> --- package/base-files/Makefile | 11 ++++ - package/base-files/files/etc/services_wanted | 63 ++++++++++++++++++++ + package/base-files/files/etc/services_wanted | 64 ++++++++++++++++++++ package/base-files/files/lib/functions.sh | 14 +++-- - 3 files changed, 82 insertions(+), 6 deletions(-) + 3 files changed, 83 insertions(+), 6 deletions(-) create mode 100644 package/base-files/files/etc/services_wanted diff --git a/package/base-files/Makefile b/package/base-files/Makefile -index 0b648e0ae9..ae3c79a2be 100644 +index 8a1ddf96f5..3b3a22c4da 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile -@@ -208,6 +208,17 @@ define Package/base-files/install +@@ -207,6 +207,17 @@ define Package/base-files/install rm -f $(1)/etc/banner.failsafe,) endef @@ -44,10 +44,10 @@ index 0b648e0ae9..ae3c79a2be 100644 -include $(PLATFORM_SUBDIR)/base-files.mk diff --git a/package/base-files/files/etc/services_wanted b/package/base-files/files/etc/services_wanted new file mode 100644 -index 0000000000..800cadbb53 +index 0000000000..29d2d21b93 --- /dev/null +++ b/package/base-files/files/etc/services_wanted -@@ -0,0 +1,63 @@ +@@ -0,0 +1,64 @@ +asm1062-fix +atd +atlas @@ -73,6 +73,7 @@ index 0000000000..800cadbb53 +lxc-auto +morce +mox_autosetup ++mysqld +netdata +nethist +network @@ -138,5 +139,5 @@ index 2bad45324f..2680951cc4 100644 done -- -2.39.0 +2.39.1