Skip to content

Commit

Permalink
chore: DEPENDS add kmod-tun & libcap-bin #1667 #1584
Browse files Browse the repository at this point in the history
  • Loading branch information
vernesong committed Oct 9, 2021
1 parent 8f07d57 commit ba168bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions luci-app-openclash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

include $(INCLUDE_DIR)/package.mk

define Package/$(PKG_NAME)/config
select PACKAGE_libcap-bin
endef

define Package/$(PKG_NAME)
CATEGORY:=LuCI
SUBMENU:=3. Applications
TITLE:=LuCI support for clash
PKGARCH:=all
DEPENDS:=+iptables +dnsmasq-full +coreutils +coreutils-nohup +bash +curl +ca-certificates +ipset +ip-full +iptables-mod-tproxy +iptables-mod-extra +libcap +ruby +ruby-yaml
DEPENDS:=+iptables +dnsmasq-full +coreutils +coreutils-nohup +bash +curl +ca-certificates +ipset +ip-full +iptables-mod-tproxy +iptables-mod-extra +libcap +libcap-bin +ruby +ruby-yaml +kmod-tun
MAINTAINER:=vernesong
endef

Expand Down

0 comments on commit ba168bb

Please sign in to comment.