mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
unbound: bring back the service to the startup menu
* trivial fix for #25963 to workaround the current "10 line parsing limit" Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
committed by
Hannu Nyman
parent
a73fbd3478
commit
732a8405ef
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=unbound
|
||||
PKG_VERSION:=1.23.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
|
||||
|
||||
@@ -1,15 +1,7 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
##############################################################################
|
||||
#
|
||||
# Copyright (C) 2016 Michael Hanselmann, Eric Luehrsen
|
||||
#
|
||||
##############################################################################
|
||||
#
|
||||
# This init script is just the entry point for Unbound UCI.
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
# while useful (sh)ellcheck is pedantic and noisy
|
||||
# shellcheck disable=1091,2002,2004,2034,2039,2086,2094,2140,2154,2155
|
||||
|
||||
START=19
|
||||
|
||||
Reference in New Issue
Block a user