diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-10-24 07:39:53 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-10-24 07:39:53 +0000 |
commit | dba02bbacc94fe912936c32d07233203f3491216 (patch) | |
tree | c0d0f96fa3f87575d42dba7495801851fbb0ce71 /package/busybox/Makefile | |
parent | cc384ef7b4150ed34ed4cc42605d868fc1bb86eb (diff) | |
download | upstream-dba02bbacc94fe912936c32d07233203f3491216.tar.gz upstream-dba02bbacc94fe912936c32d07233203f3491216.tar.bz2 upstream-dba02bbacc94fe912936c32d07233203f3491216.zip |
package/busybox: revert config defaults inadvertently changed in [28513] (thanks to Liu Yu Fei, Eric), bump release number
SVN-Revision: 28547
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 5559e8b82a..f2894017fb 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 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.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |