diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-03 17:19:22 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-03 17:19:22 +0000 |
commit | c84a22dde3abc22b94d4ddfcae192bb1b0d89baf (patch) | |
tree | 529563447601c506de1f59ca01c4230d4e4e28f1 /package/uhttpd/Makefile | |
parent | adae4ff72c5c855054e67991c3564b6828f4ce1b (diff) | |
download | upstream-c84a22dde3abc22b94d4ddfcae192bb1b0d89baf.tar.gz upstream-c84a22dde3abc22b94d4ddfcae192bb1b0d89baf.tar.bz2 upstream-c84a22dde3abc22b94d4ddfcae192bb1b0d89baf.zip |
[package] uhttpd: display errors in init script, code formatting changes, bump package version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31572 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uhttpd/Makefile')
-rw-r--r-- | package/uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 5688073add..0331470bf3 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=31 +PKG_RELEASE:=32 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |