From 5c7d997c3c2281fd91456321cfc2aa4b18ea1936 Mon Sep 17 00:00:00 2001 From: MineJOT1 Date: Thu, 15 May 2025 21:39:40 +0300 Subject: [PATCH] Upload files to "include" --- include/airoha32.yml | 12 ++++++++++++ include/airoha64.yml | 12 ++++++++++++ include/broadcom.yml | 8 ++++++++ include/developer.yml | 7 +++++++ include/en7523_wifi.yml | 6 ++++++ 5 files changed, 45 insertions(+) create mode 100644 include/airoha32.yml create mode 100644 include/airoha64.yml create mode 100644 include/broadcom.yml create mode 100644 include/developer.yml create mode 100644 include/en7523_wifi.yml diff --git a/include/airoha32.yml b/include/airoha32.yml new file mode 100644 index 0000000..c4415e5 --- /dev/null +++ b/include/airoha32.yml @@ -0,0 +1,12 @@ +--- +description: Airoha 32-bit +external_target: airoha +feeds: + - name: airoha32 + uri: https://dev.iopsys.eu/feed/airoha.git + revision: 092128e429ac0b373908874e5e553eb17a6a8776 +diffconfig: | + CONFIG_TARGET_ROOTFS_SQUASHFS=y + # CONFIG_TARGET_ROOTFS_JFFS2_NAND is not set + # CONFIG_TARGET_ROOTFS_UBIFS is not set + CONFIG_TARGET_UPGRADE_BUNDLE=y diff --git a/include/airoha64.yml b/include/airoha64.yml new file mode 100644 index 0000000..5e04fd2 --- /dev/null +++ b/include/airoha64.yml @@ -0,0 +1,12 @@ +--- +description: Airoha 64-bit +external_target: airoha +feeds: + - name: airoha64 + uri: https://dev.iopsys.eu/feed/airoha.git + revision: 099c49e364cf921fddf45b450738eac767a12227 +diffconfig: | + CONFIG_TARGET_ROOTFS_SQUASHFS=y + # CONFIG_TARGET_ROOTFS_JFFS2_NAND is not set + # CONFIG_TARGET_ROOTFS_UBIFS is not set + CONFIG_TARGET_UPGRADE_BUNDLE=y diff --git a/include/broadcom.yml b/include/broadcom.yml new file mode 100644 index 0000000..38ff269 --- /dev/null +++ b/include/broadcom.yml @@ -0,0 +1,8 @@ +--- +description: Broadcom +external_target: brcmbca +feeds: + - name: broadcom + uri: https://dev.iopsys.eu/feed/broadcom.git + revision: 173c2ad7052b179a261577abacc953feed09df6e +#diffconfig: | diff --git a/include/developer.yml b/include/developer.yml new file mode 100644 index 0000000..aec8b31 --- /dev/null +++ b/include/developer.yml @@ -0,0 +1,7 @@ +--- +description: Developer +packages: + - bootchart2 +diffconfig: | + CONFIG_DEVEL=y + CONFIG_GITMIRROR_REWRITE=y diff --git a/include/en7523_wifi.yml b/include/en7523_wifi.yml new file mode 100644 index 0000000..741012f --- /dev/null +++ b/include/en7523_wifi.yml @@ -0,0 +1,6 @@ +--- +description: Airoha EN7523 Wi-Fi +feeds: + - name: en7523_wifi + uri: https://dev.iopsys.eu/airoha/en7523-wifi-feed.git + revision: 2bc9e6f0989792f51e7e90760c72fb5fe7dfab08