1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00
No description
Find a file
suyuan 4bc16d0a00 image: add support for building FIT image with filesystem.fix ipq4019 images
Allow for single (external-data) FIT image to hold kernel, dtb and
squashfs. In that way, the bootloader verifies the system integrity
including the rootfs, because what's the point of checking that the
hash of the kernel is correct if it won't boot in case of squashfs
being corrupted? Better allow bootloader to check everything needed
to make it at least up to failsafe mode. As a positive side effect
this change also makes the sysupgrade process on nand potentially
much easier as it is now.
In short: mkimage has a parameter '-E' which allows generating FIT
images with 'external' data rather than embedding the data into the
device-tree blob itself. In this way, the FIT structure itself remains
small and can be parsed easily (rather than having to page around
megabytes of image content). This patch makes use of that and adds
support for adding sub-images of type 'filesystem' which are used to
store the squashfs. Now U-Boot can verify the whole OS and the new
partition parsers added in the Linux kernel can detect the filesystem
sub-images, create partitions for them, and select the active rootfs
volume based on the configuration in FIT (passing configuration via
device tree could be implemented easily at a later stage).

This new FIT partition parser works for NOR flash (on top of mtdblock),
NAND flash (on top of ubiblock) as well as classic block devices
(ie. eMMC, SDcard, SATA, NVME, ...).
It could even be used to mount such FIT images via `losetup -P` on a
user PC if this patch gets included in Linux upstream one day ;)
2021-03-13 00:10:34 +08:00
.github Merge pull request #41 from Ysurac/develop 2021-03-08 10:43:54 +08:00
contributors Merge pull request #44 from Ysurac/develop 2021-03-12 23:49:36 +08:00
patches Merge branch 'develop' of https://github.com/Ysurac/openmptcprouter into testdevelop 2021-02-18 17:56:51 +08:00
root image: add support for building FIT image with filesystem.fix ipq4019 images 2021-03-13 00:10:34 +08:00
.gitignore fix shuxing 2020-12-24 23:21:48 +08:00
build.sh Merge pull request #44 from Ysurac/develop 2021-03-12 23:49:36 +08:00
CLA-entity.md fix shuxing 2020-12-24 23:21:48 +08:00
CLA-individual.md fix shuxing 2020-12-24 23:21:48 +08:00
CODE_OF_CONDUCT.md fix shuxing 2020-12-24 23:21:48 +08:00
config Merge pull request #42 from Ysurac/develop 2021-03-09 10:36:01 +08:00
config-bpi-r1 Added support for ip-bridge in DSA mode 2021-03-06 03:42:30 +01:00
config-bpi-r2 fix 2020-12-25 20:21:59 +08:00
config-bpi-r64 fix shuxing 2020-12-24 23:21:48 +08:00
config-cm520-79f Update config-cm520-79f 2020-12-25 16:52:18 +08:00
config-espressobin fix shuxing 2020-12-24 23:21:48 +08:00
config-espressobin1 Update config-espressobin1 2020-12-31 12:30:35 +08:00
config-nanopi_neo fix 2020-12-25 16:51:44 +08:00
config-p2w_r619ac fix 2020-12-25 20:21:59 +08:00
config-r2s fix 2020-12-25 20:21:59 +08:00
config-rpi2 fix shuxing 2020-12-24 23:21:48 +08:00
config-rpi3 fix shuxing 2020-12-24 23:21:48 +08:00
config-rpi4 fix shuxing 2020-12-24 23:21:48 +08:00
config-ubnt-erx sync 2021-02-14 00:33:13 +08:00
config-wrt32x fix 2020-12-25 20:21:59 +08:00
config-wrt3200acm fix 2020-12-25 20:21:59 +08:00
config-x86 fix 2020-12-25 20:21:59 +08:00
config-x86_64 fix shuxing 2020-12-24 23:21:48 +08:00
CONTRIBUTING.md fix shuxing 2020-12-24 23:21:48 +08:00
deploy_rsa.enc fix shuxing 2020-12-24 23:21:48 +08:00
LICENSE fix shuxing 2020-12-24 23:21:48 +08:00
README.md Update README.md 2020-12-26 00:51:11 +08:00
sign.sh fix 2020-12-24 22:54:23 +08:00

openmptcprouter Latest tag Paypal Flattr Liberapay LinkedIn Twitter Atom

OpenMPTCProuter

OpenMPTCProuter is an open source solution to aggregate and encrypt multiple internet connections and terminates it over any VPS which make clients benefit security, reliability, net neutrality, as well as dedicated public IP.

The aggregation is based on Multipath TCP (MPTCP), which is ISP, WAN type, and latency independent "whether it was Fiber, VDSL, SHDSL, ADSL, 4G or even 5G", different scenarios can be configured to have either aggregation or failover based on MPTCP.

Aggregation via Multi-link VPN (MLVPN) and Glorytun UDP with multipath support are also supported.

The solution takes advantage of the OpenWRT/LEDE system, which is user friendly and also adds the possibility of installing other packages like VPN, QoS, routing protocols, monitoring, etc. through web-interface or terminal.

Main website: https://www.openmptcprouter.com/

Packages made for OpenMPTCProuter are available here: https://github.com/Ysurac/openmptcprouter-feeds

OpenMPTCProuter VPS script part: https://github.com/Ysurac/openmptcprouter-vps

Install from pre-compiled images

You can download precompiled images from https://www.openmptcprouter.com/

Then copy it to a sdcard:

gunzip omr-*.img.gz
dd bs=4M if=omr-*.img of=/dev/sdX conv=fsync

Install from source

Create image

Credits

Our solution is mainly based on: