1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

uhttpd: update to latest version, fixes compile error with latest libubox

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 36338
This commit is contained in:
Felix Fietkau 2013-04-15 14:49:52 +00:00
parent 099e3d8183
commit eb10581ce3

View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uhttpd
PKG_VERSION:=2013-03-15
PKG_VERSION:=2013-04-15
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/uhttpd2.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=3675d407ecf4908a231eb6bde6bb6408f20a9e81
PKG_SOURCE_VERSION:=9d83bd3c524c4bbeb8e6583155dd7df9e8a1b5d3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>