[packages] lighttpd: add .svn mimetype (#10016)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28146 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b5a776791b
commit
2d29755d03
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=lighttpd
|
PKG_NAME:=lighttpd
|
||||||
PKG_VERSION:=1.4.29
|
PKG_VERSION:=1.4.29
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://download.lighttpd.net/lighttpd/releases-1.4.x
|
PKG_SOURCE_URL:=http://download.lighttpd.net/lighttpd/releases-1.4.x
|
||||||
|
@ -45,6 +45,7 @@ mimetype.assign = (
|
|||||||
".jpg" => "image/jpeg",
|
".jpg" => "image/jpeg",
|
||||||
".jpeg" => "image/jpeg",
|
".jpeg" => "image/jpeg",
|
||||||
".png" => "image/png",
|
".png" => "image/png",
|
||||||
|
".svg" => "image/svg+xml",
|
||||||
".css" => "text/css",
|
".css" => "text/css",
|
||||||
".html" => "text/html",
|
".html" => "text/html",
|
||||||
".htm" => "text/html",
|
".htm" => "text/html",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user