forked from Sysdeploy/openwrt
Replace packages branch literal by an expression
This commit is contained in:
parent
a3d0b97c8f
commit
d56af4d393
|
@ -24,7 +24,9 @@ cd openwrt-sdk-*/
|
|||
cp feeds.conf.default feeds.conf
|
||||
cat ${pwd}/feeds.conf >> feeds.conf
|
||||
|
||||
sed -i "s/\(packages.git\)\^.*/\1;openwrt-22.03/g" feeds.conf
|
||||
OPENWRT_BRANCH=$(echo ${OPENWRT_VERSION} | cut -d. -f 1,2)
|
||||
|
||||
sed -i "s/\(packages.git\)\^.*/\1;openwrt-${OPENWRT_BRANCH}/g" feeds.conf
|
||||
|
||||
./scripts/feeds update -a
|
||||
./scripts/feeds install -a
|
||||
|
|
Loading…
Reference in New Issue
Block a user