mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Update to latest kernel
This commit is contained in:
parent
3920c2a307
commit
683b25fe19
2 changed files with 252 additions and 245 deletions
7
build.sh
7
build.sh
|
@ -53,7 +53,8 @@ else
|
|||
fi
|
||||
|
||||
#_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 "64bb88841fbc2d9a9dfee12775a18e5dc89ac16e"
|
||||
_get_repo feeds/packages https://github.com/openwrt/packages "openwrt-18.06"
|
||||
_get_repo feeds/luci https://github.com/openwrt/luci "openwrt-18.06"
|
||||
|
||||
|
@ -147,6 +148,10 @@ else
|
|||
fi
|
||||
echo "Done"
|
||||
|
||||
#echo "Patch protobuf wrong hash"
|
||||
#patch -N -R -p1 -s < ../../patches/protobuf_hash.patch
|
||||
#echo "Done"
|
||||
|
||||
#echo "Remove gtime dependency"
|
||||
#if ! patch -Rf -N -p1 -s --dry-run < ../../patches/gtime.patch; then
|
||||
# patch -N -p1 -s < ../../patches/gtime.patch
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue