diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-11-09 17:32:23 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-11-09 17:32:23 +0000 |
commit | 6a95c084e960176ce8e8d57435a011c6c6fc59d7 (patch) | |
tree | 61c6686630ee1de534864ee2b810d611c02a40f9 /package/busybox/Makefile | |
parent | 806a25bb99337c86940764e66427c5a7e0da7d7c (diff) | |
download | master-187ad058-6a95c084e960176ce8e8d57435a011c6c6fc59d7.tar.gz master-187ad058-6a95c084e960176ce8e8d57435a011c6c6fc59d7.tar.bz2 master-187ad058-6a95c084e960176ce8e8d57435a011c6c6fc59d7.zip |
package/busybox: passwd: use MD5 hash by default (like it used to be)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28885 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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 |