mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 08:59:26 +08:00
update 04-14 09:45
This commit is contained in:
parent
7847bcb67a
commit
0162e5c407
@ -18,7 +18,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-amlogic
|
||||
PKG_VERSION:=3.1.76
|
||||
PKG_VERSION:=3.1.77
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_LICENSE:=GPL-2.0 License
|
||||
|
@ -230,7 +230,11 @@ echo -e "This Kernel [ ${MODULES_NOW} ]"
|
||||
|
||||
k510_ver=${VERSION_NOW%%.*}
|
||||
k510_maj=${VERSION_NOW##*.}
|
||||
if [ "${k510_ver}" -eq "5" ]; then
|
||||
|
||||
# If the kernel version ends with +o, it means that u-boot.ext or u-boot.emmc do not need to be reloaded
|
||||
if echo ${MODULES_NOW} | grep "+o$";then
|
||||
K510=0
|
||||
elif [ "${k510_ver}" -eq "5" ]; then
|
||||
if [ "${k510_maj}" -ge "10" ]; then
|
||||
K510="1"
|
||||
else
|
||||
|
@ -85,7 +85,11 @@ if [ $(ls ${P4_PATH}/*.tar.gz -l 2>/dev/null | grep "^-" | wc -l) -ge 3 ]; then
|
||||
kernel_vermaj=$(echo ${kernel_version} | grep -oE '^[1-9].[0-9]{1,3}')
|
||||
k510_ver=${kernel_vermaj%%.*}
|
||||
k510_maj=${kernel_vermaj##*.}
|
||||
if [ ${k510_ver} -eq "5" ]; then
|
||||
|
||||
# If the kernel version ends with +o, it means that u-boot.ext or u-boot.emmc do not need to be reloaded
|
||||
if echo ${flippy_version} | grep "+o$";then
|
||||
K510=0
|
||||
elif [ ${k510_ver} -eq "5" ]; then
|
||||
if [ "${k510_maj}" -ge "10" ]; then
|
||||
K510=1
|
||||
else
|
||||
@ -129,7 +133,10 @@ MODULES_OLD=$(ls /lib/modules/ 2>/dev/null)
|
||||
VERSION_OLD=$(echo ${MODULES_OLD} | grep -oE '^[1-9].[0-9]{1,3}' 2>/dev/null)
|
||||
VERSION_ver=${VERSION_OLD%%.*}
|
||||
VERSION_maj=${VERSION_OLD##*.}
|
||||
if [ ${VERSION_ver} -eq "5" ]; then
|
||||
# If the kernel version ends with +o, it means that u-boot.ext or u-boot.emmc do not need to be reloaded
|
||||
if echo ${MODULES_OLD} | grep "+o$";then
|
||||
V510=0
|
||||
elif [ ${VERSION_ver} -eq "5" ]; then
|
||||
if [ "${VERSION_maj}" -ge "10" ]; then
|
||||
V510=1
|
||||
else
|
||||
|
@ -320,7 +320,11 @@ echo -e "Update from [ ${MODULES_OLD} ] to [ ${MODULES_NOW} ]"
|
||||
|
||||
k510_ver=${VERSION_NOW%%.*}
|
||||
k510_maj=${VERSION_NOW##*.}
|
||||
if [ "${k510_ver}" -eq "5" ]; then
|
||||
|
||||
# If the kernel version ends with +o, it means that u-boot.ext or u-boot.emmc do not need to be reloaded
|
||||
if echo ${MODULES_NOW} | grep "+o$";then
|
||||
K510=0
|
||||
elif [ "${k510_ver}" -eq "5" ]; then
|
||||
if [ "${k510_maj}" -ge "10" ]; then
|
||||
K510="1"
|
||||
else
|
||||
@ -482,8 +486,7 @@ if [ "${BR_FLAG}" -eq 0 ]; then
|
||||
"max-file": "5"
|
||||
},
|
||||
"registry-mirrors": [
|
||||
"https://docker.mirrors.ustc.edu.cn",
|
||||
"https://registry.cn-shanghai.aliyuncs.com",
|
||||
"https://mirror.baidubce.com/",
|
||||
"https://hub-mirror.c.163.com"
|
||||
]
|
||||
}
|
||||
|
@ -28517,7 +28517,6 @@ jshosting.review
|
||||
jshosting.stream
|
||||
jshosting.trade
|
||||
jshosting.win
|
||||
jsinfo.net
|
||||
jsiwjgnq.com
|
||||
jsjs.jbzj.com
|
||||
jsjs.nthyn.com
|
||||
@ -30277,7 +30276,6 @@ librarymanagement.cn
|
||||
libs.tvmao.cn
|
||||
libstat.com
|
||||
licantrum.com
|
||||
licensebuttons.net
|
||||
licensinginsights.ascap.com
|
||||
lichaoliang.com
|
||||
lichenqx.com
|
||||
@ -57348,7 +57346,6 @@ wmcdp.io
|
||||
wmedia-track.uc.cn
|
||||
wmedia.adk2x.com
|
||||
wmeng.feihuadns.com
|
||||
wmflabs.org
|
||||
wmgroup.us
|
||||
wmgt.xyz
|
||||
wmk0099.xyz
|
||||
|
Loading…
Reference in New Issue
Block a user