Star Here is 1 public repository matching this topic... OpenWrt App Packages by Lienol 含passwall版本的备份留存 openwrtlucipasswallluci-compatlieonllienol-openwrtluci-lib-ipkg UpdatedFeb 16, 2022 Shell Add a description, image, and links to theluci-lib-ipkgtopic page so that developers can mo...
/usr/lib/lua/luci/controller/*.lua # lua 文件里,定义了菜单的显示和html 以及业务处理路径,每个文件对应一个菜单项。./admin/index.lua #这个文件定义了node ,最外面的节点,最上层菜单的显示。/usr/lib/lua/luci/model/*.lua #对应controller 里面调用的脚本文件 /usr/lib/lua/luci/view/*.lua #对...
luci-lib-httpclient luci-lib-httpprotoutils luci-lib-ip src Makefile ip.c ip.luadoc Makefile luci-lib-ipkg luci-lib-iptparser luci-lib-json luci-lib-jsonc luci-lib-nixio luci-lib-px5g luci-lib-uqr rpcd-mod-luci rpcd-mod-rad2-enc ...
luci-lib-ipkg 2846 LuCI IPKG/OPKG call abstraction library luci-theme-base 25065 Common base for all themes libnl-tiny 14390 This package contains a stripped down version of libnl liblua 81477 Lua is a powerful light-weight programming language designed for extending applications. Lua is also fre...
2) 第1行定义了模块的入口。即“/usr/lib/lua/luci/controller/admin”所示的目录下建立一个loogson.lua文件。如果程序比较多,可能分为好几个模块,那么可以在controller下再建立一个子目录,比如controller/loogsonapp/,那么就可以写成“luci.controller.loogsonapp.loogson”。
opkg install luci-lib-ipkg wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.3.1/luci-theme-argon_2.3.1_all.ipk opkg install luci-theme-argon*.ipk 安装luci-app-argon-config wget --no-check-certificate https://github.com/jerrykuku/luci-app-argon...
Configuring luci-lib-ipkg. Configuring luci-proto-ppp. Configuring luci-mod-admin-full. Configuring uhttpd. Configuring luci. Collected errors: * resolve_conffiles: Existing conffile /etc/config/luci is different from the conffile in the new package. The new conffile will be placed at /etc/con...
ipkg -- ipkg安装包配置 htdocs -- /www luasrc -- /usr/lib/lua/luci root -- linux根目录 src -- C code lua -- /usr/lib/lua dist -- 2. Makefile: $(eval $(call BuildPackage,luci-app-YOURMODULE)) define Package/luci-app-YOURMODULE ...
[-n"$${IPKG_INSTROOT}"]||{\ rm-f/tmp/luci-indexcache.* rm-rf/tmp/luci-modulecache/ killall-HUPrpcd2>/dev/null exit0 } endef endif # some generic macros that can be used by all packages ifeq($(LUCI_MINIFY_LUA),1) defineSrcDiet ...
ipkg ipkg包含IPKG包控制文件,如preinst,posinst,prerm,postrm。conffiles。 OpenWRT feed集成 如果要将模块添加到LuCI OpenWRT提要,则必须在contrib/package/luci/Makefile中添加几个部分。 对于Web UI应用程序: 包的描述: define Package/luci-app-YOURMODULE ...