mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-09-15 19:54:28 +08:00
new option --wait-lock
This commit is contained in:
2
third-party/luci-app-udp2raw/Makefile
vendored
2
third-party/luci-app-udp2raw/Makefile
vendored
@@ -23,7 +23,7 @@ define Package/$(PKG_NAME)
|
||||
SUBMENU:=3. Applications
|
||||
TITLE:=LuCI Support for udp2raw-tunnel
|
||||
PKGARCH:=all
|
||||
DEPENDS:=+udp2raw-tunnel
|
||||
# DEPENDS:=+udp2raw-tunnel
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)/description
|
||||
|
@@ -40,6 +40,8 @@ create_config() {
|
||||
|
||||
[ -n "$log_level" ] && echo "--log-level ${log_level}" >> $config_file
|
||||
echo "--disable-color" >> $config_file
|
||||
|
||||
echo "--wait-lock" >> $config_file
|
||||
}
|
||||
|
||||
validate_config_section() {
|
||||
|
Reference in New Issue
Block a user