diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-26 21:28:31 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-26 21:28:31 +0000 |
commit | 5c4782fd79936b3a713401bc49fc0449e7c0c845 (patch) | |
tree | e9520e330a41c57cef765797f560090c72b523fd /package/Makefile | |
parent | 040963808ff05c93137a5f2bce494bdf2533b768 (diff) | |
download | upstream-5c4782fd79936b3a713401bc49fc0449e7c0c845.tar.gz upstream-5c4782fd79936b3a713401bc49fc0449e7c0c845.tar.bz2 upstream-5c4782fd79936b3a713401bc49fc0449e7c0c845.zip |
Add lua package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1066 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 8a5cd0619d..f6cf6dec22 100644 --- a/package/Makefile +++ b/package/Makefile @@ -47,6 +47,7 @@ package-$(BR2_PACKAGE_LIBPTHREAD) += libpthread package-$(BR2_PACKAGE_LIBTOOL) += libtool package-$(BR2_PACKAGE_LIBUSB) += libusb package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd +package-$(BR2_PACKAGE_LUA) += lua package-$(BR2_PACKAGE_LZO) += lzo package-$(BR2_PACKAGE_MARADNS) += maradns package-$(BR2_PACKAGE_MATRIXSSL) += matrixssl |