Skip to content

Commit

Permalink
luci-app-example: add missing dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: George Sapkin <[email protected]>
  • Loading branch information
GeorgeSapkin committed Feb 2, 2025
1 parent e845441 commit e6957bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/luci-app-example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
include $(TOPDIR)/rules.mk

LUCI_TITLE:=LuCI example app for js based luci
LUCI_DEPENDS:=+luci-base
LUCI_DEPENDS:=+lua +luci-base +luci-lib-jsonc +luci-lib-nixio +luci-lua-runtime
LUCI_PKGARCH:=all

PKG_LICENSE:=GPL-2.0
Expand Down

0 comments on commit e6957bd

Please sign in to comment.