Wake Me Up When September Ends.

A wanderer capable of grasping the beauty of the grass, with a heart full of ancient charm, and a fondness for playful wit. Those who understand my words are knowledgeable individuals; those who decipher my code truly comprehend the essence. I am a wandering code swordsman, carrying my skills and riding freely through the digital world.

💯openwrt24.10上网控制

openwrt24.10上网控制,可以使用luci-app-timecontrol

该插件适配24.10分支的NFT的上网时间控制插件。 编译安装或直接ipk安装二选一

编译安装

1
2
3
4
5
6
7
8
9
10
11
12
# feeds获取源码:
src-git timecontrol https://github.com/sirpdboy/luci-app-timecontrol

scripts/feeds update timecontrol
scripts/feeds install luci-app-timecontrol

# 配置菜单
make menuconfig
# 找到 LuCI -> Applications, 选择nft-timecontrol, 保存后退出。

# 编译固件
make package/luci-app-timecontrol/compile V=s

直接ipk安装

下载luci-app-timecontrol比较新的ipk包,直接安装即可,无需编译。

1
2
3
opkg update

opkg install <下载的ipk包>