tn3399_openwrt/package
W. Michael Petullo d20007ce91 dnsmasq: support tftp_unique_root in /etc/config/dhcp
The TFTP server provided by dnsmasq supports serving a select boot image
based on the client's MAC or IP address. This allows an administrator
to activate this feature in /etc/config/dhcp. Here is an example
/etc/config/dhcp that configures dnsmasq with --tftp-unique-root=mac:

...

config dnsmasq
	option enable_tftp 1
	option tftp_root /usr/libexec/tftpboot
	option tftp_unique_root mac

config boot router
	option serveraddress 192.168.1.1
	option servername tftp.example.com
	option filename openwrt-initramfs-kernel.bin

...

With this configuration, dnsmasq will serve
/usr/libexec/tftpboot/00-11-22-33-44-55/openwrt-initramfs-kernel.bin to
the client with MAC address 00:11:22:33:44:55.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-09-24 22:38:37 +02:00
..
base-files base-files: drop default setup for vconfig 2020-09-16 17:28:20 +02:00
boot ramips: add support for Linksys EA7300 v2 2020-09-23 12:17:32 +02:00
devel strace: Update to version 5.8 2020-08-31 22:15:26 +02:00
firmware firmware: intel-microcode: update to 20200616 2020-09-18 20:08:51 +02:00
kernel mt76: update to the latest version 2020-09-23 08:39:26 +02:00
libs libselinux: split utility packages and add PKG_LICENSE 2020-09-21 18:40:38 +01:00
network dnsmasq: support tftp_unique_root in /etc/config/dhcp 2020-09-24 22:38:37 +02:00
system zram-swap: explicitly use mkswap/swapon/swapoff from /sbin 2020-09-20 17:52:25 +02:00
utils policycoreutils: fix ALTERNATIVES install location 2020-09-21 18:58:14 +01:00
Makefile build: store SourceDateEpoch in manifest 2020-08-31 11:18:06 +01:00