summaryrefslogtreecommitdiffstats
path: root/package/soloscli/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-06-02 14:38:01 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-06-02 14:38:01 +0000
commit90f0d47a03d02e6b19d24b6a745fe30de1e03418 (patch)
tree9f3c1011629d2b75d3299dde2e74c2c7ba41925d /package/soloscli/Makefile
parent7d8d47d29e5d001bb43c6a7c0b0fecc4ccabddb2 (diff)
downloadmaster-31e0f0ae-90f0d47a03d02e6b19d24b6a745fe30de1e03418.tar.gz
master-31e0f0ae-90f0d47a03d02e6b19d24b6a745fe30de1e03418.tar.bz2
master-31e0f0ae-90f0d47a03d02e6b19d24b6a745fe30de1e03418.zip
soloscli: fix new lines in soloscli
If the string received from the ADSL firmware is missing \n, add it in. Signed-off-by: Nathan Williams <nathan@traverse.com.au> SVN-Revision: 27096
Diffstat (limited to 'package/soloscli/Makefile')
-rw-r--r--package/soloscli/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/soloscli/Makefile b/package/soloscli/Makefile
index 1c2d998090..490186dbec 100644
--- a/package/soloscli/Makefile
+++ b/package/soloscli/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2011 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:=soloscli
PKG_VERSION:=0.11
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=solos-pci-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/openadsl