├── .gitignore ├── README.md ├── bin └── kexec ├── ct-ng-kindle4.config └── env_k4.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fread-ink/fread-native-cross-compile/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fread-ink/fread-native-cross-compile/HEAD/README.md -------------------------------------------------------------------------------- /bin/kexec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fread-ink/fread-native-cross-compile/HEAD/bin/kexec -------------------------------------------------------------------------------- /ct-ng-kindle4.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fread-ink/fread-native-cross-compile/HEAD/ct-ng-kindle4.config -------------------------------------------------------------------------------- /env_k4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fread-ink/fread-native-cross-compile/HEAD/env_k4.sh --------------------------------------------------------------------------------