summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-babeld
AgeCommit message (Collapse)Author
2024-09-08luci-app-babeld: use an array for routing listsPatrick Grimm
use underscore in key name for libubox/jshn.sh compat change format specifiers for bool and decimal Fix: openwrt/luci/issues/6342 Fix: openwrt/routing/issues/966 Depends: faec308d95c99747b1efb09a72e499b4e3647b83 Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2024-05-28treewide: add missing license informationSergey Ponomarev
The license is derived from sources or from a copyright of the Makefile. Otherwise, a global Apache-2.0 is used. Some packages had a copyright GPL-2.0 but sources clearly states for Apache so the copyright was changed. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-05-28treewide: Add missing PKG_MAINTAINERSergey Ponomarev
Daniel F. Dickinson changed email address to <dfdpublic@wildtechgarden.ca> luci-all-lxl has a maintainer Petar Koretic <petar.koretic@sartura.hr> but there is no corresponding GitHub account. So Dirk Brenken was added as a second maintainer: he answered on an issue of the app. When maintainer wasn't set the initial author was used, or most contributor or Jo-Philipp Wich as a default. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-09-26luci-app-babeld: migrate to jsAyushman Tripathi
Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> [fixup commit message, resolve merge conflict] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2023-09-24applications: remove LUCI_PKGARCH:=allSergey Ponomarev
This is anyway default Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-09-24applications: add missing dependency to luci-baseSergey Ponomarev
It's better to explicitly define it Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-04-29luci-app-babeld: use table markup for overview tablesJo-Philipp Wich
Fixes: #6337 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-02-15luci-app-babeld: rewrite javascript without CDN includesJonathan Pagel
Rewrite luci app in javascript without external sources CC-Signed-off-by: Nick Hainke <vincent@systemli.org> Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2020-12-19luci-app-babeld: add babeld overviewNick Hainke
Add overview of babeld status, xroutes and routes. Signed-off-by: Nick Hainke <vincent@systemli.org>