diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-11-24 22:13:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-11-24 22:13:19 +0000 |
commit | 2937618dd9af7f6d0ff616288463f3da39f7291b (patch) | |
tree | 236db412d2bb3f9a5fa74275e010c7822a3169e4 /package/busybox/Makefile | |
parent | 9f15eecf641874f1e52726f09a247df59615c561 (diff) | |
download | upstream-2937618dd9af7f6d0ff616288463f3da39f7291b.tar.gz upstream-2937618dd9af7f6d0ff616288463f3da39f7291b.tar.bz2 upstream-2937618dd9af7f6d0ff616288463f3da39f7291b.zip |
prevent busybox's ping6 from crashing (#4604)
SVN-Revision: 18528
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 2 |
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 \ |