diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-21 16:22:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-21 16:22:39 +0000 |
commit | 7bb14f3e9e51c466e35869b4b82a88fc8ba8b516 (patch) | |
tree | 177aad218f9e0da65c81959deedb87f4f123d871 /contrib | |
parent | ff47fd35750e0d8137dcc034645572aef045a76a (diff) |
contrib/package: add entries for luci-app-commands
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 9c0ca745e..ca6873557 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -380,6 +380,8 @@ $(eval $(call application,voice-core,LuCI Voice Software (Core))) $(eval $(call application,voice-diag,LuCI Voice Software (Diagnostics),\ luci-app-diag-devinfo)) +$(eval $(call application,commands,LuCI Shell Command Module)) + $(eval $(call application,upnp,Universal Plug & Play configuration module,\ +PACKAGE_luci-app-upnp:miniupnpd)) |