mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-13 03:41:54 +00:00
Use master branch for all
This commit is contained in:
parent
99564e07b9
commit
8162ec525e
1 changed files with 10 additions and 10 deletions
20
build.sh
20
build.sh
|
@ -54,7 +54,7 @@ fi
|
||||||
|
|
||||||
#_get_repo source https://github.com/ysurac/openmptcprouter-source "master"
|
#_get_repo source https://github.com/ysurac/openmptcprouter-source "master"
|
||||||
#_get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "a3ccac6b1d693527befa73532a6cf5abda7134c0"
|
#_get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "a3ccac6b1d693527befa73532a6cf5abda7134c0"
|
||||||
_get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "a9190ee3a41e49e085ab7ad520b757313c2bdf31"
|
_get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "master"
|
||||||
_get_repo feeds/packages https://github.com/openwrt/packages "master"
|
_get_repo feeds/packages https://github.com/openwrt/packages "master"
|
||||||
_get_repo feeds/luci https://github.com/openwrt/luci "master"
|
_get_repo feeds/luci https://github.com/openwrt/luci "master"
|
||||||
|
|
||||||
|
@ -171,15 +171,15 @@ echo "Done"
|
||||||
#echo "Remove old RPI firmware"
|
#echo "Remove old RPI firmware"
|
||||||
#rm -rf target/linux/brcm2708/base-files/lib/firmware
|
#rm -rf target/linux/brcm2708/base-files/lib/firmware
|
||||||
#echo "Done"
|
#echo "Done"
|
||||||
#echo "Set to kernel 4.19 for rpi arch"
|
echo "Set to kernel 4.19 for rpi arch"
|
||||||
#find target/linux/brcm2708 -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.14%KERNEL_PATCHVER:=4.19%g' {} \;
|
find target/linux/brcm2708 -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.14%KERNEL_PATCHVER:=4.19%g' {} \;
|
||||||
#echo "Done"
|
echo "Done"
|
||||||
#echo "Set to kernel 4.19 for x86 arch"
|
echo "Set to kernel 4.19 for x86 arch"
|
||||||
#find target/linux/x86 -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.14%KERNEL_PATCHVER:=4.19%g' {} \;
|
find target/linux/x86 -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.14%KERNEL_PATCHVER:=4.19%g' {} \;
|
||||||
#echo "Done"
|
echo "Done"
|
||||||
#echo "Set to kernel 4.19 for mvebu arch (WRT)"
|
echo "Set to kernel 4.19 for mvebu arch (WRT)"
|
||||||
#find target/linux/mvebu -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.14%KERNEL_PATCHVER:=4.19%g' {} \;
|
find target/linux/mvebu -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.14%KERNEL_PATCHVER:=4.19%g' {} \;
|
||||||
#echo "Done"
|
echo "Done"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue