Skip to content

Commit 861642c

Browse files
author
ivanchikishev
committed
Allow ip-full as route dependency
1 parent cf6b5bb commit 861642c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ At minimum, bump `PKG_RELEASE` when package contents change. Bump
259259
Create and push a tag:
260260

261261
```sh
262-
git tag -a v0.1.0-r12 -m "soya-asn-router v0.1.0-r12"
263-
git push origin v0.1.0-r12
262+
git tag -a v0.1.0-r13 -m "soya-asn-router v0.1.0-r13"
263+
git push origin v0.1.0-r13
264264
```
265265

266266
The workflow runs on `v*` tags. If a GitHub Release with the same tag does not

package/soya-asn-router/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
44

55
PKG_NAME:=soya-asn-router
66
PKG_VERSION:=0.1.0
7-
PKG_RELEASE:=12
7+
PKG_RELEASE:=13
88

99
PKG_LICENSE:=MIT
1010
PKG_LICENSE_FILES:=LICENSE
@@ -38,7 +38,7 @@ define Package/soya-asn-router
3838
SECTION:=utils
3939
CATEGORY:=Utilities
4040
TITLE:=Soya ASN Router Rust backend
41-
DEPENDS:=$(if $(CONFIG_SOYA_ASN_ROUTER_BUILD_FROM_SOURCE),$(RUST_ARCH_DEPENDS)) +curl +ip-tiny +jshn +kmod-nft-core +nftables-json +rpcd +ubus +uci
41+
DEPENDS:=$(if $(CONFIG_SOYA_ASN_ROUTER_BUILD_FROM_SOURCE),$(RUST_ARCH_DEPENDS)) +curl +ip +jshn +kmod-nft-core +nftables-json +rpcd +ubus +uci
4242
endef
4343

4444
define Package/soya-asn-router/config

0 commit comments

Comments
 (0)