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)
commit391f5ccd8993675595751d15e1b00a2bf93b2ad8
tree8e3bffc479500f5cbedfab475afa7eaa5ecc4901
parent1e741b9be3e553538429d6299363914a84b3d1b1
Add mysql and postgresql packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@499 3c298f89-4303-0410-b956-a3cf2f4a3e73
18 files changed:
package/Config.in
package/Makefile
package/mysql/Config.in [new file with mode: 0644]
package/mysql/Makefile [new file with mode: 0644]
package/mysql/ipkg/libmysqlclient-dev/CONTROL/control [new file with mode: 0644]
package/mysql/ipkg/libmysqlclient/CONTROL/control [new file with mode: 0644]
package/mysql/ipkg/mysql-utils/CONTROL/control [new file with mode: 0644]
package/mysql/ipkg/rules [new file with mode: 0644]
package/mysql/ipkg/version [new file with mode: 0644]
package/mysql/patches/500-cross-compile.patch [new file with mode: 0644]
package/postgresql/Config.in [new file with mode: 0644]
package/postgresql/Makefile [new file with mode: 0644]
package/postgresql/ipkg/libpq-dev/CONTROL/control [new file with mode: 0644]
package/postgresql/ipkg/libpq/CONTROL/control [new file with mode: 0644]
package/postgresql/ipkg/pgsql-utils/CONTROL/control [new file with mode: 0644]
package/postgresql/ipkg/rules [new file with mode: 0644]
package/postgresql/ipkg/version [new file with mode: 0644]
package/postgresql/patches/500-debian-subset.patch [new file with mode: 0644]