From 8dc323870c81628ca4a9c5fb31d8b4a867468cbe Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 2 Jun 2011 14:38:01 +0000 Subject: [package] 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27096 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/soloscli/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/soloscli/Makefile') 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 -- cgit v1.2.3