summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES1
-rw-r--r--package/Config.in2
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 98a9e1264..b653124e5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,7 @@
#1771: Fakeroot and the target/generic/device_table.txt create bad...
#1879: Bump iptables to 1.4.8
+ #1885: Add a bunch of lua modules
#1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
2010.05, Released May 30th, 2010:
diff --git a/package/Config.in b/package/Config.in
index 8b837fd57..8d6c2701a 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -208,6 +208,7 @@ source "package/haserl/Config.in"
source "package/java/jamvm/Config.in"
source "package/lua/Config.in"
if BR2_PACKAGE_LUA
+menu "LUA libraries/modules"
source "package/cgilua/Config.in"
source "package/copas/Config.in"
source "package/coxpcall/Config.in"
@@ -216,6 +217,7 @@ source "package/luasocket/Config.in"
source "package/rings/Config.in"
source "package/wsapi/Config.in"
source "package/xavante/Config.in"
+endmenu
endif
source "package/microperl/Config.in"
source "package/php/Config.in"