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 | 863218d0a27261f90d946683618c04f243cf3870 (patch) | |
tree | a8b2b32e975487d84abb6d68ee6d8466c7026500 /openwrt/package | |
parent | cbb3968f39cc9582a3f7ba6cd84382b94597531d (diff) | |
download | mtk-20170518-863218d0a27261f90d946683618c04f243cf3870.zip mtk-20170518-863218d0a27261f90d946683618c04f243cf3870.tar.gz mtk-20170518-863218d0a27261f90d946683618c04f243cf3870.tar.bz2 |
change release number of busybox to 1 (new version)
SVN-Revision: 2248
Diffstat (limited to 'openwrt/package')
-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 36680cb..1e1968d 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.... |