summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* linux-libre: Disable CONFIG_NETWORK_FILESYSTEMS.P. J. McDermott2014-05-071-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. McDermott2014-05-062-0/+3687
|
* Initial commit.P. J. McDermott2014-05-061-0/+1035
Based on config-dev 0.1 (commit 88a8d56).