Merge pull request #10459 from ZachCook/patch-1
Add required new depends for luci-app-sqm
This commit is contained in:
commit
d1c7c54306
1 changed files with 3 additions and 3 deletions
|
@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk
|
|||
PKG_NAME:=sqm-scripts
|
||||
PKG_SOURCE_VERSION:=ab763cba8b1516b3afa99760e0ca884f8b8d93b8
|
||||
PKG_VERSION:=1.4.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_LICENSE:=GPLv2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.xz
|
||||
PKG_MIRROR_HASH:=00bc93f667ad417d4ba9bea4a01d87e3c670a294f61de13348a0f71e7700241f
|
||||
PKG_MIRROR_HASH:=6e8ce29ba398c14fe679ea95fe03c785d7b5357d515b988360b4cc8be68b7e59
|
||||
PKG_SOURCE_URL:=https://github.com/tohojo/sqm-scripts.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)
|
||||
|
@ -51,7 +51,7 @@ define Package/luci-app-sqm
|
|||
TITLE:=SQM Scripts - LuCI interface
|
||||
MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
|
||||
PKGARCH:=all
|
||||
DEPENDS:= +lua +luci-base +sqm-scripts
|
||||
DEPENDS:= +lua +luci-base +luci-compat +sqm-scripts
|
||||
SUBMENU:=3. Applications
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue