Skip to content

Commit

Permalink
Always select BUSYBOX_CONFIG_IP
Browse files Browse the repository at this point in the history
  • Loading branch information
brvphoenix committed Dec 2, 2020
1 parent 88f9524 commit f82f9b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Compared with the original one, this version has made some changes:
4. Many other details.

# Download
[v1.2.1](https://github.com/brvphoenix/wrtbwmon/releases/download/v1.2.1-2/wrtbwmon_1.2.1-2_all.ipk)
[v1.2.1](https://github.com/brvphoenix/wrtbwmon/releases/download/v1.2.1-3/wrtbwmon_1.2.1-3_all.ipk)
4 changes: 2 additions & 2 deletions wrtbwmon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=wrtbwmon
PKG_VERSION:=1.2.1
PKG_RELEASE:=2
PKG_RELEASE:=3

include $(INCLUDE_DIR)/package.mk

define Package/wrtbwmon
SECTION:=net
CATEGORY:=Network
DEPENDS:=+iptables +!BUSYBOX_CONFIG_IP:ip-full
DEPENDS:=+iptables +@BUSYBOX_CONFIG_IP
TITLE:=A Traffic Usage Monitor
SUBMENU:=Tools
PKGARCH:=all
Expand Down

0 comments on commit f82f9b3

Please sign in to comment.