X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d224fce0fb7871c737c0798462df736a45b73520..1a2320030776c04bfc1b4e024fe6e8b59d729444:/package/Makefile?ds=sidebyside diff --git a/package/Makefile b/package/Makefile index 7ea5380f5..0f1193db4 100644 --- a/package/Makefile +++ b/package/Makefile @@ -31,10 +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