[packages] mini_httpd: fix typos preventing the -matrixssl & -openssl packages from being built

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9116 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-10-04 10:09:28 +00:00
parent 853ce6d6b4
commit 3ade493e5c

View File

@ -152,7 +152,7 @@ endef
# always build without SSL because we might need htpassd
define Build/without-ssl
$(call Build/Template,minit-httpd,without-ssl,)
$(call Build/Template,mini-httpd,without-ssl,)
endef
$(eval $(Build/without-ssl))
@ -170,7 +170,7 @@ $(eval $(Build/with-matrixssl))
ifneq ($(SDK)$(CONFIG_PACKAGE_mini-httpd-openssl),)
define Build/with-openssl
$(call Build/Template,minit-httpd-openssl,with-openssl, \
$(call Build/Template,mini-httpd-openssl,with-openssl, \
SSL_DEFS="-DUSE_SSL -DHAVE_OPENSSL" \
SSL_INC="$(TARGET_CPPFLAGS)" \
SSL_LIBS="$(TARGET_LDFLAGS) -lcrypto -lssl" \