├── .gitignore ├── README.md └── patch.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beagleboard/kernel/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beagleboard/kernel/HEAD/README.md -------------------------------------------------------------------------------- /patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beagleboard/kernel/HEAD/patch.sh --------------------------------------------------------------------------------