Skip to content

Commit

Permalink
chore: refine
Browse files Browse the repository at this point in the history
  • Loading branch information
vernesong committed Oct 18, 2024
1 parent 54a9d87 commit 77910b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions luci-app-openclash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ define Package/$(PKG_NAME)/config

config PACKAGE_dnsmasq_full_nftset
default y if PACKAGE_firewall4

config PACKAGE_ipset
default y if ! PACKAGE_firewall4
endef

define Package/$(PKG_NAME)
Expand All @@ -41,8 +44,7 @@ define Package/$(PKG_NAME)
TITLE:=LuCI support for clash
PKGARCH:=all
DEPENDS:=+dnsmasq-full +coreutils +coreutils-nohup +bash +curl +ca-certificates +ip-full \
+libcap +libcap-bin +ruby +ruby-yaml +kmod-tun +unzip \
+!PACKAGE_firewall4:ipset
+libcap +libcap-bin +ruby +ruby-yaml +kmod-tun +unzip
MAINTAINER:=vernesong
endef

Expand Down

1 comment on commit 77910b2

@openips
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

考虑fw3的兼容性 然后回滚了吗

Please sign in to comment.