| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | include: toplevel: drop unused OPENWRTVERSION variable | Rafał Miłecki | 2015-09-14 | 1 | -2/+0 |
* | toplevel: fix release name | Steven Barth | 2015-09-13 | 1 | -1/+1 |
* | toplevel.mk: fix LD_LIBRARY_PATH for host binaries | Jo-Philipp Wich | 2015-07-17 | 1 | -2/+2 |
* | build: don't call prereq for any package/symlinks rules | Felix Fietkau | 2015-05-10 | 1 | -0/+14 |
* | build: tell users to do non-paralle builds on errors | Felix Fietkau | 2015-04-16 | 1 | -1/+6 |
* | include: remove trailing whitespaces | Luka Perkov | 2015-03-29 | 1 | -1/+1 |
* | build: move tmp/.prereq-build to staging_dir/host to gracefully handle stagin... | Felix Fietkau | 2015-02-27 | 1 | -4/+4 |
* | include: remove SDK specific target from toplevel.mk | Jo-Philipp Wich | 2015-02-08 | 1 | -1/+7 |
* | include: let HOSTCC default to $(CC), not gcc | Jo-Philipp Wich | 2015-02-05 | 1 | -1/+1 |
* | include: test build prereqs before preparing tempinfo | Jo-Philipp Wich | 2015-02-05 | 1 | -1/+1 |
* | sdk: track files with git and use it to implement proper clean targets | Jo-Philipp Wich | 2015-01-10 | 1 | -1/+1 |
* | Fix build when TAR_OPTIONS env variable is set | John Crispin | 2014-10-06 | 1 | -0/+2 |
* | build: introduce per feed repository support | Jo-Philipp Wich | 2014-08-05 | 1 | -0/+2 |
* | include/toplevel.mk: more chaos calmer renaming | John Crispin | 2014-07-29 | 1 | -1/+1 |
* | target/sdk: use .config instead of unconditionally enabling all build dirs | Felix Fietkau | 2014-03-13 | 1 | -0/+11 |
* | build: fix build on Mac OS X 10.9 | Felix Fietkau | 2013-10-28 | 1 | -2/+9 |
* | build scripts: fix 'make defconfig' damage | Florian Fainelli | 2013-09-02 | 1 | -1/+2 |
* | build: fix make defconfig | Felix Fietkau | 2013-04-18 | 1 | -1/+1 |
* | build: add new menuconfig code based on linux 3.9 | Felix Fietkau | 2013-04-18 | 1 | -3/+8 |
* | build: make the color of the 'configuration out of sync' warning red to make ... | Felix Fietkau | 2013-03-17 | 1 | -2/+3 |