From df643b093e62f3e89879433dd7b337bf64922715 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 1 Apr 2005 00:05:07 +0000 Subject: Add mysql and postgresql packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@499 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/Makefile') diff --git a/package/Makefile b/package/Makefile index 9ecd7a0c2..93bc833a5 100644 --- a/package/Makefile +++ b/package/Makefile @@ -40,6 +40,8 @@ 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 @@ -54,6 +56,8 @@ 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 -- cgit v1.2.3