diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-19 10:11:34 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-19 10:11:34 +0000 |
commit | 3afbe1669f179d9c3535a9b85167837bb16a82d2 (patch) | |
tree | c855cdffb5b1e8ecddf4ee01e26fb282941346b6 /package/busybox/Makefile | |
parent | 60dde219d42e576f0d9b7cd14f7becda9172b692 (diff) | |
download | upstream-3afbe1669f179d9c3535a9b85167837bb16a82d2.tar.gz upstream-3afbe1669f179d9c3535a9b85167837bb16a82d2.tar.bz2 upstream-3afbe1669f179d9c3535a9b85167837bb16a82d2.zip |
busybox: add an upstream ntpd fix (#12841)
SVN-Revision: 35239
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 0450d897e3..7aaaf6cb17 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.19.4 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |