diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-04-29 18:03:45 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-01 22:31:07 +0200 |
commit | 46913a2d4f5a059126aaf0411aded258f7d2de1b (patch) | |
tree | db142364cc2375e57438abc0c1619d8109931867 /CHANGES | |
parent | 494149b989867d65b24f08cb428c596d0a0c3bc6 (diff) | |
download | buildroot-novena-46913a2d4f5a059126aaf0411aded258f7d2de1b.tar.gz buildroot-novena-46913a2d4f5a059126aaf0411aded258f7d2de1b.zip |
lua: Migrate to gentargets and improve it
Closes #803
Based on initial patch by rvpaasen@t3i.nl
[Peter: lua/luac needs liblua.so.* on target]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,7 @@ Updated/fixed packages: alsa-utils, busybox, dnsmasq, dosfstools, e2fsprogs, eeprog, fbv, freetype, hostapd, iperf, iptables, iw, less, - libaio,libdrm, libgcrypt, libglib2, libpng, libxml2, matchbox, + libaio,libdrm, libgcrypt, libglib2, libpng, libxml2, lua, matchbox, mdadm, memstat, mesa3d, mtd-utils, nano, openssl, pciutils, php, pixman, portage, pppd, pthread-stubs, python, qt, radvd, samba, setserial, squashfs, tslib, usb_modeswith, wget, @@ -34,6 +34,7 @@ #513: Add new squid package #661: lmbench: new package #800: [PATCH] iperf update to 2.0.4 + #803: [PATCH] lua - add shared library patch and config option for... #805: [PATCH] mdadm - version update #817: integrator926_defconfig uses unsupported uboot board name #851: Add option to specify --sysroot value for external toolchain |