lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | |
2 | include $(COMMON_BASE_MK) | ||||
3 | |||||
4 | NAME=dnsmasq | ||||
5 | SRC_DIR=dnsmasq-2.86 | ||||
6 | |||||
7 | all: | ||||
8 | make -C $(SRC_DIR) all | ||||
9 | |||||
10 | clean: | ||||
11 | -make -C $(SRC_DIR) clean | ||||
12 | |||||
13 | romfs: | ||||
14 | cp $(SRC_DIR)/src/dnsmasq $(SRC_DIR)/src/dnsmasq.elf | ||||
15 | $(ROMFSINST) $(SRC_DIR)/src/dnsmasq /bin/dnsmasq |