diff options
author | John Crispin <john@openwrt.org> | 2014-06-27 07:55:03 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-27 07:55:03 +0000 |
commit | a51588a5f9a5c62206b467def65a13219f2fe0ad (patch) | |
tree | cc030b0d9a2c201905bb7be0df0f1bfc2c880fc1 /package/utils/busybox/Makefile | |
parent | 818e38625f5ebc050005183c7a11e8ca33243bf7 (diff) | |
download | upstream-a51588a5f9a5c62206b467def65a13219f2fe0ad.tar.gz upstream-a51588a5f9a5c62206b467def65a13219f2fe0ad.tar.bz2 upstream-a51588a5f9a5c62206b467def65a13219f2fe0ad.zip |
busybox: use ntp enabled config option
Even if enabled option is missing from ntp configuration we are still keeping
default behavior.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41355
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r-- | package/utils/busybox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 6dbd54d746..143ad46b53 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2013 OpenWrt.org +# Copyright (C) 2006-2014 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.22.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |