diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 17:42:57 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 17:42:57 +0000 |
commit | 285cb4f1e160cf3a9f63f4ecc8c5f60f936ea59c (patch) | |
tree | 01dc234d6c6d079f0e971cc8abf7179218a6696f /openwrt/package/busybox/Makefile | |
parent | c898055ff7969e0b4ac01861fd280f41517db1e9 (diff) |
change release number of busybox to 1 (new version)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2248 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/busybox/Makefile')
-rw-r--r-- | openwrt/package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 36680cb887..1e1968dcb9 100644 --- a/openwrt/package/busybox/Makefile +++ b/openwrt/package/busybox/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_RELEASE:=2 +PKG_RELEASE:=1 ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_SNAPSHOT)),y) # Be aware that this changes daily.... |