mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-30 18:07:52 +00:00 
			
		
		
		
	gen_config.py: automatically flush target feeds
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		| @@ -230,7 +230,7 @@ index 0000000000..610d5b517a | ||||
| +    else: | ||||
| +        profile = merge_profiles(sys.argv[1:]) | ||||
| + | ||||
| +    if run(["rm", "-rf", "feeds/", "package/feeds"]).returncode: | ||||
| +    if run(["rm", "-rf", "feeds/", "package/feeds", "target/linux/feeds" ]).returncode: | ||||
| +        die("Failed to delete old feeds") | ||||
| + | ||||
| +    print("Using the following profiles:") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin