X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/aec6853281f09936fd519cca41357f5b654be378..1b3b9e79f337e4699703ebd5f5dafcb2d6a2cf9d:/openwrt/package/Makefile diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 5009a321a..95e7d7067 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -31,8 +31,10 @@ package-$(BR2_PACKAGE_PORTMAP) += portmap package-$(BR2_PACKAGE_PPP) += ppp package-$(BR2_PACKAGE_PPTP) += pptp package-$(BR2_PACKAGE_PPTPD) += pptpd +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 all: compile install @@ -46,6 +48,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: