mirror of
				https://github.com/hzyitc/openwrt-redmi-ax3000
				synced 2025-10-30 07:50:32 +08:00 
			
		
		
		
	 40be892a02
			
		
	
	40be892a02
	
	
	
		
			
			It seems, that handling of DEFAULT_PACKAGES is needed in more places, so lets move it into dedicated include file so it can be easily shared. Signed-off-by: Petr Štetiar <ynezz@true.cz> Link: https://github.com/openwrt/openwrt/pull/16986 Signed-off-by: Robert Marko <robimarko@gmail.com>
		
			
				
	
	
		
			6 lines
		
	
	
		
			99 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			99 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| ifneq ($(CONFIG_USE_APK),)
 | |
|   DEFAULT_PACKAGES += apk-mbedtls
 | |
| else
 | |
|   DEFAULT_PACKAGES += opkg
 | |
| endif
 |