mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	- 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
		
			
				
	
	
		
			12 lines
		
	
	
		
			192 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			192 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- 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
 | 
						|
 
 |