From: Jo-Philipp Wich Date: Thu, 1 Sep 2011 20:04:24 +0000 (+0000) Subject: [packages] lighttpd: add .svn mimetype (#10016) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ad6102717af7493832e5b413568d7bc495ccc396;p=openwrt%2Fsvn-archive%2Farchive.git [packages] lighttpd: add .svn mimetype (#10016) SVN-Revision: 28146 --- diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 29cf5bfc0b..1bdb6ac768 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd PKG_VERSION:=1.4.29 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.lighttpd.net/lighttpd/releases-1.4.x diff --git a/net/lighttpd/files/lighttpd.conf b/net/lighttpd/files/lighttpd.conf index 48d6d1806e..269f546ee6 100644 --- a/net/lighttpd/files/lighttpd.conf +++ b/net/lighttpd/files/lighttpd.conf @@ -45,6 +45,7 @@ mimetype.assign = ( ".jpg" => "image/jpeg", ".jpeg" => "image/jpeg", ".png" => "image/png", + ".svg" => "image/svg+xml", ".css" => "text/css", ".html" => "text/html", ".htm" => "text/html",