mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-14 09:52:03 +08:00
fix ipset-lists with sqm luci
This commit is contained in:
parent
47c9f16b45
commit
198c8edd4a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user