hi
i'm trying to build an x86/64 image for Wyse 3040 to use as an openvpn client. This is my very first attempt at building any self compiled image.
I can't use the imagebuilder because it includes Serial output support, which prevents the Wyse 3040 from booting properly. There is no console output after 'Booting OpenWrt' message at top of screen:
https://firmware-selector.openwrt.org/?version=22.03.6&target=x86%2F64&id=generic
I've used menuconfig to exclude the Serial output, and successfully built a simple image including LuCI for 22.03.6 (and 22.03.4).
OpenWrt boots up on the Wyse 3040.
However, in both 22.03.6 (an 22.03.4), when I update the opkg package list and and try to install openvpn-openssl, it fails.
I then discovered it is a known problem and have to include the openvpn packages in my self compiled image.
https://openwrt.org/faq/cannot_satisfy_dependencies
I've found the luci collections for openvpn in menuconfig.
I presume I need to include openvpn-openssl (and may be other packages?), but I can't seem to find the former in menuconfig.
What am I doing wrong?
Thanks in advance
specific menuconfig options for Wyse 3040:
# Select options:
# Target System -> x86
# Subtarget -> x86_64
# Target Profile -> Generic x86/64
# Target Images -> (uncheck) Use Console Terminal (in addition to Serial)
# Target Images -> (clear out) Serial port device
# Target Images -> (uncheck) GZip images
# LuCI -> Collections -> luci
# Select whatever else you want/don't want
# Save/Exit
from building openwrt for Wyse 3040 by pjobson:
https://github.com/pjobson/dell-wyse-3040-openwrt
Update: Finally found openvpn-openssl package ! in MenuConfig -> Network > VPN section.
https://forum.openwrt.org/t/dell-wyse-3040-and-openvpn/181578