From 3a95ee11ea0e472dd1347ee68a468478a3235a47 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 2 Jun 2014 12:45:01 +0000 Subject: soloscli: upgrade to 1.04 - The package does not compile at the moment. Since there is a new upstream version avaiable, use this new source instead. - Upstream has already included our both patches. - This is only compile tested, since I do not own any test hardware. Signed-off-by: Michael Heimpold git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40940 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/config/soloscli/patches/002-cflags.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/network/config/soloscli/patches/002-cflags.patch (limited to 'package/network/config/soloscli/patches/002-cflags.patch') diff --git a/package/network/config/soloscli/patches/002-cflags.patch b/package/network/config/soloscli/patches/002-cflags.patch new file mode 100644 index 0000000000..a7d6a86020 --- /dev/null +++ b/package/network/config/soloscli/patches/002-cflags.patch @@ -0,0 +1,12 @@ +--- a/soloscli/Makefile ++++ b/soloscli/Makefile +@@ -4,9 +4,6 @@ + # Last Mod: 2009-06-16 + # + +-CC=gcc +-CFLAGS=-Wall +- + soloscli: soloscli.c soloscli.h + + clean: -- cgit v1.2.3