X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/dbbf2bf4b945c8ac102198af9f9bc2707a4c77d2..cc18fba62bb2b8ea02d0faa13a04724d24a5f958:/openwrt/package/Makefile diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index d010cb2fb..299a61245 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -33,10 +33,12 @@ package-$(BR2_PACKAGE_PPTP) += pptp package-$(BR2_PACKAGE_PPTPD) += pptpd package-$(BR2_PACKAGE_QUAGGA) += quagga package-$(BR2_PACKAGE_SER) += ser +package-$(BR2_PACKAGE_SETSERIAL) += setserial package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump package-$(BR2_PACKAGE_WOL) += wol package-$(BR2_PACKAGE_ZLIB) += zlib +package-$(BR2_PACKAGE_DHCPFWD) += dhcp-forwarder all: compile install clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) linux-clean