Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpc85xx: disable kernel uImage generation | David Bauer | 2020-03-01 | 1 | -31/+0 |
| | | | | | | | | | | The previous workaround for the unsupported mkimage xz compression leads to the TP-Link TL-WDR4900s simpleImage bootwrapper being gzip compressed, which does not fit the kernel partition. Removing the uImage gerneration works around this problem. Signed-off-by: David Bauer <mail@david-bauer.net> | ||||
* | mpc85xx: fix build with kernel 5.4 | David Bauer | 2020-02-28 | 1 | -0/+31 |
This fixes some outstanding issues with the Kernel 5.4 build: * Adds missing support patch for the Enterasys WS-AP3710i * Fixes incorrect NAND symbols * Adds patch for broken image wrapping Signed-off-by: David Bauer <mail@david-bauer.net> |