xupdate: Update URL and hash for all openwrt feeds

This commit is contained in:
remittor
2024-10-18 16:58:18 +03:00
parent 15f3f89297
commit a3b6bdd9b1
2 changed files with 62 additions and 1 deletions

View File

@@ -19,6 +19,12 @@ die() {
#[ ! -d "$XDIR" ] && die "Base directory not defined"
function sed_adapt
{
local str=$( ( echo $1|sed -r 's/([\$\.\*\/\[\\^])/\\\1/g'|sed 's/[]]/\\]/g' )>&1 )
echo "$str"
}
is_nss_repo() {
local FN=$1/package/kernel/mac80211/Makefile
if [ ! -f "$FN" ]; then