From 35d3c91c863b4a66acd07daf740fbbaf702d4b19 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 SVN-Revision: 40940 --- package/network/config/soloscli/patches/001-no-driver.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/network/config/soloscli/patches/001-no-driver.patch (limited to 'package/network/config/soloscli/patches/001-no-driver.patch') diff --git a/package/network/config/soloscli/patches/001-no-driver.patch b/package/network/config/soloscli/patches/001-no-driver.patch new file mode 100644 index 0000000000..95588aa056 --- /dev/null +++ b/package/network/config/soloscli/patches/001-no-driver.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -11,7 +11,7 @@ else + KDIR ?= /lib/modules/$(shell uname -r)/build + PWD := $(shell pwd) + +-all: soloscli driver ++all: soloscli + + soloscli: soloscli/soloscli + -- cgit v1.2.3