fix ipset-lists with sqm luci

This commit is contained in:
coolsnowwolf 2017-10-19 22:04:20 +08:00
parent 47c9f16b45
commit 198c8edd4a

View File

@ -6,8 +6,8 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=ipset-lists PKG_NAME:=ipset-lists
PKG_VERSION:=20161112 PKG_VERSION:=20171019
PKG_RELEASE:= PKG_RELEASE:=2
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
@ -17,7 +17,7 @@ define Package/ipset-lists
CATEGORY:=Network CATEGORY:=Network
TITLE:=Service for IPSET address tables TITLE:=Service for IPSET address tables
MAINTAINER:=Justin Liu <rssnsj@gmail.com> MAINTAINER:=Justin Liu <rssnsj@gmail.com>
DEPENDS:=+ipset +luci DEPENDS:=+ipset
endef endef
define Package/ipset-lists/conffiles define Package/ipset-lists/conffiles