ucentral: development update

* update realtek kernel
* add new PoE tool
* improve CI

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2021-05-12 12:07:30 +02:00
parent f35ded1297
commit 893bc05661
12 changed files with 5825 additions and 113 deletions

View File

@@ -206,7 +206,7 @@ index 0000000000..124dfd596a
+ setup_feeds(profile)
+ generate_config(profile)
+ if profile["image"]:
+ Path("image-file").write_text(profile["image"])
+ Path("tmp/image-file").write_text(profile["image"])
+ print("Running make defconfig")
+ if run(["make", "defconfig"]).returncode:
+ die(f"Error running make defconfig")