diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-29 13:00:42 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-29 13:00:42 +0000 |
commit | 60bbec4f78feb6b331449471e34401e20846abef (patch) | |
tree | fb1d8d1412ad526c857b1383c42ae79cb99f38e3 /package/busybox/Makefile | |
parent | 332486205b3018969bff8510b80ec565a7cdfa5c (diff) | |
download | upstream-60bbec4f78feb6b331449471e34401e20846abef.tar.gz upstream-60bbec4f78feb6b331449471e34401e20846abef.tar.bz2 upstream-60bbec4f78feb6b331449471e34401e20846abef.zip |
[package] busybox: add possibility to set crond log level through /etc/config/system and use level 5 by default which prevents unneeded debug messages on each job execution
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15481 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0b4e3d456d..3a04637acc 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.11.3 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ |