diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-26 21:28:31 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-26 21:28:31 +0000 |
commit | efa2af5aa6205e82aa87118b164ec4306c01e108 (patch) | |
tree | f731281f8fb8f1071242fbf68df119400f9fa066 /openwrt/package/Makefile | |
parent | 649dbaf7d266d7a2e1012b67f3889cb7bdbed396 (diff) |
Add lua package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1066 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 8a5cd0619..f6cf6dec2 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |