Files
luci/applications/luci-app-olsr/Makefile
Paul Donald c567bfc2a8 luci-app-olsr: js linting fixes / ES6 treatment
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>
2026-02-16 01:42:57 +01:00

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