X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/acdab5cc42c8278a01b1e1ddbf25a34160778480..8954084ce3b95cbdf68ca7a03c720101552b8c3d:/openwrt/package/Makefile?ds=sidebyside diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 95e7d7067..0f1193db4 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -31,11 +31,13 @@ package-$(BR2_PACKAGE_PORTMAP) += portmap package-$(BR2_PACKAGE_PPP) += ppp package-$(BR2_PACKAGE_PPTP) += pptp package-$(BR2_PACKAGE_PPTPD) += pptpd +package-$(BR2_PACKAGE_QUAGGA) += quagga package-$(BR2_PACKAGE_SER) += ser 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