Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aarch64 gns3 appliance and improved branding support #164

Merged
merged 9 commits into from
Oct 12, 2023
2 changes: 1 addition & 1 deletion board/common/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ config DISK_IMAGE_RELEASE_URL
menuconfig GNS3_APPLIANCE
bool "GNS3 Appliance"
select DISK_IMAGE
default y if BR2_x86_64
default y
help
Create a GNS3 appliance description that, together with the
disk image, can be imported into GNS3.
Expand Down
2 changes: 1 addition & 1 deletion configs/aarch64_defconfig
troglobit marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
BR2_PACKAGE_STRACE=y
BR2_PACKAGE_STRESS_NG=y
BR2_PACKAGE_JQ=y
BR2_PACKAGE_MDIO_TOOLS=y
BR2_PACKAGE_DBUS_CXX=y
BR2_PACKAGE_DBUS_GLIB=y
BR2_PACKAGE_DBUS_TRIGGERD=y
BR2_PACKAGE_EUDEV_RULES_GEN=y
# BR2_PACKAGE_EUDEV_ENABLE_HWDB is not set
BR2_PACKAGE_MDIO_TOOLS=y
troglobit marked this conversation as resolved.
Show resolved Hide resolved
BR2_PACKAGE_RNG_TOOLS=y
BR2_PACKAGE_UBOOT_TOOLS=y
BR2_PACKAGE_UBOOT_TOOLS_FIT_SUPPORT=y
Expand Down