Skip to content

Commit

Permalink
Makefile: require minimum ucode version
Browse files Browse the repository at this point in the history
Fixes: #4

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
  • Loading branch information
f00b4r0 committed Feb 14, 2024
1 parent 976badc commit 53b8cb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -14,6 +14,7 @@ define Package/uspot
SECTION:=net
CATEGORY:=Network
TITLE:=uspot hotspot daemon
EXTRA_DEPENDS:=ucode (>= 2023-11-07)
DEPENDS:=+conntrack \
+libblobmsg-json +liblucihttp-ucode +libradcli +libubox +libubus +libuci \
+ratelimit +spotfilter \
Expand Down Expand Up @@ -55,6 +56,7 @@ define Package/uspotfilter
TITLE:=uspot implementation of spotfilter
PROVIDES:=spotfilter
CONFLICTS:=spotfilter
EXTRA_DEPENDS:=ucode (>= 2023-11-07)
DEPENDS:=+ucode +ucode-mod-log +ucode-mod-uloop +ucode-mod-rtnl +nftables-json +conntrack
PKGARCH:=all
endef
Expand Down

0 comments on commit 53b8cb8

Please sign in to comment.