mirror of
				https://github.com/openwrt/openwrt.git
				synced 2025-10-30 07:49:23 +08:00 
			
		
		
		
	config: build: remove experimental warning from USE_APK option
apk package manager is default for some time, so lets remove the EXPERIMENTAL warning from the related option. Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
		| @ -70,7 +70,7 @@ menu "Global build settings" | ||||
|  | ||||
| 	config USE_APK | ||||
| 		imply PACKAGE_apk-mbedtls | ||||
| 		bool "Use APK instead of OPKG to build distribution (EXPERIMENTAL)" | ||||
| 		bool "Use APK instead of OPKG to build distribution" | ||||
| 		default y | ||||
|  | ||||
| 	comment "General build options" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Petr Štetiar
					Petr Štetiar