diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 17:42:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 17:42:57 +0000 |
commit | 7fbdcb07d50c4f378495991dab5dd42fa85260cf (patch) | |
tree | 65e952bc375a3dad88b11a5b8ee25cc29f22bf26 | |
parent | 01f7a07cf8e2415f8a5cdd22dd15549e989581de (diff) | |
download | upstream-7fbdcb07d50c4f378495991dab5dd42fa85260cf.tar.gz upstream-7fbdcb07d50c4f378495991dab5dd42fa85260cf.tar.bz2 upstream-7fbdcb07d50c4f378495991dab5dd42fa85260cf.zip |
change release number of busybox to 1 (new version)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2248 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 36680cb887..1e1968dcb9 100644 --- a/package/busybox/Makefile +++ b/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.... |