mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
Fix errors. This app has contained errors for a while (indicating no usage) so is a good candidate to be dropped. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
18 lines
445 B
Makefile
18 lines
445 B
Makefile
#
|
|
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=OLSR configuration and status module
|
|
LUCI_DEPENDS:=+luci-base +olsrd +olsrd-mod-jsoninfo +olsrd-mod-sgwdynspeed
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
PKG_MAINTAINER:=Manuel Munz <munz@comuno.net>
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|