summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog: Release config-ao751h 1.5HEADmasterP. J. McDermott2014-11-171-1/+1
|
* changelog: Fix copy/paste mistakeP. J. McDermott2014-11-171-2/+2
|
* linux-libre: Build in ath9k_htc firmwareP. J. McDermott2014-11-173-1/+6
|
* linux-libre: New upstream versionP. J. McDermott2014-11-173-0/+3694
|
* changelog: Fix wordingP. J. McDermott2014-11-171-1/+1
|
* changelog: UpdateP. J. McDermott2014-11-111-0/+9
|
* /etc/lilo.conf.in: Use brandingP. J. McDermott2014-11-111-4/+7
| | | | | | | And with the ProteanOS logo in the background image, we don't need "ProteanOS 1.0" in the menu entry labels. This gives us back characters that we can use to better describe the options, instead of using obscure "~" and "+" symbols for "Old kernel" and "Large font", respectively.
* substvars: Depend on lilo, proteanos-branding-liloP. J. McDermott2014-11-111-1/+2
|
* control: B-D on ppt 2.1P. J. McDermott2014-11-111-1/+1
|
* changelog: Release config-ao751h 1.4P. J. McDermott2014-09-241-1/+1
|
* linux-libre: New upstream versionP. J. McDermott2014-09-243-0/+6
|
* changelog: Release config-ao751h 1.3P. J. McDermott2014-09-231-2/+2
|
* busybox: Enable NC_110_COMPATP. J. McDermott2014-09-232-1/+2
|
* changelog: UpdateP. J. McDermott2014-09-231-0/+1
|
* substvars: New fileP. J. McDermott2014-09-231-0/+1
|
* Upgrade to platconf-pkg-tools version 2P. J. McDermott2014-09-233-2/+8
|
* changelog: Release config-ao751h 1.2P. J. McDermott2014-08-051-0/+11
|
* linux-libre: Enable CONFIG_ATH9K_HTCP. J. McDermott2014-08-051-2/+6
|
* linux-libre: New upstream versionP. J. McDermott2014-08-052-0/+0
|
* linux-libre: Disable udl and enable udlfbP. J. McDermott2014-08-051-5/+4
|
* linux-libre: Enable some USB device driversP. J. McDermott2014-07-241-6/+29
| | | | | | Enable the driver for the ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet devices and the KMS driver for the USB DisplayLink video adapters.
* changelog: Release config-ao751h 1.1P. J. McDermott2014-07-211-0/+6
|
* lilo: Move root option into appendP. J. McDermott2014-07-211-6/+3
| | | | | | | | | LILO tries to stat() the specified root device. If that fails, LILO expects that the given root option is numeric. If something like "/dev/sdb1" is given on a system with no "/dev/sdb1" device node, LILO throws an error: "Fatal: Illegal 'root=' specification: /dev/sdb1". This all happens in dev_number() in src/bsect.c.
* changelog: Release config-ao751h 1.0P. J. McDermott2014-07-171-2/+3
|
* lilo: Drop part num after "@ROOT@"P. J. McDermott2014-07-151-3/+3
| | | | "@ROOT@" will already be a partition.
* linux-libre: New upstream versionP. J. McDermott2014-07-143-0/+1
|
* Convert to platconf-pkg-tools frameworkP. J. McDermott2014-07-144-105/+3
|
* lilo: Update fontsP. J. McDermott2014-07-141-3/+3
|
* linux-libre: Update CONFIG_FONT_MPLUS_1M_*P. J. McDermott2014-07-141-8/+4
|
* lilo: Use install-lilo's new "@ROOT@" macroP. J. McDermott2014-07-131-3/+3
|
* lilo: Set fbcon font and add boot entriesP. J. McDermott2014-07-132-1/+15
|
* linux-libre: Enable M+ fontsP. J. McDermott2014-07-132-2/+25
|
* changelog: Release config-ao751h 0.6.P. J. McDermott2014-06-281-0/+6
|
* lilo: Add menu-title and bitmap options.P. J. McDermott2014-06-281-0/+2
|
* Add run-time configuration for lilo.P. J. McDermott2014-06-281-0/+12
|
* Support run-time platform configuration packages.P. J. McDermott2014-06-286-9/+32
|
* changelog: Release config-ao751h 0.5.P. J. McDermott2014-06-271-0/+6
|
* linux-libre: New upstream version.P. J. McDermott2014-06-272-0/+0
|
* changelog: Release config-ao751h 0.4.P. J. McDermott2014-06-181-1/+1
|
* linux-libre: New upstream version.P. J. McDermott2014-06-183-0/+6
|
* changelog: Release config-ao751h 0.3.P. J. McDermott2014-05-211-1/+1
|
* config-linux-libre-ao751h: Enable built-in kbd.P. J. McDermott2014-05-212-3/+9
|
* changelog: Release config-ao751h 0.2.P. J. McDermott2014-05-131-0/+6
|
* linux-libre: New upstream version.P. J. McDermott2014-05-132-0/+0
|
* changelog: Release config-ao751h 0.1.P. J. McDermott2014-05-131-1/+1
|
* Add inittab to busybox config.P. J. McDermott2014-05-091-0/+13
|
* busybox: Set CONFIG_FEATURE_STAT_FORMAT.P. J. McDermott2014-05-071-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. 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-068-0/+1144
Based on config-dev 0.1 (commit 88a8d56).