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 | 8e9d914343967982a1a48e80000bbb09161e636c (patch) | |
tree | 16fdc5ed31d9289d5da273ff2a5700ec37c29d3c /package/uhttpd/Makefile | |
parent | 54b34ccbc5a41e7bdbf29271dcc380715418f8c1 (diff) | |
download | mtk-20170518-8e9d914343967982a1a48e80000bbb09161e636c.zip mtk-20170518-8e9d914343967982a1a48e80000bbb09161e636c.tar.gz mtk-20170518-8e9d914343967982a1a48e80000bbb09161e636c.tar.bz2 |
uhttpd: display errors in init script, code formatting changes, bump package version
SVN-Revision: 31572
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 5688073..0331470 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 := \ |