diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-14 19:02:01 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-14 19:02:01 +0000 |
commit | 8b20bfafdf804598199364d05ab83a6f27882a42 (patch) | |
tree | 26f30fd65f04f268f5cdcf15b614846ac7bce6ae /package/base-files/Makefile | |
parent | 79a4642b40e41af5c8c9c057aa494312d61f6cae (diff) | |
download | upstream-8b20bfafdf804598199364d05ab83a6f27882a42.tar.gz upstream-8b20bfafdf804598199364d05ab83a6f27882a42.tar.bz2 upstream-8b20bfafdf804598199364d05ab83a6f27882a42.zip |
base-files: prime root password with "x" to notify programs that there is a shadow record, fix /bin/login.sh password detection accordingly. Solves broken key based dropbear login with empty password after r28935.
SVN-Revision: 29130
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index c515dcf7b1..90c68cd175 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=93 +PKG_RELEASE:=94 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |