From 58d543fc1558f82ca462b0399f0d0ecd5f3041b5 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 14 Nov 2018 20:45:58 +0800 Subject: [PATCH] luci ssr plus: change menu to top level --- package/lean/luci-app-ssr-plus/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package/lean/luci-app-ssr-plus/Makefile b/package/lean/luci-app-ssr-plus/Makefile index c96c5590a..6dc7cfba0 100644 --- a/package/lean/luci-app-ssr-plus/Makefile +++ b/package/lean/luci-app-ssr-plus/Makefile @@ -9,9 +9,6 @@ PO2LMO:=$(STAGING_DIR_HOSTPKG)/bin/po2lmo include $(INCLUDE_DIR)/package.mk define Package/$(PKG_NAME)/config -menu "Optional Packages" - depends on PACKAGE_$(PKG_NAME) - config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks bool "Include Shadowsocks New Version" default n @@ -31,8 +28,6 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Socks bool "Include ShadowsocksR Socks and Tunnel" default n - -endmenu endef define Package/luci-app-ssr-plus