Skip to content

Commit

Permalink
ia32-generic-qemu: Enable IPv6
Browse files Browse the repository at this point in the history
JIRA: COG-42
  • Loading branch information
mateuszkobak committed Oct 1, 2024
1 parent 03c05cc commit b55b7c8
Show file tree
Hide file tree
Showing 3 changed files with 1,222 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _projects/ia32-generic-qemu/build.project
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@

[ "${BASH_SOURCE[0]}" -ef "$0" ] && echo "You should source this script, not execute it!" && exit 1

#
# lwIP configuration
#
export LWIPOPTS_DIR="$(pwd)/_projects/ia32-generic-qemu/lwip"

#
# Busybox configuration
#
export BUSYBOX_CONFIG="${PROJECT_PATH}/busybox_config"

#
# Ports configuration - additional to the one from _targets
Expand Down
Loading

0 comments on commit b55b7c8

Please sign in to comment.