Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Set KBUILD_BUILD_TIMESTAMP and TZ | Patrick McDermott | 2019-07-16 | 1 | -1/+4 |
| | |||||
* | scripts/gen-mplus-patch.pl: Make all regular except 10x14 | Patrick McDermott | 2019-07-16 | 2 | -20689/+21 |
| | | | | patches/01_add-mplus-fonts.patch: Regenerate | ||||
* | scripts/gen-mplus-patch.pl: Drop 8x12, add 1mn regular | Patrick McDermott | 2019-07-16 | 2 | -3119/+20156 |
| | | | | patches/01_add-mplus-fonts.patch: Regenerate | ||||
* | scripts/gen-mplus-patch.pl: Try M+ 1mn medium in various sizes | Patrick McDermott | 2019-07-16 | 2 | -17651/+17186 |
| | | | | patches/01_add-mplus-fonts.patch: Regenerate | ||||
* | scripts/gen-mplus-patch.pl: Try M+ 1m and 1mn regular and bold | Patrick McDermott | 2019-07-16 | 2 | -32184/+16986 |
| | | | | patches/01_add-mplus-fonts.patch: Regenerate | ||||
* | scripts/gen-mplus-patch.pl: Add header comment | Patrick McDermott | 2019-07-15 | 1 | -0/+17 |
| | |||||
* | scripts/gen-mplus-patch.sh: Remove | Patrick McDermott | 2019-07-15 | 1 | -203/+0 |
| | |||||
* | patches: Generate M+ fonts patch with script | Patrick McDermott | 2019-07-15 | 1 | -44/+37 |
| | |||||
* | patches: Remove extra newline in fonts Kconfig | Patrick McDermott | 2019-07-15 | 1 | -5/+4 |
| | |||||
* | scripts/gen-mplus-patch.pl: Fix Makefile newlines | Patrick McDermott | 2019-07-15 | 1 | -2/+3 |
| | |||||
* | scripts/gen-mplus-patch.pl: Further improve REs | Patrick McDermott | 2019-07-15 | 1 | -4/+4 |
| | |||||
* | scripts/gen-mplus-patch.pl: Improve REs | Patrick McDermott | 2019-07-15 | 1 | -9/+10 |
| | |||||
* | scripts/gen-mplus-patch.pl: Add extra newlines in Kconfig | Patrick McDermott | 2019-07-15 | 1 | -1/+1 |
| | |||||
* | patches: Fix "x" case in Kconfig CONFIG_* names | Patrick McDermott | 2019-07-15 | 1 | -6/+6 |
| | | | | This is a continuation of commit f8d92fd. | ||||
* | scripts/gen-mplus-patch.pl: Improve font sorting | Patrick McDermott | 2019-07-15 | 1 | -6/+7 |
| | |||||
* | patches: Fix "x" case in Kconfig CONFIG_* names | Patrick McDermott | 2019-07-15 | 1 | -18/+18 |
| | |||||
* | scripts/gen-mplus-patch.pl: Fix odd Perl error | Patrick McDermott | 2019-07-15 | 1 | -3/+4 |
| | | | | Can't use string ("mplus-1m-regular") as an ARRAY ref while "strict refs" in use at scripts/gen-mplus-patch.pl line 196. | ||||
* | scripts/gen-mplus-patch.pl: Finish | Patrick McDermott | 2019-07-15 | 1 | -16/+189 |
| | |||||
* | scripts/gen-mplus-patch.pl: WIP | Patrick McDermott | 2019-07-15 | 1 | -0/+93 |
| | |||||
* | scripts/gen-mplus-patch.sh: WIP | Patrick McDermott | 2019-07-15 | 1 | -0/+203 |
| | | | | Incomplete and buggy. | ||||
* | patches: Fix M+ *_IDX macros in <linux/font.h> | Patrick McDermott | 2019-07-14 | 1 | -7/+7 |
| | |||||
* | build: Run as many jobs as there are CPUs | Patrick McDermott | 2019-07-11 | 1 | -1/+2 |
| | |||||
* | build: Work around our own broken GCC | Patrick McDermott | 2019-07-11 | 1 | -0/+11 |
| | |||||
* | build: Build verbosely | Patrick McDermott | 2019-07-11 | 1 | -1/+2 |
| | |||||
* | patches: Build with BusyBox < 1.22.0 | Patrick McDermott | 2019-07-10 | 2 | -0/+18 |
| | |||||
* | build: Add mrproper target | Patrick McDermott | 2019-07-08 | 1 | -2/+2 |
| | |||||
* | build: Add package revision to Linux release version | Patrick McDermott | 2019-07-08 | 1 | -0/+2 |
| | | | | Will show up in `uname -r`, etc. | ||||
* | control: Drop unnecessary libncursesw.6 B-D | Patrick McDermott | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | Revert "control: Use ncurses ABI 5" | Patrick McDermott | 2019-07-07 | 2 | -2/+2 |
| | | | | This reverts commit 69deebc16b137a576184bfae727ac41ba1cb355d. | ||||
* | control: Use ncurses ABI 5 | Patrick McDermott | 2019-07-02 | 2 | -2/+2 |
| | | | | ABI 6 packages segfault on initscr() for some reason. | ||||
* | control: B-D on terminfo | Patrick McDermott | 2019-07-02 | 2 | -3/+3 |
| | |||||
* | changelog: Document new upstream B-Ds | Patrick McDermott | 2019-07-02 | 1 | -0/+1 |
| | |||||
* | control: B-D on pkgconf | Patrick McDermott | 2019-07-02 | 2 | -2/+3 |
| | | | | | | | Upstream scripts/kconfig/[mn]conf-cfg.sh try to use pkg-config to find ncurses before falling back on hardcoded path checks and CFLAGS and LIBS output. Make use of pkg-config instead of patching in the missing "-ltinfo". | ||||
* | control: B-D on libncursesw.6 | Patrick McDermott | 2019-07-02 | 1 | -1/+1 |
| | | | | libncurses.6-dev (<= 6.1+20190623-1) is missing this dependency. | ||||
* | control: B-D on bison and flex | Patrick McDermott | 2019-07-02 | 2 | -2/+1 |
| | |||||
* | build: Add menuconfig target | Patrick McDermott | 2019-06-30 | 3 | -1/+7 |
| | | | | And B-D on libncurses.6-dev. | ||||
* | linux-image, linux-libc-dev, linux-sysmap: Tighten arch:all versioned dep | Patrick McDermott | 2019-06-30 | 3 | -3/+3 |
| | |||||
* | copyright: Update | Patrick McDermott | 2019-06-30 | 1 | -7/+5 |
| | |||||
* | patches: Add RTC century byte fix | Patrick McDermott | 2019-06-30 | 2 | -0/+40 |
| | |||||
* | patches: Regenerate, rebase, and renumber M+ fonts patch | Patrick McDermott | 2019-06-30 | 3 | -35547/+40034 |
| | |||||
* | patches/01_no-bash.patch, patches/02_fix-mconf-linking.patch: Drop | Patrick McDermott | 2019-06-28 | 3 | -45/+2 |
| | |||||
* | source.mk: Update, rewrite gpg code, switch to xz | Patrick McDermott | 2019-06-28 | 2 | -14/+19 |
| | |||||
* | control: Update Maintainer and Homepage | Patrick McDermott | 2019-06-28 | 2 | -2/+3 |
| | |||||
* | changelog: New upstream version | Patrick McDermott | 2019-06-28 | 2 | -1/+8 |
| | | | | | And B-D on an opkbuild version with support for "+" in upstream version strings. | ||||
* | linux-libre 3.10.95~gnu-1 | Patrick McDermott | 2019-06-28 | 21 | -0/+35884 |
I'm taking the opportunity to start fresh because the original repository is weighed down by an upstream source archive in contained long ago. See the linux-libre package repository for the full Git history. |