mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Update OpenWrt and MPTCP
This commit is contained in:
parent
9d7a56a2f0
commit
526613c184
4 changed files with 1715 additions and 32 deletions
11
build.sh
11
build.sh
|
@ -61,9 +61,9 @@ fi
|
||||||
|
|
||||||
#_get_repo source https://github.com/ysurac/openmptcprouter-source "master"
|
#_get_repo source https://github.com/ysurac/openmptcprouter-source "master"
|
||||||
if [ "$OMR_OPENWRT" = "default" ]; then
|
if [ "$OMR_OPENWRT" = "default" ]; then
|
||||||
_get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "49ab97ca86593de1bcb16c70e58e3cb62c16623d"
|
_get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "eb17ee294ca8e2b59051a4337779af7a3f4812d5"
|
||||||
_get_repo feeds/packages https://github.com/openwrt/packages "6198128711fec34579cd16c2e6f4aff098862e87"
|
_get_repo feeds/packages https://github.com/openwrt/packages "a22fff844db6927bbe77570d21a7e08d5f5424f3"
|
||||||
_get_repo feeds/luci https://github.com/openwrt/luci "10d5410bb62ba389696fc94b773932e64c6f3b41"
|
_get_repo feeds/luci https://github.com/openwrt/luci "750e6c1df9624198f4f11e0675de428ec33fd564"
|
||||||
elif [ "$OMR_OPENWRT" = "master" ]; then
|
elif [ "$OMR_OPENWRT" = "master" ]; then
|
||||||
_get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "master"
|
_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"
|
||||||
|
@ -143,6 +143,7 @@ else
|
||||||
fi
|
fi
|
||||||
if [ "$OMR_ALL_PACKAGES" = "yes" ]; then
|
if [ "$OMR_ALL_PACKAGES" = "yes" ]; then
|
||||||
echo 'CONFIG_ALL=y' >> "$OMR_TARGET/source/.config"
|
echo 'CONFIG_ALL=y' >> "$OMR_TARGET/source/.config"
|
||||||
|
echo 'CONFIG_ALL_NONSHARED=y' >> "$OMR_TARGET/source/.config"
|
||||||
fi
|
fi
|
||||||
if [ "$OMR_IMG" = "yes" ] && [ "$OMR_TARGET" = "x86_64" ]; then
|
if [ "$OMR_IMG" = "yes" ] && [ "$OMR_TARGET" = "x86_64" ]; then
|
||||||
echo 'CONFIG_VDI_IMAGES=y' >> "$OMR_TARGET/source/.config"
|
echo 'CONFIG_VDI_IMAGES=y' >> "$OMR_TARGET/source/.config"
|
||||||
|
@ -267,8 +268,8 @@ scripts/feeds update -a
|
||||||
#cd "$OMR_TARGET/source"
|
#cd "$OMR_TARGET/source"
|
||||||
|
|
||||||
if [ "$OMR_ALL_PACKAGES" = "yes" ]; then
|
if [ "$OMR_ALL_PACKAGES" = "yes" ]; then
|
||||||
scripts/feeds install -a -p packages
|
scripts/feeds install -a -d m -p packages
|
||||||
scripts/feeds install -a -p luci
|
scripts/feeds install -a -d m -p luci
|
||||||
fi
|
fi
|
||||||
scripts/feeds install -a -d y -f -p openmptcprouter
|
scripts/feeds install -a -d y -f -p openmptcprouter
|
||||||
cp .config.keep .config
|
cp .config.keep .config
|
||||||
|
|
11
config
11
config
|
@ -194,17 +194,18 @@ CONFIG_KERNEL_TCP_CONG_BALIA=y
|
||||||
CONFIG_KERNEL_MPTCP_FULLMESH=y
|
CONFIG_KERNEL_MPTCP_FULLMESH=y
|
||||||
CONFIG_KERNEL_DEFAULT_FULLMESH=y
|
CONFIG_KERNEL_DEFAULT_FULLMESH=y
|
||||||
CONFIG_KERNEL_MPTCP_NDIFFPORTS=y
|
CONFIG_KERNEL_MPTCP_NDIFFPORTS=y
|
||||||
CONFIG_KERNEL_DEFAULT_NDIFFPORTS=n
|
# CONFIG_KERNEL_DEFAULT_NDIFFPORTS is not set
|
||||||
CONFIG_KERNEL_MPTCP_BINDER=y
|
CONFIG_KERNEL_MPTCP_BINDER=y
|
||||||
CONFIG_KERNEL_MPTCP_ECF=y
|
CONFIG_KERNEL_MPTCP_ECF=y
|
||||||
CONFIG_KERNEL_DEFAULT_BINDER=n
|
# CONFIG_KERNEL_DEFAULT_BINDER is not set
|
||||||
CONFIG_KERNEL_DEFAULT_DUMMY=n
|
# CONFIG_KERNEL_DEFAULT_DUMMY is not set
|
||||||
CONFIG_KERNEL_MPTCP_ROUNDROBIN=y
|
CONFIG_KERNEL_MPTCP_ROUNDROBIN=y
|
||||||
CONFIG_KERNEL_DEFAULT_ROUNDROBIN=n
|
# CONFIG_KERNEL_DEFAULT_ROUNDROBIN is not set
|
||||||
CONFIG_KERNEL_MPTCP_REDUNDANT=y
|
CONFIG_KERNEL_MPTCP_REDUNDANT=y
|
||||||
CONFIG_KERNEL_DEFAULT_REDUNDANT=n
|
# CONFIG_KERNEL_DEFAULT_REDUNDANT is not set
|
||||||
CONFIG_KERNEL_DEFAULT_SCHEDULER=y
|
CONFIG_KERNEL_DEFAULT_SCHEDULER=y
|
||||||
CONFIG_KERNEL_MPTCP=y
|
CONFIG_KERNEL_MPTCP=y
|
||||||
|
CONFIG_KERNEL_CRYPTO_SHA256=y
|
||||||
CONFIG_LUCI_LANG_hu=y
|
CONFIG_LUCI_LANG_hu=y
|
||||||
CONFIG_LUCI_LANG_pt=y
|
CONFIG_LUCI_LANG_pt=y
|
||||||
CONFIG_LUCI_LANG_sk=y
|
CONFIG_LUCI_LANG_sk=y
|
||||||
|
|
|
@ -6498,3 +6498,4 @@ CONFIG_DEFAULT_SCHEDULER=y
|
||||||
# CONFIG_DEFAULT_BLEST is not set
|
# CONFIG_DEFAULT_BLEST is not set
|
||||||
# CONFIG_DEFAULT_REDUNDANT is not set
|
# CONFIG_DEFAULT_REDUNDANT is not set
|
||||||
CONFIG_NF_CONNTRACK_CUSTOM=2
|
CONFIG_NF_CONNTRACK_CUSTOM=2
|
||||||
|
CONFIG_CRYPTO_SHA256=y
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue