mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2025-12-18 04:24:29 +05:00
xupdate: Update URL and hash for all openwrt feeds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user