| Commit message (Expand) | Author | Age | Files | Lines |
* | toplevel.mk: remove legacy packages feed from 'make distclean' | Michael Pratt | 2021-02-20 | 1 | -1/+1 |
* | build: IS_TTY is now set according to GNU Make's MAKE_TERMOUT | R. Diez | 2021-02-15 | 1 | -1/+1 |
* | build: use SPDX license tags | Paul Spooren | 2021-02-05 | 1 | -6/+2 |
* | build: use ccache -C for cleaning the cache | Sven Wegener | 2021-01-06 | 1 | -2/+2 |
* | build: drop clang wrapper | Kevin Darbyshire-Bryant | 2021-01-05 | 1 | -9/+1 |
* | build: detect broken make version on macOS | Felix Fietkau | 2020-11-14 | 1 | -0/+6 |
* | Revert "build: process variable exports from toplevel.mk only once" | Adrian Schmutzler | 2020-10-16 | 1 | -2/+50 |
* | build: process variable exports from toplevel.mk only once | Felix Fietkau | 2020-10-16 | 1 | -50/+2 |
* | Revert "build: create tmp/userids file" | Jo-Philipp Wich | 2020-09-14 | 1 | -1/+0 |
* | build: dump effective user/group id mapping to file | Jo-Philipp Wich | 2020-09-14 | 1 | -0/+1 |
* | build: create tmp/userids file | Paul Spooren | 2020-09-14 | 1 | -0/+1 |
* | build: fix README.md reference after rename | Adrian Schmutzler | 2020-08-12 | 1 | -1/+1 |
* | build: improve ccache support | Roman Yeryomin | 2020-07-11 | 1 | -1/+1 |
* | build: add 'make kernel_xconfig' command | Sergio E. Nemirowski | 2020-07-08 | 1 | -0/+4 |
* | build: add nconfig | Sergio E. Nemirowski | 2020-07-07 | 1 | -0/+7 |
* | build: add option to treat recursive deps as error | Eneas U de Queiroz | 2020-05-20 | 1 | -5/+8 |
* | build: show make output in scripts/config when V=s | Eneas U de Queiroz | 2020-05-20 | 1 | -1/+2 |
* | Revert "build: add option to warn on recursive dependency" | Jo-Philipp Wich | 2020-04-12 | 1 | -1/+1 |
* | build: add option to warn on recursive dependency | Eneas U de Queiroz | 2020-04-09 | 1 | -1/+1 |
* | build: simplify building *config targets | Eneas U de Queiroz | 2020-04-09 | 1 | -11/+4 |
* | build: fix host menu config targets using ncurses | Petr Štetiar | 2019-09-25 | 1 | -1/+10 |
* | build: fix kernel_*config targets on 4.19 | Petr Štetiar | 2019-06-21 | 1 | -1/+1 |
* | build: rename .packagesubdirs to .packageauxvars | Jo-Philipp Wich | 2019-01-19 | 1 | -2/+2 |
* | build: fix target metadata scan dependencies | Felix Fietkau | 2018-07-02 | 1 | -2/+2 |
* | include/toplevel.mk: Add xconfig target | Alif M. Ahmad | 2017-11-02 | 1 | -0/+9 |
* | include/toplevel: set env GIT_ASKPASS=/bin/true | Alexander Couzens | 2017-06-08 | 1 | -0/+1 |
* | build: ensure that flock is available for make download | Felix Fietkau | 2017-06-08 | 1 | -1/+1 |
* | build: new fixes for symlinked .config handling | Sergey Ryazanov | 2017-05-11 | 1 | -4/+8 |
* | build: allow val.% targets to bypass the prepare steps | Felix Fietkau | 2017-05-05 | 1 | -0/+3 |
* | build: fix symlinked .config handling | Sergey Ryazanov | 2017-04-26 | 1 | -1/+1 |
* | build: remove package makefile overlay functionality | Felix Fietkau | 2017-04-12 | 1 | -1/+1 |
* | build: get rid of host.mk | Felix Fietkau | 2017-02-26 | 1 | -1/+3 |
* | build: fix dependency of kernel_menuconfig target | Baptiste Jonglez | 2017-02-12 | 1 | -1/+1 |
* | build: ensure that prereq-build is run before metadata scan from feeds (FS#367) | Felix Fietkau | 2017-01-05 | 1 | -1/+1 |
* | build: implement make check and make package/X/check | Felix Fietkau | 2016-12-17 | 1 | -0/+3 |
* | docs: remove all refrences in Makefiles/scripts | Mathias Kresin | 2016-11-30 | 1 | -6/+0 |
* | sdk: predefine SOURCE_DATE_EPOCH | Jo-Philipp Wich | 2016-10-21 | 1 | -1/+2 |
* | include/toplevel.mk: fix defconfig when ~/.openwrt/defconfig exists - take 2 | John Crispin | 2016-07-06 | 1 | -1/+1 |
* | include/toplevel.mk: fix defconfig when ~/.openwrt/defconfig exists | John Crispin | 2016-07-06 | 1 | -1/+1 |
* | build: split scripts/metadata.pl into target-metadata.pl and package-metadata.pl | Felix Fietkau | 2016-06-07 | 1 | -3/+3 |
* | Centralize setting of all version info to include/version.mk | Hannu Nyman | 2016-05-24 | 1 | -2/+0 |
* | build: fix make download in the SDK | Felix Fietkau | 2016-05-16 | 1 | -4/+7 |
* | toplevel.mk: rescan target metadata if the image makefile changes | Felix Fietkau | 2016-05-11 | 1 | -1/+1 |
* | build: introduce SOURCE_DATE_EPOCH variable | Felix Fietkau | 2016-01-31 | 1 | -0/+1 |
* | include: group kmod ipk files into a "kernel" subdirectory | Jo-Philipp Wich | 2016-01-24 | 1 | -2/+2 |
* | build: ignore the linux package in the sdk only for generating package data, ... | Felix Fietkau | 2016-01-10 | 1 | -1/+7 |
* | build: prevent host default LDFLAGS from leaking into packages | Felix Fietkau | 2016-01-08 | 1 | -0/+1 |
* | build: filter out relative directory entries from $PATH | Felix Fietkau | 2016-01-03 | 1 | -0/+7 |
* | toplevel.mk: fix distclean | Felix Fietkau | 2015-11-06 | 1 | -1/+1 |
* | toplevel.mk: drop LD_LIBRARY_PATH overrides | Jo-Philipp Wich | 2015-10-03 | 1 | -2/+0 |