From: Nicolas Thill Date: Thu, 4 Oct 2007 10:09:28 +0000 (+0000) Subject: [packages] mini_httpd: fix typos preventing the -matrixssl & -openssl packages from... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=4a4a4e9768a1301b20bab9ff6d989b7d516175e5 [packages] mini_httpd: fix typos preventing the -matrixssl & -openssl packages from being built SVN-Revision: 9116 --- diff --git a/net/mini_httpd/Makefile b/net/mini_httpd/Makefile index b405a6ff51..80639f001a 100644 --- a/net/mini_httpd/Makefile +++ b/net/mini_httpd/Makefile @@ -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" \