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)
commitc07e3b34d7a802bdc1ce6090544c88e56ff25fa1
treefc035c6e8a3a561be1aa07a377967aef81d884f3
parent96ab0aecfba401648c8bde8ee6184a113d79c1d8
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]