Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changelog: Release config-ao751h 0.6. | P. J. McDermott | 2014-06-28 | 1 | -0/+6 |
| | |||||
* | lilo: Add menu-title and bitmap options. | P. J. McDermott | 2014-06-28 | 1 | -0/+2 |
| | |||||
* | Add run-time configuration for lilo. | P. J. McDermott | 2014-06-28 | 1 | -0/+12 |
| | |||||
* | Support run-time platform configuration packages. | P. J. McDermott | 2014-06-28 | 6 | -9/+32 |
| | |||||
* | changelog: Release config-ao751h 0.5. | P. J. McDermott | 2014-06-27 | 1 | -0/+6 |
| | |||||
* | linux-libre: New upstream version. | P. J. McDermott | 2014-06-27 | 2 | -0/+0 |
| | |||||
* | changelog: Release config-ao751h 0.4. | P. J. McDermott | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | linux-libre: New upstream version. | P. J. McDermott | 2014-06-18 | 3 | -0/+6 |
| | |||||
* | changelog: Release config-ao751h 0.3. | P. J. McDermott | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | config-linux-libre-ao751h: Enable built-in kbd. | P. J. McDermott | 2014-05-21 | 2 | -3/+9 |
| | |||||
* | changelog: Release config-ao751h 0.2. | P. J. McDermott | 2014-05-13 | 1 | -0/+6 |
| | |||||
* | linux-libre: New upstream version. | P. J. McDermott | 2014-05-13 | 2 | -0/+0 |
| | |||||
* | changelog: Release config-ao751h 0.1. | P. J. McDermott | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Add inittab to busybox config. | P. J. McDermott | 2014-05-09 | 1 | -0/+13 |
| | |||||
* | busybox: Set CONFIG_FEATURE_STAT_FORMAT. | P. J. McDermott | 2014-05-07 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | Needed to build linux-libre, apparently: [...] OBJCOPY arch/x86/boot/compressed/vmlinux.bin stat: invalid option -- 'c' BusyBox v1.21.1 (2014-03-19 22:52:11 UTC) multi-call binary. Usage: stat [OPTIONS] FILE... Display file (default) or filesystem status -f Display filesystem status -L Follow links -t Display info in terse form expr: syntax error sh: invalid number '' [...] | ||||
* | linux-libre: Disable CONFIG_NETWORK_FILESYSTEMS. | P. J. McDermott | 2014-05-07 | 1 | -34/+1 |
| | | | | | | | | | | | | | | | | | | Some NFS-related options transitively select CONFIG_OID_REGISTRY, which causes Kbuild to try to run lib/build_OID_registry to generate lib/oid_registry_data.c. lib/build_OID_registry is a Perl script, so this fails. [...] GEN lib/oid_registry_data.c /bin/sh: perl: not found make[2]: *** [lib/oid_registry_data.c] Error 127 make[1]: *** [lib] Error 2 make[1]: Leaving directory `/usr/src/linux-libre_3.10.38~gnu-2/tmp/src' make: *** [build] Error 2 We could someday rewrite lib/build_OID_registry as a shell script, but for now we'll just disable NFS stuff entirely. | ||||
* | Add config for linux-libre 3.10.38~gnu. | P. J. McDermott | 2014-05-06 | 2 | -0/+3687 |
| | |||||
* | Initial commit. | P. J. McDermott | 2014-05-06 | 8 | -0/+1144 |
Based on config-dev 0.1 (commit 88a8d56). |