Chinese calender for OpenWrt overview page
OpenWrt >= 21.02:
git clone https://github.com/debugdoctor/luci-app-chinesecalendar.git
mv luci-app-chinesecalendar /path/to/openwrt/package
cd /path/to/openwrt
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
# Select luci-app-chinesecalendar as "M" in Luci -> Applications
make package/luci-app-chinesecalendar/compile V=swget https://github.com/debugdoctor/luci-app-chinesecalendar/releases/download/v1.1.0/luci-app-chinesecalendar_1.1.0_all.ipk
opkg install luci-app-chinesecalendar_1.1.0_all.ipk