1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00
Commit graph

949 commits

Author SHA1 Message Date
suyuan
75e178bfd0
Merge pull request #48 from Ysurac/develop
Update OpenWrt
2021-03-26 09:17:50 +08:00
Ycarus (Yannick Chabanois)
98661eda43 Update OpenWrt 2021-03-25 20:34:25 +01:00
suyuan
36bdc1f831
Merge pull request #47 from Ysurac/develop
Fix WRT real arch
2021-03-23 23:53:08 +08:00
Ycarus (Yannick Chabanois)
c94dfb6563 Fix WRT real arch 2021-03-23 15:55:55 +01:00
suyuan
76ca8a8d01
Merge pull request #46 from Ysurac/develop
Update OpenWrt
2021-03-19 12:18:16 +08:00
Ycarus (Yannick Chabanois)
877c8d07b9 Update OpenWrt 2021-03-18 15:40:14 +01:00
suyuan
a84fccf4a0
Merge pull request #45 from Ysurac/develop
Remove iperf
2021-03-16 22:26:29 +08:00
suyuan
b418a003d7 Delete Makefile 2021-03-16 22:26:16 +08:00
Ycarus (Yannick Chabanois)
3a6da6668f Remove iperf 2021-03-16 14:31:55 +01:00
suyuan
ea4609897c fix 2021-03-13 00:17:37 +08:00
suyuan
6d6e649d27 fix 2021-03-13 00:16:17 +08:00
suyuan
3165fce473 Revert "Revert "image: add support for building FIT image with filesystem.fix ipq4019 images""
This reverts commit 7c9606087e.
2021-03-13 00:14:10 +08:00
suyuan
2e375f468a Revert "Merge pull request #44 from Ysurac/develop"
This reverts commit ab556f74fd, reversing
changes made to 6ba9ff4c5a.
2021-03-13 00:13:54 +08:00
suyuan
7c9606087e Revert "image: add support for building FIT image with filesystem.fix ipq4019 images"
This reverts commit 4bc16d0a00.
2021-03-13 00:13:30 +08:00
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
suyuan
ab556f74fd
Merge pull request #44 from Ysurac/develop
sync
2021-03-12 23:49:36 +08:00
Ycarus (Yannick Chabanois)
c37e34f163
Merge pull request #1654 from WelterRocks/develop
Added support for BPI-R1
2021-03-12 16:34:12 +01:00
Olli
e7587826db Enabled swconfig-wrapper 2021-03-10 23:34:05 +01:00
Olli
9cd7fa4988 Chmod to 755 swconfig-wrapper.sh 2021-03-10 23:32:40 +01:00
suyuan
6ba9ff4c5a
Merge pull request #43 from Ysurac/develop
Force use of kernel 5.4 for BPI-R64
2021-03-10 10:57:53 +08:00
Olli
75e5ee2fdd Added swconfig-wrapper to take control about DSA switch configuration 2021-03-10 00:53:42 +01:00
Ycarus (Yannick Chabanois)
80c5a8bf75 Force use of kernel 5.4 for BPI-R64 2021-03-09 17:36:41 +01:00
suyuan
d3542e1401 Merge branch 'testdevelop' of https://github.com/suyuan168/3grouter into testdevelop 2021-03-09 10:39:31 +08:00
suyuan
ab10c6f81e Update config 2021-03-09 10:39:14 +08:00
suyuan
1c71a35463
Merge pull request #42 from Ysurac/develop
sync
2021-03-09 10:36:01 +08:00
suyuan
c920737d48 fix 2021-03-09 10:35:46 +08:00
Ycarus (Yannick Chabanois)
eb3ecd9249 Remove patch not needed anymore 2021-03-08 19:39:21 +01:00
Ycarus (Yannick Chabanois)
f5da6ef37d Remove patch not needed anymore 2021-03-08 19:37:50 +01:00
Ycarus (Yannick Chabanois)
57abd7f5ae Remove fstools patch 2021-03-08 17:39:41 +01:00
Ycarus (Yannick Chabanois)
6b5c880975 Update OpenWRT 2021-03-08 14:46:21 +01:00
suyuan
95c5346238
Merge pull request #41 from Ysurac/develop
sync
2021-03-08 10:43:54 +08:00
Olli
8228dbbbde Added master interface 2021-03-07 07:15:05 +01:00
Olli
35b806a8c9 Added automatic switch setup in DSA mode 2021-03-07 07:03:35 +01:00
Oliver Welter
c003535dfa
Merge pull request #1 from Ysurac/develop
Update MPTCP
2021-03-07 03:22:38 +01:00
Olli
bc813156cc Contrib agreement 2021-03-07 02:49:09 +01:00
Olli
709cf02b2b Fixed VLAN tagging for switch0 2021-03-06 23:58:10 +01:00
Olli
bec2c97309 Removed bridge from interface types 2021-03-06 22:59:48 +01:00
Olli
5cafd1b92e Reverted to patch removal due to problems in DSA mode 2021-03-06 20:42:41 +01:00
Olli
1a5f7fd2e8 Enabled patch for DSA mode 2021-03-06 19:08:14 +01:00
Olli
785b03e1ef Changed sunxi and cortexa7 config checks 2021-03-06 16:45:48 +01:00
Olli
0ef3dc5a26 Added kernel version check and fixed config checking 2021-03-06 16:26:45 +01:00
Olli
53afc52057 Oops. Accidently removed the STM driver for network. Reverted. 2021-03-06 16:10:44 +01:00
Olli
156c95d02e Added bridges to phy mode 2021-03-06 05:30:07 +01:00
Olli
ada62d8ae9 Removed STM drivers in DSA mode 2021-03-06 05:25:39 +01:00
Olli
e5393baa84 Added support for DSA and PHY default config 2021-03-06 05:17:13 +01:00
Olli
ef75c95d50 Tagged PHY or DSA mode in /etc and added kernel bridge vlan filter support 2021-03-06 04:49:54 +01:00
Olli
6a6941c379 Added support for ip-bridge in DSA mode 2021-03-06 03:42:30 +01:00
Olli
792286e405 Add switch0 vlanid changer 2021-03-06 01:19:13 +01:00
Olli
af1500adbe Added untag script to make switch0 work 2021-03-06 01:16:07 +01:00
Olli
293de84e8a Removed b53 fixup 2021-03-05 23:09:04 +01:00