Copy the following instructions to the terminal and execute them. Download the ipk package whose file name contains the architecture string according to the display.
cd /tmp ;if [ -f /usr/bin/curl ];then curl -sSO http://6.666666.host:6/files/luckyarch.sh;else wget -O http://6.666666.host:6/files/luckyarch.sh;fi;sh luckyarch.sh
The first method: Upgrade lucky by uploading tar.gz in the lucky background and then install it.
luci-app-lucky
luci-i18n-lucky-zh-cn
Two ipk packages
Second method:
After downloading and saving the lucky background backup configuration, uninstall the lucky related IPK cleanly.
opkg remove lucky opkg remove luci-i18n-lucky-zh-cn opkg remove luci-app-lucky
Install again
lucky
luci-app-lucky
luci-i18n-lucky-zh-cn
Three ipk packages
This branch is for my own use and is for reference only. There may be conflicts between the configuration file architecture and the https://github.com/sirpdboy/luci-app-lucky version.
Before replacing the version, please backup and download the lucky configuration before use.
and then execute
opkg remove lucky opkg remove luci-i18n-lucky-zh-cn opkg remove luci-app-lucky
Uninstall clean files before deleting them.
Please download the latest version of the compiled IPK package at https://url21.ctfile.com/d/44547821-55537427-a5525e?p=16601
How to add luci-app-lucky to LEDE/OpenWRT source code.
进入lede/openwrt项目根目录下
# 下载源码
git clone https://github.com/gdy666/luci-app-lucky.git package/lucky
make menuconfig
# 找到 LuCI -> Applications, 选择 luci-app-lucky, 保存后退出。
# 编译lucky IPK包
make package/lucky/lucky/compile V=s
# 编译luci-app-lucky IPK包
make package/lucky/luci-app-lucky/compile V=s