cp index.html index.html.old echo -n >index.html cat <>index.html X-WRT/OpenWrt/LEDE 固件SDK下载

固件SDK下载列表


列表

这些是常用的 LEDE/OpenWrt 固件SDK包。ptpt52编译,代号:

EOF echo '' >>index.html cat sdk_map.list | while read name; do files=$name for _file in $files; do echo $_file; done | sort -n | while read file; do TZ=:/usr/share/zoneinfo/Asia/Shanghai LC_ALL=C ls -lh --full-time $file | awk '{print $5" "$6" "$7}' | while read size _date; do image=''$file'' echo '' >>index.html done done done echo '
Image SDK for your DeviceFile SizeDate(GMT+8)
'$image''$size''$_date'
' >>index.html