上传者: 42181888
|
上传时间: 2021-11-22 14:18:38
|
文件大小: 363KB
|
文件类型: -
说明
常用openwrt包管理,引用原仓库,包有问题向原仓库提交
OpenWrt仓库编译一些自己经常用的插件
(编译的时候很多包upx压缩所以给工具链添加upx包)
wget -P tools/upx/ https://raw.githubusercontent.com/streetwind/openwrt-tools/main/upx/Makefile
wget -P tools/ucl/ https://raw.githubusercontent.com/coolsnowwolf/lede/master/tools/ucl/Makefile
sed -i " 38i tools-y += ucl upx " tools/Makefile
sed -i " 40i $\(curdir\)/upx/compile := $\(curdir\)/ucl/compile " tools/Ma