diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-12-07 02:15:13 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-12-07 02:15:13 +0000 |
commit | f79e670927bb655c01d32f59d1c202048b7724e3 (patch) | |
tree | ebd5031dbc7e2baea4b1508b69e31ded67ae1bbf | |
parent | dd6116919e935ba733fa83129235e4efcf13d09c (diff) | |
download | upstream-f79e670927bb655c01d32f59d1c202048b7724e3.tar.gz upstream-f79e670927bb655c01d32f59d1c202048b7724e3.tar.bz2 upstream-f79e670927bb655c01d32f59d1c202048b7724e3.zip |
busybox: Increment PKG_RELEASE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13535 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 3ac2898730..b96075f9bc 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.11.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ |