diff --git a/net/p910nd/Makefile b/net/p910nd/Makefile index 7b0b957a6..6f8588591 100644 --- a/net/p910nd/Makefile +++ b/net/p910nd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2011 OpenWrt.org +# Copyright (C) 2009-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=p910nd PKG_VERSION:=0.95 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/p910nd diff --git a/net/p910nd/files/p910nd.init b/net/p910nd/files/p910nd.init index 1850c667e..8757551bf 100644 --- a/net/p910nd/files/p910nd.init +++ b/net/p910nd/files/p910nd.init @@ -26,6 +26,7 @@ start_service() { append_bool "$section" bidirectional "-b" append_string "$section" device "-f " + append_string "$section" bind "-i " append_string "$section" port "" config_get_bool "enabled" "$section" "enabled" '1' [ "$enabled" -gt 0 ] && /usr/sbin/p910nd $args