Add mysql and postgresql packages
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Apr 2005 00:05:07 +0000 (00:05 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Apr 2005 00:05:07 +0000 (00:05 +0000)
commitdf643b093e62f3e89879433dd7b337bf64922715
tree8e3bffc479500f5cbedfab475afa7eaa5ecc4901
parent9bc0e2521a49d09347960fabbfe51a0456ae29c8
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]