X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c0746ef547e266edaf5a8fbed5b6e69f82dedabe..da3d85736beef4712be84895059d9db05b3e5877:/openwrt/package/Makefile diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 50eacfcf8..299a61245 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -31,10 +31,14 @@ 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_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 @@ -47,6 +51,7 @@ openssl-compile: zlib-compile openvpn-compile: openssl-compile nfs-server-compile: portmap-compile portmap-compile: tcp_wrappers-compile +lcd4linux-compile: ncurses-compile $(patsubst %,%-prepare,$(package-y) $(package-m)): linux-install %-prepare: