You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							73 lines
						
					
					
						
							1.5 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							73 lines
						
					
					
						
							1.5 KiB
						
					
					
				| # | |
| # Local config file | |
| # | |
| # ----------------------------------------------------------------------------- | |
| 
 | |
| # Change it to your name. | |
| MAINTAINER = $(shell whoami) | |
| 
 | |
| # use your own target directory | |
| #TARGET_DIR = /path/to/your/root | |
| 
 | |
| # use your own sources directory | |
| #SOURCE_DIR = /path/to/your/sources | |
| 
 | |
| # ----------------------------------------------------------------------------- | |
| 
 | |
| # Choose one (1) of the following BOXMODELs. O n e ! | |
| 
 | |
| # Coolstream | |
| #BOXMODEL = nevis | |
| #BOXMODEL = apollo | |
| #BOXMODEL = shiner | |
| #BOXMODEL = kronos | |
| #BOXMODEL = kronos_v2 | |
| 
 | |
| # AX/Mutant | |
| #BOXMODEL = hd51 | |
| #BOXMODEL = hd60 | |
| #BOXMODEL = hd61 | |
| 
 | |
| # WWIO | |
| #BOXMODEL = bre2ze4k | |
| 
 | |
| # Air Digital Zgemma H7S/C | |
| #BOXMODEL = h7 | |
| 
 | |
| # Edison | |
| #BOXMODEL = osmio4k | |
| #BOXMODEL = osmio4kse | |
| 
 | |
| # VU+ | |
| #BOXMODEL = vusolo4k | |
| #BOXMODEL = vuduo4k | |
| #BOXMODEL = vuduo4kse | |
| #BOXMODEL = vuultimo4k | |
| #BOXMODEL = vuzero4k | |
| #BOXMODEL = vuuno4k | |
| #BOXMODEL = vuuno4kse | |
| #BOXMODEL = vuduo | |
| 
 | |
| # ----------------------------------------------------------------------------- | |
| 
 | |
| # use lastest VU+ drivers | |
| #VUPLUS-DRIVERS_LATEST = yes | |
| 
 | |
| # ----------------------------------------------------------------------------- | |
| 
 | |
| # Neutrino API keys | |
| #N_OMDB_API_KEY = | |
| #N_SHOUTCAST_DEV_KEY = | |
| #N_TMDB_DEV_KEY = | |
| #N_YOUTUBE_DEV_KEY = | |
| #N_WEATHER_DEV_KEY = | |
| 
 | |
| # ----------------------------------------------------------------------------- | |
| 
 | |
| # Create debug-image. Not useful in real life. | |
| #DEBUG = yes | |
| 
 | |
| # ----------------------------------------------------------------------------- | |
| 
 | |
| # NI administrator mode. Do not touch! | |
| #NI_ADMIN = true
 | |
| 
 |