From 1a2c17a5d0d44362900ecfc597b2d2f98387dbb3 Mon Sep 17 00:00:00 2001 From: sbwml Date: Wed, 12 Jul 2023 22:45:43 +0800 Subject: [PATCH] Revert "luci-app-mosdns: fix an error reported when using imageBuilder" This reverts commit 61e2edd44accc153685792f6bf1b05a0250d4257. --- luci-app-mosdns/Makefile | 1 - luci-app-mosdns/root/etc/init.d/mosdns | 2 -- 2 files changed, 3 deletions(-) diff --git a/luci-app-mosdns/Makefile b/luci-app-mosdns/Makefile index 902763b..f1d59cc 100644 --- a/luci-app-mosdns/Makefile +++ b/luci-app-mosdns/Makefile @@ -17,7 +17,6 @@ endef define Package/$(PKG_NAME)/postinst #!/bin/sh -[ ! -f /etc/openwrt_release ] && exit 0 [ -n "${IPKG_INSTROOT}" ] || { sysctl -p /etc/sysctl.d/20-mosdns-buffer-increase.conf exit 0 diff --git a/luci-app-mosdns/root/etc/init.d/mosdns b/luci-app-mosdns/root/etc/init.d/mosdns index 2bece2a..5c00c7b 100755 --- a/luci-app-mosdns/root/etc/init.d/mosdns +++ b/luci-app-mosdns/root/etc/init.d/mosdns @@ -20,8 +20,6 @@ # along with this program. If not, see . # -[ ! -f /etc/openwrt_release ] && exit 0 - START=99 USE_PROCD=1