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 | d9aa1e3c1b3d849153caf2a32ceaaf04f10ecc71 (patch) | |
tree | 6e44715f326ba64ff68b2485eaaaba5ccaa4c491 /package/busybox/Makefile | |
parent | b1a4acfb407d6d116689538faa74c84db4f22901 (diff) | |
download | mtk-20170518-d9aa1e3c1b3d849153caf2a32ceaaf04f10ecc71.zip mtk-20170518-d9aa1e3c1b3d849153caf2a32ceaaf04f10ecc71.tar.gz mtk-20170518-d9aa1e3c1b3d849153caf2a32ceaaf04f10ecc71.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index a6b6556..871eae4 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 |