projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9441290
)
move lua packages (except liblua) in a 'LUA' submenu
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Sep 2007 18:14:01 +0000
(18:14 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Sep 2007 18:14:01 +0000
(18:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8992
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
lang/lua/Makefile
patch
|
blob
|
history
diff --git
a/lang/lua/Makefile
b/lang/lua/Makefile
index
c720855
..
1a4ec5d
100644
(file)
--- a/
lang/lua/Makefile
+++ b/
lang/lua/Makefile
@@
-26,6
+26,7
@@
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk
define Package/lua/Default
+ SUBMENU:=LUA
SECTION:=lang
CATEGORY:=Languages
TITLE:=LUA programming language
@@
-38,6
+39,7
@@
endef
define Package/liblua
$(call Package/lua/Default)
+ SUBMENU:=
SECTION:=libs
CATEGORY:=Libraries
TITLE+= (libraries)