diff --git a/configs/aarch64_classic_defconfig b/configs/aarch64_classic_defconfig index b4ed0aea..987c9715 100644 --- a/configs/aarch64_classic_defconfig +++ b/configs/aarch64_classic_defconfig @@ -100,6 +100,10 @@ BR2_PACKAGE_HOST_RAUC=y BR2_PACKAGE_HOST_UBOOT_TOOLS=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y +INFIX_VENDOR_HOME="https://github.com/kernelkit" +INFIX_DESC="Infix is a Network Operating System based on Linux. It can be set up both as a switch, with offloading using switchdev, and a router with firewalling." +INFIX_HOME="https://github.com/kernelkit/infix/" +INFIX_DOC="https://github.com/kernelkit/infix/tree/main/doc" INFIX_VARIANT_CLASSIC=y BR2_PACKAGE_FACTORY=y BR2_PACKAGE_FINIT_SULOGIN=y diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index bcad57a9..ea182f46 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -106,6 +106,11 @@ BR2_PACKAGE_HOST_RAUC=y BR2_PACKAGE_HOST_UBOOT_TOOLS=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y +INFIX_VENDOR_HOME="https://github.com/kernelkit" +INFIX_DESC="Infix is a Network Operating System based on Linux. It can be set up both as a switch, with offloading using switchdev, and a router with firewalling." +INFIX_HOME="https://github.com/kernelkit/infix" +INFIX_DOC="https://github.com/kernelkit/infix/tree/main/doc" +INFIX_SUPPORT="mailto:kernelkit@googlegroups.com" BR2_PACKAGE_CONFD=y BR2_PACKAGE_STATD=y BR2_PACKAGE_FACTORY=y @@ -120,5 +125,6 @@ BR2_PACKAGE_LOWDOWN=y BR2_PACKAGE_NET=y BR2_PACKAGE_TETRIS=y BR2_PACKAGE_QUERIERD=y +DISK_IMAGE_BOOT_BIN=y GNS3_APPLIANCE_RAM=512 GNS3_APPLIANCE_IFNUM=10 diff --git a/configs/x86_64_classic_defconfig b/configs/x86_64_classic_defconfig index 0674900d..4c2dd0b5 100644 --- a/configs/x86_64_classic_defconfig +++ b/configs/x86_64_classic_defconfig @@ -100,6 +100,10 @@ BR2_PACKAGE_HOST_RAUC=y BR2_PACKAGE_HOST_UBOOT_TOOLS=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y +INFIX_VENDOR_HOME="https://github.com/kernelkit" +INFIX_DESC="Infix is a Network Operating System based on Linux. It can be set up both as a switch, with offloading using switchdev, and a router with firewalling." +INFIX_HOME="https://github.com/kernelkit/infix/" +INFIX_DOC="https://github.com/kernelkit/infix/tree/main/doc" INFIX_VARIANT_CLASSIC=y BR2_PACKAGE_FACTORY=y BR2_PACKAGE_FINIT_SULOGIN=y @@ -112,3 +116,4 @@ BR2_PACKAGE_FINIT_PLUGIN_TTY=y BR2_PACKAGE_FINIT_PLUGIN_URANDOM=y BR2_PACKAGE_IFUPDOWN_NG=y BR2_PACKAGE_TETRIS=y +DISK_IMAGE_BOOT_BIN=y \ No newline at end of file diff --git a/configs/x86_64_defconfig b/configs/x86_64_defconfig index 7e563d41..50f7e423 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -110,6 +110,11 @@ BR2_PACKAGE_HOST_RAUC=y BR2_PACKAGE_HOST_UBOOT_TOOLS=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y +INFIX_VENDOR_HOME="https://github.com/kernelkit" +INFIX_DESC="Infix is a Network Operating System based on Linux. It can be set up both as a switch, with offloading using switchdev, and a router with firewalling." +INFIX_HOME="https://github.com/kernelkit/infix/" +INFIX_DOC="https://github.com/kernelkit/infix/tree/main/doc" +INFIX_SUPPORT="mailto:kernelkit@googlegroups.com" BR2_PACKAGE_CONFD=y BR2_PACKAGE_STATD=y BR2_PACKAGE_FACTORY=y