[package] add mysql-server (#7384)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Sep 2010 18:04:02 +0000 (18:04 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Sep 2010 18:04:02 +0000 (18:04 +0000)
commit98120d9b4bd42f6ade07630ec42cd049d8cb14f1
tree26d0d3b48fd6a2c5f02fdc1c888e55ad9b7a2a64
parente2097a671fc93b6bdb9e9b171e751f14a82a8786
[package] add mysql-server (#7384)

This is a patch to build the mysql server. So far I only have the
kirkwood target to test on, but it works great on that.

There seems to be some contention on whether Openwrt should have a
mysql-server package, but I don't see why it shouldn't at least have
the option. A full LAMP stack is now a reality.

Closes out https://dev.openwrt.org/ticket/7384

Again, I'm still pretty new to this, so any constructive criticism
would be appreciated.

Sorry for the attachment, but I wanted to make sure the whitespace and
lines got preserved.

Signed-off-by: Kyle Anderson <kyle@xkyle.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22911 3c298f89-4303-0410-b956-a3cf2f4a3e73
libs/mysql/Makefile
libs/mysql/conf/my.cnf [new file with mode: 0644]
libs/mysql/files/mysqld.init [new file with mode: 0644]
libs/mysql/patches/501-disable-pthread-and-tests.patch [new file with mode: 0644]