diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-09 18:55:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-09 18:55:28 +0000 |
commit | d405d062dc75a88535e901e255e38c8e730c8305 (patch) | |
tree | 3b24a036f6ca73de1a17a364369cd967e40dee31 /package/uhttpd/Makefile | |
parent | 6a95c084e960176ce8e8d57435a011c6c6fc59d7 (diff) | |
download | upstream-d405d062dc75a88535e901e255e38c8e730c8305.tar.gz upstream-d405d062dc75a88535e901e255e38c8e730c8305.tar.bz2 upstream-d405d062dc75a88535e901e255e38c8e730c8305.zip |
[package] uhttpd: cope with DES crypted passwd entries by not relying on a leading dollar sign to indicate a cipher
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28886 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uhttpd/Makefile')
-rw-r--r-- | package/uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index d8bd33c075..c333660d57 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=29 +PKG_RELEASE:=30 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |