Add mysql and postgresql packages
authorNicolas Thill <nico@openwrt.org>
Fri, 1 Apr 2005 00:05:07 +0000 (00:05 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 1 Apr 2005 00:05:07 +0000 (00:05 +0000)
commita3f68d88e686c49141cd65ec021ac3806ad12a9f
treefc035c6e8a3a561be1aa07a377967aef81d884f3
parentc10bad1106efef324326f9a64e9ec360ff512e96
Add mysql and postgresql packages

SVN-Revision: 499
18 files changed:
openwrt/package/Config.in
openwrt/package/Makefile
openwrt/package/mysql/Config.in [new file with mode: 0644]
openwrt/package/mysql/Makefile [new file with mode: 0644]
openwrt/package/mysql/ipkg/libmysqlclient-dev/CONTROL/control [new file with mode: 0644]
openwrt/package/mysql/ipkg/libmysqlclient/CONTROL/control [new file with mode: 0644]
openwrt/package/mysql/ipkg/mysql-utils/CONTROL/control [new file with mode: 0644]
openwrt/package/mysql/ipkg/rules [new file with mode: 0644]
openwrt/package/mysql/ipkg/version [new file with mode: 0644]
openwrt/package/mysql/patches/500-cross-compile.patch [new file with mode: 0644]
openwrt/package/postgresql/Config.in [new file with mode: 0644]
openwrt/package/postgresql/Makefile [new file with mode: 0644]
openwrt/package/postgresql/ipkg/libpq-dev/CONTROL/control [new file with mode: 0644]
openwrt/package/postgresql/ipkg/libpq/CONTROL/control [new file with mode: 0644]
openwrt/package/postgresql/ipkg/pgsql-utils/CONTROL/control [new file with mode: 0644]
openwrt/package/postgresql/ipkg/rules [new file with mode: 0644]
openwrt/package/postgresql/ipkg/version [new file with mode: 0644]
openwrt/package/postgresql/patches/500-debian-subset.patch [new file with mode: 0644]