summaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2011-11-09 17:32:23 +0000
committerNicolas Thill <nico@openwrt.org>2011-11-09 17:32:23 +0000
commitd9aa1e3c1b3d849153caf2a32ceaaf04f10ecc71 (patch)
tree6e44715f326ba64ff68b2485eaaaba5ccaa4c491 /package/busybox/Makefile
parentb1a4acfb407d6d116689538faa74c84db4f22901 (diff)
downloadmaster-31e0f0ae-d9aa1e3c1b3d849153caf2a32ceaaf04f10ecc71.tar.gz
master-31e0f0ae-d9aa1e3c1b3d849153caf2a32ceaaf04f10ecc71.tar.bz2
master-31e0f0ae-d9aa1e3c1b3d849153caf2a32ceaaf04f10ecc71.zip
package/busybox: passwd: use MD5 hash by default (like it used to be)
SVN-Revision: 28885
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index a6b6556052..871eae4ad3 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
PKG_VERSION:=1.19.3
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2