diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-06 00:51:35 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-06 00:51:35 +0000 |
commit | ee9af1fbb61180b8b8e978f42e93ebd03a62c7ee (patch) | |
tree | bea111bd43c474749653053e9db313b1f8598233 /package/busybox/Makefile | |
parent | df463abb18af053b7c8a92b19a60d60c2e7aaae3 (diff) | |
download | upstream-ee9af1fbb61180b8b8e978f42e93ebd03a62c7ee.tar.gz upstream-ee9af1fbb61180b8b8e978f42e93ebd03a62c7ee.tar.bz2 upstream-ee9af1fbb61180b8b8e978f42e93ebd03a62c7ee.zip |
package/busybox: enable blkid, mkswap & swaponoff applets, enable uuid/volumeid support, bumb release number
SVN-Revision: 20726
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 823a6774a6..214b7f3c94 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.16.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ |