blob: e1eb1714f54a256b9b05e3c5289ce867944eaae3 [file] [log] [blame]
include $(COMMON_BASE_MK)
NAME=dnsmasq
SRC_DIR=dnsmasq-2.86
all:
make -C $(SRC_DIR) all
clean:
-make -C $(SRC_DIR) clean
romfs:
cp $(SRC_DIR)/src/dnsmasq $(SRC_DIR)/src/dnsmasq.elf
$(ROMFSINST) $(SRC_DIR)/src/dnsmasq /bin/dnsmasq