uhttpd: properly handle return codes
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45153
This commit is contained in:
parent
fd91040704
commit
6aff392bff
1 changed files with 2 additions and 2 deletions
|
@ -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 <nbd@openwrt.org>
|
||||
PKG_LICENSE:=ISC
|
||||
|
|
Loading…
Reference in a new issue