Author: blogic Date: 2015-03-30 14:35:13 +0200 (Mon, 30 Mar 2015) New Revision: 45153
Modified: trunk/package/network/services/uhttpd/Makefile Log: uhttpd: properly handle return codes Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/network/services/uhttpd/Makefile =================================================================== --- trunk/package/network/services/uhttpd/Makefile 2015-03-30 12:35:05 UTC (rev 45152) +++ trunk/package/network/services/uhttpd/Makefile 2015-03-30 12:35:13 UTC (rev 45153) @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_VERSION:=2015-03-11 +PKG_VERSION:=2015-03-30 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:=ae3fe30b6a1d4a45a34b3a896e9a4997c5da500f +PKG_SOURCE_VERSION:=b9178b9357798ae23a5724333cc6572d14f23958 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <[email protected]> PKG_LICENSE:=ISC _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
