summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog: Release linux-libre 3.10.40~gnu-1.P. J. McDermott2014-05-131-7/+7
| | | | | Also rewrap long lines and remove erroneous change entries that were added to the previous release.
* changelog: New upstream version.P. J. McDermott2014-05-131-1/+2
|
* platconf: Remove "./" workaround.P. J. McDermott2014-05-131-1/+1
|
* changelog: Update.P. J. McDermott2014-05-091-0/+2
|
* control: Build-Depend on xz.P. J. McDermott2014-05-081-1/+1
|
* build: Fix KBUILD_ARCH macro expansion.P. J. McDermott2014-05-071-1/+1
|
* patches/01_no-bash.patch: New file.P. J. McDermott2014-05-071-0/+15
|
* build: Don't update "mrproper" target.P. J. McDermott2014-05-071-1/+0
| | | | | | | | | | | | | | | | This generates the following output: [...] make -f scripts/Makefile.clean obj=Documentation make -f scripts/Makefile.clean obj=Documentation/DocBook make[3]: /bin/bash: Command not found make[3]: /bin/bash: Command not found make[3]: /bin/bash: Command not found make -f scripts/Makefile.clean obj=Documentation/accounting [...] Something is trying to use Bash, and I can't be bothered right now to figure out what it is.
* control: Build-Depend on bc.P. J. McDermott2014-05-071-1/+1
|
* control: Build-Depend on config package.P. J. McDermott2014-05-061-1/+1
|
* changelog: Update.P. J. McDermott2014-05-061-0/+10
|
* linux-common: New package.P. J. McDermott2014-05-065-1/+7
|
* platconf: Work around a bug in opkbuild.P. J. McDermott2014-05-051-1/+1
| | | | ob-installplatconf copies "image" to "image/image".
* build: Build and install a Linux image.P. J. McDermott2014-05-051-0/+16
|
* platconf: New file.P. J. McDermott2014-05-051-0/+2
|
* linux-sysmap: New package.P. J. McDermott2014-05-051-0/+5
|
* linux-image: New binary package.P. J. McDermott2014-05-051-0/+4
|
* changelog: New upstream version.P. J. McDermott2014-04-271-1/+1
|
* build: Add "nop" target.P. J. McDermott2014-04-271-0/+3
|
* copyright: Update upstream copyright dates.P. J. McDermott2014-04-271-1/+1
|
* patches/01_noperl-headers.patch: Drop.P. J. McDermott2014-04-271-148/+0
|
* changelog: New upstream version.P. J. McDermott2014-04-271-0/+7
|
* changelog: Release linux-libre 3.4.83~gnu1-1.P. J. McDermott2014-03-131-2/+4
|
* copyright: Add Gilligan's Island copyright notice.P. J. McDermott2014-03-131-0/+35
| | | | | | | | | | | | I'd like to get all of the copyright and license notices listed, but that'll have to be done later. licensecheck finds 70 different types of licenses (including "UNKNOWN" and variations of GPLv2) in over 30,000 files with some huge number of copyright holders, so such work won't be easy. For now though, we're only distributing headers, which already have copyright and license notices, so this placeholder Gilligan's Island copyright and license notice is fine.
* Update/improve patch metadata.P. J. McDermott2014-03-091-12/+6
|
* rcstereo.config: Remove.P. J. McDermott2014-03-091-2572/+0
|
* control: Update Maintainer field.P. J. McDermott2014-03-091-1/+1
|
* changelog: New upstream version.P. J. McDermott2014-03-091-1/+1
|
* changelog: New upstream version.P. J. McDermott2014-01-171-1/+1
|
* changelog: New upstream version.P. J. McDermott2013-10-141-1/+1
|
* changelog: New upstream version.P. J. McDermott2013-09-091-1/+1
|
* changelog: New upstream version.P. J. McDermott2013-09-081-1/+1
|
* changelog: New upstream version.P. J. McDermott2013-07-021-1/+1
|
* build: Don't update headers_check.P. J. McDermott2013-06-191-1/+1
| | | | headers_check still requires Perl 5, so just skip the checks (at least for now).
* Add patch to replace scripts/headers_install.pl.P. J. McDermott2013-06-191-0/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | ProteanOS does not (yet) have a Perl 5 interpreter, so Linux(-libre) fails to build. This patch removes a dependency on Perl 5 from the headers_install target. Fixes: oh-autoinstall -T headers_install -- INSTALL_HDR_PATH="${PWD}/dest/usr" make[1]: Entering directory `/usr/src/linux-libre_3.4.47~gnu1-1/tmp/src' CHK include/linux/version.h UPD include/linux/version.h HOSTCC scripts/basic/fixdep SYSHDR arch/x86/syscalls/../include/generated/asm/unistd_32.h SYSHDR arch/x86/syscalls/../include/generated/asm/unistd_64.h SYSHDR arch/x86/syscalls/../include/generated/asm/unistd_x32.h SYSTBL arch/x86/syscalls/../include/generated/asm/syscalls_32.h HOSTCC arch/x86/tools/relocs HOSTCC scripts/unifdef INSTALL include/asm-generic (34 files) /bin/sh: perl: not found make[3]: *** [/usr/src/linux-libre_3.4.47~gnu1-1/tmp/dest/usr/include/asm-generic/.install] Error 127 make[2]: *** [asm-generic] Error 2 make[1]: *** [headers_install] Error 2 make[1]: Leaving directory `/usr/src/linux-libre_3.4.47~gnu1-1/tmp/src' make: *** [install] Error 2
* linux-libc-dev: Provide source package docs.P. J. McDermott2013-05-301-0/+0
|
* .gitignore: New file.P. J. McDermott2013-05-291-0/+11
|
* build: Move <asm/*.h> headers into host-arch dir.P. J. McDermott2013-05-291-0/+2
|
* build: Fix find's -exec option.P. J. McDermott2013-05-291-1/+1
|
* build: Don't use a macro in INSTALL_HDR_PATH.P. J. McDermott2013-05-291-1/+1
|
* changelog: Update.P. J. McDermott2013-05-291-0/+10
|
* build: Rewrite.P. J. McDermott2013-05-291-38/+11
|
* Remove old upstream source archive.P. J. McDermott2013-05-291-0/+0
|
* Remove old platform configuration files list.P. J. McDermott2013-05-291-1/+0
|
* Rename and update linux-libre-headers.P. J. McDermott2013-05-293-4/+6
|
* Remove linux-libre binary package.P. J. McDermott2013-05-292-5/+0
| | | | For now, the new package will only build headers.
* format: Update to SPF 2.0.P. J. McDermott2013-05-291-1/+1
|
* control: Update to SPF 2.0 and opkhelper 3.0.P. J. McDermott2013-05-291-3/+2
|
* Add source.mk to download and verify sources.P. J. McDermott2013-05-292-0/+21
|
* Fix path to headers.P. J. McDermott2012-04-291-1/+1
| | | | Why did this successfully build before?