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)
commitf6c83fd28fcb57779662b2b14bf071cfc578057d
treefc035c6e8a3a561be1aa07a377967aef81d884f3
parent60966947c0e717baf9eca771a7224617b948c4d5
Add mysql and postgresql packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@499 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]