Open okibcn opened 2 years ago
@jerrykuku I have tracked the problem to a missing package dependency luci-lib-ipkg
An easy fix would be adding the dependency to Makefile
PKG_MAINTAINER:=jerrykuku <jerrykuku@qq.com>
LUCI_TITLE:=LuCI page for Argon Config
LUCI_PKGARCH:=all
- LUCI_DEPENDS:=+luci-compat
+ LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg
define Package/$(PKG_NAME)/conffiles
/etc/config/argon
Great
@jerrykuku, when are you planning on fixing the issue? I am automating some images for my routers and I am adding the missing dependency manually, but it would be much better to maintain proper dependencies. I am now patching the Makefile manually before building the images.
Thanks
When opening the Argon config page, the browser displays this error page:
STEPS TO REPRODUCE:
Build OpenWrt with Argon from sources using these commands in a build-ready system:
Then, flash the sysupgrade under openwrt/bin/target// in your router without saving previous settings (default behaviour).
After the system boots up go to system>Argon Config
EXPECTED RESULT: The Argon config page shows up properly.
OBTAINED RESULT: The error message shown above shows up.
Using the packages available for download in https://github.com/jerrykuku/luci-theme-argon repo shows the same behavior when installed in a system using a SNAPSHOT image.