Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qu1x/debian-kernel-apu2
Debian Kernel Patched for PC Engines' APU2
https://github.com/qu1x/debian-kernel-apu2
apu2 ath10k crda debian dfs gpio i2c leds ledtrig linux-kernel regdb spi w1
Last synced: 5 days ago
JSON representation
Debian Kernel Patched for PC Engines' APU2
- Host: GitHub
- URL: https://github.com/qu1x/debian-kernel-apu2
- Owner: qu1x
- Created: 2017-08-08T10:37:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T09:23:11.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T02:12:28.424Z (about 2 months ago)
- Topics: apu2, ath10k, crda, debian, dfs, gpio, i2c, leds, ledtrig, linux-kernel, regdb, spi, w1
- Language: Makefile
- Size: 47.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# debian-kernel-apu2
**Debian Kernel Patched for PC Engines' APU2**
See [RELEASES](RELEASES.md) for included patches and features.
**Now based on stretch-backports**
## Parallel Building
```sh
time make -j $(grep -c '^processor' /proc/cpuinfo)
```## Installation
```sh
sudo dpkg -i linux-{image,headers}-$(uname -r)_$(uname -r)-1_amd64.deb
```## License
Copyright (c) 2017-2019 Rouven Spreckels
Usage of the works is permitted provided that
this instrument is retained with the works, so that
any entity that uses the works is notified of this instrument.DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the works by you shall be licensed as above, without any
additional terms or conditions.