mirror of
				https://github.com/optim-enterprises-bv/openwrt-ipq.git
				synced 2025-10-31 18:28:28 +00:00 
			
		
		
		
	build: store default/device packages in JSON
With this commit the `profiles.json` contain both the target specific `default_packages` as well as the device specific `device_packages` as a array of strings. This information is required for downstream projects like the various web-based interactive firmware generators. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
		 Paul Spooren
					Paul Spooren
				
			
				
					committed by
					
						 Daniel Golle
						Daniel Golle
					
				
			
			
				
	
			
			
			 Daniel Golle
						Daniel Golle
					
				
			
						parent
						
							d4c80f5b17
						
					
				
				
					commit
					263f7e5bbd
				
			| @@ -54,6 +54,7 @@ image_info = { | ||||
|                     "sha256": image_hash, | ||||
|                 } | ||||
|             ], | ||||
|             "device_packages": getenv("DEVICE_PACKAGES").split(), | ||||
|             "supported_devices": getenv("SUPPORTED_DEVICES").split(), | ||||
|             "titles": get_titles(), | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user