luci-plugins: align naming

consistency in the repo

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2026-04-09 14:51:38 +02:00
parent 4a308bab37
commit 1d314353bb
11 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-auth-example
PKG_NAME:=luci-plugin-auth-example
PKG_VERSION:=1.0
PKG_RELEASE:=1

View File

@@ -160,5 +160,5 @@ For production use, integrate with actual authentication systems:
## See Also
- LuCI Plugin Architecture: commit 617f364
- HTTP Header Plugins: `plugins/plugins-example/`
- HTTP Header Plugins: `plugins/luci-plugin-examples/`
- LuCI Dispatcher: `modules/luci-base/ucode/dispatcher.uc`