mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	ksmbd is an upstream linux alternative to Samba which is lighterweight and more performant, especially on underpowered devices. Moving it here from the packages feed as it is now an upstream kernel module. Also easier to update as version updates can be coordinated better The next LTS kernel (5.15) has this included. A depend on kernel < 5.15 will need to be added later. Signed-off-by: Rosen Penev <rosenp@gmail.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			175 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			175 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/glob.h
 | |
| +++ b/glob.h
 | |
| @@ -7,6 +7,8 @@
 | |
|  #ifndef __KSMBD_GLOB_H
 | |
|  #define __KSMBD_GLOB_H
 | |
|  
 | |
| +#undef CONFIG_MODULE_STRIPPED
 | |
| +
 | |
|  #include <linux/ctype.h>
 | |
|  
 | |
|  #include "unicode.h"
 |