X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fmini_httpd%2FMakefile;h=80639f001a2cbdabd5cd5d603b29d8f7bc8dc0c3;hb=7875a6445277f0fb01265e4f49b87cf0ab42a470;hp=b405a6ff5190783162b7f3d82b3dcb8749c10c0b;hpb=e1faeafe99eb33019c75738a7a58c88060bebafb;p=openwrt%2Fsvn-archive%2Farchive.git 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" \