aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/soloscli/patches/000-Makefile.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-02 12:45:01 +0000
committerJohn Crispin <john@openwrt.org>2014-06-02 12:45:01 +0000
commit35d3c91c863b4a66acd07daf740fbbaf702d4b19 (patch)
tree5e3f09ab02d1884ced69a13c2fc9688f53a01a69 /package/network/config/soloscli/patches/000-Makefile.patch
parent3306a4f9abb667e470633c18fc5c2cfe33dd34a0 (diff)
downloadupstream-35d3c91c863b4a66acd07daf740fbbaf702d4b19.tar.gz
upstream-35d3c91c863b4a66acd07daf740fbbaf702d4b19.tar.bz2
upstream-35d3c91c863b4a66acd07daf740fbbaf702d4b19.zip
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 <mhei@heimpold.de> SVN-Revision: 40940
Diffstat (limited to 'package/network/config/soloscli/patches/000-Makefile.patch')
-rw-r--r--package/network/config/soloscli/patches/000-Makefile.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/network/config/soloscli/patches/000-Makefile.patch b/package/network/config/soloscli/patches/000-Makefile.patch
deleted file mode 100644
index 914d6d886b..0000000000
--- a/package/network/config/soloscli/patches/000-Makefile.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/Makefile 2010-06-14 14:17:11.000000000 +1000
-+++ b/Makefile 2010-06-14 14:17:54.000000000 +1000
-@@ -13,6 +13,11 @@
- KDIR ?= /lib/modules/$(shell uname -r)/build
- PWD := $(shell pwd)
-
-+soloscli/soloscli:
-+ $(MAKE) -C soloscli
-+
-+install:
-+
- default:
- $(MAKE) -C $(KDIR) M=$(PWD) modules
-
-@@ -20,5 +25,6 @@
- rm -f *.o *.ko *.mod.c .*.cmd
- rm -rf .tmp_versions
- rm -f Module.symvers
-+ $(MAKE) -C soloscli clean
-
- endif