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 | d26ec37d18b7d14a1a0f52bee8b3be35058bdd46 (patch) | |
tree | b5254772186cb4d209c9cd14eeee197670cff10c /package/busybox/Makefile | |
parent | df8693a787fdd08bb942055616c84ca4df17ed20 (diff) | |
download | upstream-d26ec37d18b7d14a1a0f52bee8b3be35058bdd46.tar.gz upstream-d26ec37d18b7d14a1a0f52bee8b3be35058bdd46.tar.bz2 upstream-d26ec37d18b7d14a1a0f52bee8b3be35058bdd46.zip |
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
SVN-Revision: 15481
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 \ |