X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/2799122883ecb50124c14f04a73d97080070eca2..f3ae71829da84c8d469b5d14c3270e2a56ccc9e3:/openwrt/package/Makefile?ds=sidebyside diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 7ea5380f5..c42e58209 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -5,6 +5,7 @@ package-y:=openwrt package-$(BR2_PACKAGE_ARPTABLES) += arptables package-$(BR2_PACKAGE_BRIDGE) += bridge package-$(BR2_PACKAGE_BUSYBOX) += busybox +package-$(BR2_PACKAGE_CHILLISPOT) += chillispot package-$(BR2_PACKAGE_CIFSMOUNT) += cifsmount package-$(BR2_PACKAGE_CUPS) += cups package-$(BR2_PACKAGE_DROPBEAR) += dropbear @@ -31,10 +32,17 @@ 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 +package-$(BR2_PACKAGE_LIBNET) += libnet +package-$(BR2_PACKAGE_LIBMYSQLCLIENT) += mysql +package-$(BR2_PACKAGE_LIBPQ) += postgresql all: compile install clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) linux-clean @@ -48,6 +56,10 @@ openvpn-compile: openssl-compile nfs-server-compile: portmap-compile portmap-compile: tcp_wrappers-compile lcd4linux-compile: ncurses-compile +libnet-compile: libpcap-compile +mysql-compile: ncurses-compile zlib-compile +postgresql-compile: zlib-compile + $(patsubst %,%-prepare,$(package-y) $(package-m)): linux-install %-prepare: