diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-03 13:09:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-03 13:09:10 +0000 |
commit | d0f557ddbf80e95756f5c7a3bebf39d0fa8bd5ba (patch) | |
tree | 0a8e1f0be7c634c7106d02042770e43f390ee2d7 /package/uhttpd/Makefile | |
parent | e8e70099ee73bb16847cf7b3b91db3b99ca42668 (diff) | |
download | upstream-d0f557ddbf80e95756f5c7a3bebf39d0fa8bd5ba.tar.gz upstream-d0f557ddbf80e95756f5c7a3bebf39d0fa8bd5ba.tar.bz2 upstream-d0f557ddbf80e95756f5c7a3bebf39d0fa8bd5ba.zip |
[package] uhttpd:
- cope with options instead of lists in uci config
- fix compilation without tls (#7050)
- bump to rev 7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20668 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 180e2284c3..6b4db3e15f 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |