Revert "luci-app-mosdns: fix an error reported when using imageBuilder"

This reverts commit 61e2edd44a.
This commit is contained in:
sbwml 2023-07-12 22:45:43 +08:00
parent 36e932094e
commit 1a2c17a5d0
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -20,8 +20,6 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
[ ! -f /etc/openwrt_release ] && exit 0
START=99
USE_PROCD=1