enable dnsmasq for milkv duo

This commit is contained in:
carbon
2023-06-16 20:01:15 +08:00
parent eb8582bb95
commit dfdf4d1ff5
4 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
interface=usb0
dhcp-range=192.168.42.2,192.168.42.242,1h
dhcp-option=3
dhcp-option=6

View File

@ -475,6 +475,7 @@ BR2_PACKAGE_STRACE=y
# NetworkManager needs udev /dev management and a glibc toolchain w/ headers >= 3.2, dynamic library, wchar, threads
#
BR2_PACKAGE_DNSMASQ=y
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_DROPBEAR_CLIENT=y
# # BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS is not set

View File

Binary file not shown.