aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-11-24 22:13:19 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-11-24 22:13:19 +0000
commitfeb155b6585e8e5778f7a4e7a1aa8fb22cc2f934 (patch)
treec193dbcc9c04a3a4dee3d47a707a98e7d93ff8a0 /package/busybox/Makefile
parent73f764c59d9dad129f700affb6ca62b0635e6d54 (diff)
downloadupstream-feb155b6585e8e5778f7a4e7a1aa8fb22cc2f934.tar.gz
upstream-feb155b6585e8e5778f7a4e7a1aa8fb22cc2f934.tar.bz2
upstream-feb155b6585e8e5778f7a4e7a1aa8fb22cc2f934.zip
[package] prevent busybox's ping6 from crashing (#4604)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18528 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 75bb315cc6..508c3e99ad 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
PKG_VERSION:=1.14.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.busybox.net/downloads \