Help, I cannot found the swconfig ipk to config VLANs

hello,

I have install the two kernel modules in x86 VM
-rw-r--r-- 1 root root 17824 Jun 24 03:30 kmod-libphy_4.14.156-1_x86_64.ipk
-rw-r--r-- 1 root root 6792 Jun 24 03:27 kmod-swconfig_4.14.156-1_x86_64.ipk

root@OpenWrt:~# opkg list | grep libphy
kmod-libphy - 4.14.156-1
root@OpenWrt:~# opkg list | grep libphy
kmod-libphy - 4.14.156-1
but I cannot find the swconfig ipk process to control the kernel module swconfig? How can I get the user space swconfig image/ipk?

Thanks a lot.

KUN

swconfig is used to configure hardware switch chips. x86 does not have one.

If you want 802.1q VLAN, use eth0.vid notation in interface physical setting, such as eth0.2

1 Like