aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6in4/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-07 13:33:15 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-02-07 13:33:15 +0000
commit03bbda68407e6d5a684f04b5a3154fe1cf340c00 (patch)
tree228120a68705fae4555c4c82f16f87e69eb59842 /package/network/ipv6/6in4/Makefile
parentd09ab54291924a1ff4b904588fe81aefa34b1581 (diff)
downloadmaster-187ad058-03bbda68407e6d5a684f04b5a3154fe1cf340c00.tar.gz
master-187ad058-03bbda68407e6d5a684f04b5a3154fe1cf340c00.tar.bz2
master-187ad058-03bbda68407e6d5a684f04b5a3154fe1cf340c00.zip
6in4: don't use /dev/stdout for wget calls
Busybox ash does not implement /dev/stdout, therfore any wget output is written into a file /dev/stdout instead of onto the standard output. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44301 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/6in4/Makefile')
-rw-r--r--package/network/ipv6/6in4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/6in4/Makefile b/package/network/ipv6/6in4/Makefile
index aeb187cb58..0dc1068b3f 100644
--- a/package/network/ipv6/6in4/Makefile
+++ b/package/network/ipv6/6in4/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2010-2014 OpenWrt.org
+# Copyright (C) 2010-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=6in4
-PKG_VERSION:=18
+PKG_VERSION:=19
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0