diff options
author | Manuel Munz <freifunk@somakoma.de> | 2012-09-17 14:20:36 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2012-09-17 14:20:36 +0000 |
commit | 745920eb08b63944ea03cb140dbe4033d7467973 (patch) | |
tree | 0de08781ed3e8350b7aa519b8752b6cd33764183 /contrib/package | |
parent | 2ad8d7fe61697bdeb9dc9ca421c9149c9ec33917 (diff) |
applications: add freifunk widgets app to customize the index page
Diffstat (limited to 'contrib/package')
-rw-r--r-- | contrib/package/luci/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index ebdb8f136..d3b0cc7b3 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -332,6 +332,9 @@ $(eval $(call application,firewall,Firmware and Portforwarding application,\ $(eval $(call application,freifunk-policyrouting,Policy routing for mesh traffic,\ +PACKAGE_luci-app-freifunk-policyrouting:freifunk-policyrouting)) +$(eval $(call application,freifunk-widgets,Widgets for the Freifunk index page,\ + +PACKAGE_luci-app-freifunk-widgets:luci-mod-freifunk)) + $(eval $(call application,meshwizard, Shellscript based wizard to setup mesh networks,\ +PACKAGE_luci-app-freifunk-meshwizard:meshwizard)) |