remove unnecessary dependencies & excessive white spaces

fix #6
This commit is contained in:
asvow
2024-06-11 19:42:08 +08:00
parent 03b49ab6e5
commit 3142c93971
3 changed files with 4 additions and 4 deletions

View File

@@ -5,10 +5,10 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI for Tailscale LUCI_TITLE:=LuCI for Tailscale
LUCI_DEPENDS:=+tailscale +jsonfilter +ucode LUCI_DEPENDS:=+tailscale
LUCI_PKGARCH:=all LUCI_PKGARCH:=all
PKG_VERSION:=1.1.0 PKG_VERSION:=1.1.1
include $(TOPDIR)/feeds/luci/luci.mk include $(TOPDIR)/feeds/luci/luci.mk