Commit Graph

11 Commits

Author SHA1 Message Date
Hal Emmerich
43b385e5a3 removed patches not required for 5.2.9 2019-08-25 19:30:11 -05:00
Hal Emmerich
1cd8ae19a9 Add new workaround patch from ath9k devices
Add backported patched from 5.x from usb related fixes
Up kernel version to most recent lts
2019-08-21 17:31:41 -05:00
SolidHal
7a671cb692 Build the open ath9k firmwares into the kernel image
Make the ath9k firmwares before the kernel so it can be built in
Commented out the code that copies the firmwares into the filesystem
This fixes #103. Since the firmware is built into the kernel image,
the firmware is available during boot time.
2019-07-13 22:53:46 -05:00
Hal Emmerich
1c0e6ab5ce - Updated to kernel 4.19.53
- Added patches for two ARM errata that cause hangs in specific cpu states

- Disabled some power management features:
  - Disabled suspend at the kernel level since it is broken/unsupported in the mainline kernel
  - Disabled APM emulation

- Disabled some USB features:
  - Disabled USB default persist
  - Disabled USB dynamic minors

- Disabled USB monitoring for debug, shouldn't be enabled by default
- Disabled USB 3.0 support, shouldn't be enabled as the c201 has no 3.0 ports

- removed two patches that have made it into 4.19
- removed the debug options from the cmdline
- made the kernel build script announce what patch is being applied
- removed light-locker, as it does not function properly
2019-06-22 17:47:54 -05:00
Hal Emmerich
b1e036e50c Improved image making for debugging 2019-02-27 13:20:11 -06:00
Hal Emmerich
2b98b312ec change to use last release of 4.17 kernel 2019-01-09 15:32:42 -06:00
SolidHal
f0fc28f877 Added copyright notices, small patches, openvpn support 2018-10-11 15:09:25 -05:00
SolidHal
7dda32b516 Begin addressing wireless regdb, cleanup scripts. Remove uneeded dwc2 patch 2018-09-20 10:10:47 -05:00
SolidHal
afc1a76eea Fix install packages script so xsession starts properly
Removing dwc2 patch, as shouldn't be required. Same with the exports.
2018-09-17 17:58:10 -05:00
SolidHal
977bcb25ef
Make the build folder if needed 2018-09-06 13:46:45 +00:00
SolidHal
d0403b14e3 Cleaned up image creation, made functional installation scripts
Cleaned up build files, resources, scripts.
Made the image use a partition map to fix mmc issues

Signed-off-by: SolidHal <solidhal@users.noreply.github.com>
2018-09-05 18:35:33 -05:00