| Commit message (Expand) | Author | Age | Files | Lines |
* | scripts/diffconfig.sh: fix output if TARGET_PER_DEVICE_ROOTFS is set | Mathias Kresin | 2016-10-06 | 1 | -0/+1 |
* | image: allow specifying additional packages for device-specific rootfs | Matthias Schiffer | 2016-09-24 | 1 | -1/+12 |
* | scripts/package-metadata.pl: fix generation of dependencies on virtual packages | Matthias Schiffer | 2016-09-23 | 1 | -1/+4 |
* | scripts/ubinize-image.sh: add support for adding custom partitions | Felix Fietkau | 2016-08-31 | 1 | -1/+26 |
* | scripts: ipkg-build: do not require git or svn | Jo-Philipp Wich | 2016-08-15 | 1 | -2/+2 |
* | kernel: add plan 9 fs package | Matteo Croce | 2016-08-11 | 1 | -0/+1 |
* | scripts/config: properly handle select on symbols with unmet direct dependencies | Felix Fietkau | 2016-08-03 | 1 | -11/+3 |
* | scripts/config: sync with latest linux upstream | Felix Fietkau | 2016-08-03 | 15 | -1394/+1398 |
* | scripts: fix remote-gdb with CONFIG_BUILD_SUFFIX | Hauke Mehrtens | 2016-08-01 | 1 | -2/+2 |
* | build: rename sysupgrade-nand to sysupgrade-tar | Jo-Philipp Wich | 2016-07-29 | 1 | -0/+0 |
* | build: add option to enable all profiles | Felix Fietkau | 2016-07-29 | 1 | -0/+4 |
* | build: add support for per-device rootfs based on device profile packges | Felix Fietkau | 2016-07-29 | 1 | -3/+29 |
* | scripts/getver.sh: fix older git versions from printing stuff to stdout | Jonas Gorski | 2016-07-16 | 1 | -2/+2 |
* | scripts/getver.sh: stop relying on the reboot tag | Felix Fietkau | 2016-07-14 | 1 | -3/+4 |
* | scripts/getver.sh: fix one more wc -l call | Jonas Gorski | 2016-07-13 | 1 | -1/+1 |
* | scripts/getver.sh: try to get branch/upstream automatically | Jonas Gorski | 2016-07-13 | 1 | -5/+14 |
* | scripts/getver.sh: fix revision number on BSD/MacOS | Felix Fietkau | 2016-07-09 | 1 | -2/+2 |
* | scripts/getver.sh: avoid use of git rev-list --count | Jonas Gorski | 2016-07-09 | 1 | -3/+3 |
* | scripts/getver.sh: improve revision output | Jonas Gorski | 2016-07-09 | 1 | -2/+7 |
* | scripts/getver.sh: allow conversion between git hash and revision | Jonas Gorski | 2016-07-09 | 1 | -2/+18 |
* | scripts/getver.sh: simplify revision calculation | Jonas Gorski | 2016-07-09 | 1 | -1/+1 |
* | scripts/package-metadata.pl: fix kmod pakage dependencies within the SDK | Felix Fietkau | 2016-07-07 | 2 | -3/+4 |
* | scripts/diffconfig.sh: fix handing of CONFIG_TARGET_MULTI_PROFILE | Felix Fietkau | 2016-07-07 | 1 | -0/+1 |
* | tools: add kernel2minor utility for Mikrotik devices | Sergey Sergeev | 2016-07-05 | 1 | -0/+1 |
* | scripts/feeds: Prevent .config autocreation | Daniel Dickinson | 2016-07-05 | 1 | -0/+5 |
* | scripts: feeds: fix version detection for Make >= 4.2.1 | Jo-Philipp Wich | 2016-06-15 | 1 | -1/+4 |
* | config: add a small_flash feature | John Crispin | 2016-06-13 | 1 | -0/+1 |
* | treewide: replace jow@openwrt.org with jo@mein.io | Jo-Philipp Wich | 2016-06-07 | 3 | -3/+3 |
* | treewide: replace nbd@openwrt.org with nbd@nbd.name | Felix Fietkau | 2016-06-07 | 1 | -1/+1 |
* | build: implement support for selecting multiple device profiles | Felix Fietkau | 2016-06-07 | 2 | -0/+47 |
* | build: split scripts/metadata.pl into target-metadata.pl and package-metadata.pl | Felix Fietkau | 2016-06-07 | 2 | -323/+342 |
* | download.pl: Rework URLs | Daniel Engberg | 2016-05-28 | 1 | -15/+32 |
* | scripts/download.pl: Use CDN for kernel downloads | Petr Štetiar | 2016-05-23 | 1 | -2/+2 |
* | script/symlink-tree.sh: Fix missing config dir | Daniel Dickinson | 2016-05-18 | 1 | -0/+7 |
* | build: remove profile kernel/build system config override support | Felix Fietkau | 2016-05-15 | 2 | -4/+0 |
* | scripts/ipkg-build: fix deprecated GZIP environment variable warning | Syrone Wong | 2016-05-13 | 1 | -4/+4 |
* | scripts/metadata.pl: add support for generating profile make code for the ima... | Felix Fietkau | 2016-05-13 | 2 | -6/+22 |
* | download.pl: use http://sources.lede-project.org as download mirror | Felix Fietkau | 2016-05-13 | 1 | -0/+1 |
* | build: avoid including profiles/*.mk | Felix Fietkau | 2016-05-11 | 1 | -0/+12 |
* | metadata.pl: fix target profile sorting check | Felix Fietkau | 2016-05-11 | 1 | -3/+3 |
* | metadata.pl: add support for forcing sorting of profiles | Felix Fietkau | 2016-05-11 | 2 | -1/+10 |
* | target.mk: remove the unused Target-Path field | Felix Fietkau | 2016-05-11 | 1 | -1/+0 |
* | metadata.pl: add support for selecting packages available only via PROVIDES | Felix Fietkau | 2016-05-09 | 1 | -20/+30 |
* | scripts: add "r" to revision | John Crispin | 2016-04-29 | 1 | -1/+2 |
* | scripts: avoid hard-coded paths in scripts | Iblis Lin | 2016-04-28 | 7 | -7/+7 |
* | global: introduce ALL_NONSHARED symbol | Jo-Philipp Wich | 2016-04-13 | 2 | -3/+7 |
* | scripts: remove "Package-Subdir" metadata handling | Jo-Philipp Wich | 2016-04-13 | 1 | -1/+0 |
* | scripts: metadata: use the new "Repository" field | Jo-Philipp Wich | 2016-04-13 | 2 | -2/+3 |
* | scripts: metadata: add CONFIG_TARGET_SUBTARGET symbol | Jo-Philipp Wich | 2016-04-06 | 1 | -0/+12 |
* | download: add @GITHUB download facility | Álvaro Fernández Rojas | 2016-04-03 | 1 | -0/+1 |