| Commit message (Expand) | Author | Age | Files | Lines |
* | lantiq: fix console print | Hauke Mehrtens | 2017-01-05 | 35 | -4/+128 |
* | strace: update to version 4.15 | Hauke Mehrtens | 2017-01-05 | 2 | -5/+3 |
* | dnsmasq: change 'add_local_hostname' to use dnsmasq '--interface-name' | Eric Luehrsen | 2017-01-05 | 2 | -23/+31 |
* | dnsmasq: clean up white space in dnsmasq.init | Eric Luehrsen | 2017-01-05 | 1 | -16/+16 |
* | ar71xx: add support for TP-Link WBS210/510 | Matthias Schiffer | 2017-01-05 | 8 | -8/+95 |
* | firmware-utils: tplink-safeloader: add support for TP-Link WBS210/510 1.2 | Matthias Schiffer | 2017-01-05 | 1 | -0/+62 |
* | tools: cmake: use different approach for passing LDFLAGS | Jo-Philipp Wich | 2017-01-05 | 1 | -3/+5 |
* | Revert "build: fix HOST_CONFIGURE_VARS placement" | Jo-Philipp Wich | 2017-01-05 | 1 | -1/+1 |
* | tools: cmake: use pkg-config to discover libcrypto linker flags | Jo-Philipp Wich | 2017-01-05 | 1 | -1/+2 |
* | tools: mkimage: use pkg-config to discover libcrypto linker flags | Jo-Philipp Wich | 2017-01-05 | 1 | -2/+2 |
* | tools: make libressl build depend on pkg-config | Jo-Philipp Wich | 2017-01-05 | 1 | -0/+1 |
* | build: fix HOST_CONFIGURE_VARS placement | Jo-Philipp Wich | 2017-01-05 | 1 | -1/+1 |
* | cmake: update to version 3.7.1 | Felix Fietkau | 2017-01-05 | 4 | -571/+2 |
* | build: ensure that prereq-build is run before metadata scan from feeds (FS#367) | Felix Fietkau | 2017-01-05 | 1 | -1/+1 |
* | uboot-sunxi: enable parallel build | Felix Fietkau | 2017-01-05 | 1 | -0/+2 |
* | sunxi: use fwtool for checking sdcard images | Yousong Zhou | 2017-01-05 | 5 | -153/+19 |
* | sunxi: add sysupgrade support | Yousong Zhou | 2017-01-05 | 3 | -0/+91 |
* | sunxi: make sdcard image with squashfs as rootfs | Yousong Zhou | 2017-01-05 | 1 | -1/+2 |
* | sunxi: convert to new image generation method | Yousong Zhou | 2017-01-05 | 18 | -363/+171 |
* | uboot-sunxi: add uboot-sunxi-all for selecting all other variants | Yousong Zhou | 2017-01-05 | 1 | -142/+50 |
* | base-files: export x86 platform upgrade functions to common.sh | Yousong Zhou | 2017-01-05 | 3 | -96/+95 |
* | sunxi: enable loopback device and f2fs support | Yousong Zhou | 2017-01-05 | 1 | -0/+14 |
* | sunxi: fix dts name for Mele M9 | Yousong Zhou | 2017-01-05 | 1 | -1/+1 |
* | build: unzip: perform operations quietly | Yousong Zhou | 2017-01-05 | 1 | -1/+1 |
* | x86: move sysupgrade.tgz only if it exists | Yousong Zhou | 2017-01-05 | 1 | -3/+6 |
* | kernel: spi: allow setting chipselect gpio to sleep | Felix Fietkau | 2017-01-05 | 1 | -0/+21 |
* | ar71xx: remove a non-upstream spi core patch | Felix Fietkau | 2017-01-05 | 5 | -208/+8 |
* | ath9k: don't run periodic and nf calibration at the same time | Felix Fietkau | 2017-01-05 | 1 | -0/+26 |
* | build: use mkhash to replace various quirky md5sum/openssl calls | Felix Fietkau | 2017-01-05 | 22 | -45/+28 |
* | build: add a small standalone utility for calculating md5/sha256 hash | Felix Fietkau | 2017-01-05 | 2 | -0/+833 |
* | tools: make cmake depend on libressl, one of its utilities uses it | Felix Fietkau | 2017-01-05 | 1 | -0/+1 |
* | host-build: remove openssl include path from host cflags | Felix Fietkau | 2017-01-05 | 1 | -5/+0 |
* | tools: build libressl on all systems | Felix Fietkau | 2017-01-05 | 2 | -18/+2 |
* | oxnas: remove support for pre-4.4 kernels from drivers | Daniel Golle | 2017-01-04 | 4 | -63/+1 |
* | kernel/modules: add SSSE3 SHA512 module | Stijn Tintel | 2017-01-04 | 1 | -1/+7 |
* | kernel/modules: add SSSE3 SHA256 module | Stijn Tintel | 2017-01-04 | 1 | -1/+7 |
* | kernel/modules: add SSSE3 SHA1 module | Stijn Tintel | 2017-01-04 | 1 | -1/+7 |
* | kernel: allow subtarget specific KernelPackage | Stijn Tintel | 2017-01-04 | 1 | -0/+2 |
* | x86/64: enable AES-NI support in kernel | Stijn Tintel | 2017-01-04 | 1 | -1/+2 |
* | brcm47xx: generic: include Ethernet drivers in standard image | Rafał Miłecki | 2017-01-04 | 1 | -0/+5 |
* | brcm47xx: drop some personal profiles | Rafał Miłecki | 2017-01-04 | 3 | -50/+0 |
* | brcm47xx: generic: drop standalone profiles duplicating device ones | Rafał Miłecki | 2017-01-04 | 2 | -33/+0 |
* | brcm47xx: generic: specify DEVICE_PACKAGES for all devices | Rafał Miłecki | 2017-01-04 | 1 | -0/+6 |
* | brcm47xx: fix bgmac package | Rafał Miłecki | 2017-01-04 | 1 | -2/+5 |
* | build: add diffconfig target | Jo-Philipp Wich | 2017-01-04 | 1 | -0/+4 |
* | powerpc: boot: fix build with parallel make | Jo-Philipp Wich | 2017-01-04 | 1 | -0/+45 |
* | brcm47xx: mips74k: specify DEVICE_PACKAGES for all devices | Rafał Miłecki | 2017-01-04 | 1 | -0/+39 |
* | brcm47xx: legacy: specify DEVICE_PACKAGES for all devices | Rafał Miłecki | 2017-01-04 | 1 | -1/+29 |
* | Revert "ath9k: Add airtime fairness scheduler" | Felix Fietkau | 2017-01-04 | 9 | -728/+15 |
* | dnsmasq: add DHCP Unique Identifier for DHCPv6 | Arjen de Korte | 2017-01-03 | 1 | -1/+2 |