diff options
author | Tim Yardley <lst@openwrt.org> | 2007-10-31 21:14:26 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2007-10-31 21:14:26 +0000 |
commit | 4b91aa933e4e3790feed84b0a1513e12c092a659 (patch) | |
tree | 4c215c65f0fe82c3882e623a9ac9d19eae164d1f /package/busybox/Makefile | |
parent | 79712043cc825fcc612311c3b6ced4a0acbd1b59 (diff) | |
download | upstream-4b91aa933e4e3790feed84b0a1513e12c092a659.tar.gz upstream-4b91aa933e4e3790feed84b0a1513e12c092a659.tar.bz2 upstream-4b91aa933e4e3790feed84b0a1513e12c092a659.zip |
forgot to bump up the release version from the patches the other day
SVN-Revision: 9470
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 8fefb60293..3430a217ff 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.7.2 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ |