diff --git a/README.md b/README.md index b6676c5..745abc3 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/wrtbwmon/Makefile b/wrtbwmon/Makefile index d1d5284..e1bbfea 100755 --- a/wrtbwmon/Makefile +++ b/wrtbwmon/Makefile @@ -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