summaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/Makefile
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-09-08 17:44:10 +0000
committerSteven Barth <cyrus@openwrt.org>2015-09-08 17:44:10 +0000
commit899a23227e5587078e71b599ca447ccfb9b8af79 (patch)
tree084ff0c41be34886f0f5cd62822b04fca1bea333 /package/utils/busybox/Makefile
parentf0c747dee5f0175a5f57ab232eebcf311429c788 (diff)
downloadmaster-31e0f0ae-899a23227e5587078e71b599ca447ccfb9b8af79.tar.gz
master-31e0f0ae-899a23227e5587078e71b599ca447ccfb9b8af79.tar.bz2
master-31e0f0ae-899a23227e5587078e71b599ca447ccfb9b8af79.zip
busybox: improve applets & deprecate ifconfig, route
added: ip addr, ip route, ip link, traceroute6 removed: hostid, devmem, vconfig, arping deprecated (to be removed): ifconfig, route Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46829
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r--package/utils/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index a65f44f8fe..83eb82a928 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
PKG_VERSION:=1.23.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2