| Commit message (Expand) | Author | Age | Files | Lines |
* | ar71xx: enable sysupgrade for the OpenMesh OM5P-AC | Sven Eckelmann | 2016-09-21 | 2 | -3/+10 |
* | scripts/om-fwupgradecfg-gen.sh: add support for the OM5P-AC | Sven Eckelmann | 2016-09-21 | 1 | -2/+2 |
* | ar71xx: add user-space support for the OpenMesh OM5P-AC | Sven Eckelmann | 2016-09-21 | 3 | -0/+11 |
* | ar71xx: add kernel support for the OpenMesh OM5P-AC board | Sven Eckelmann | 2016-09-21 | 3 | -0/+232 |
* | scripts/om-fwupgradecfg-gen.sh: Generate sha256sum for uboot verification | Sven Eckelmann | 2016-09-21 | 1 | -0/+4 |
* | scripts/om-fwupgradecfg-gen.sh: Fix u-boot image md5sum check | Sven Eckelmann | 2016-09-21 | 1 | -0/+3 |
* | ar71xx: Use private version of ath79_setup_qca955x_eth_cfg for MR1750 | Sven Eckelmann | 2016-09-21 | 1 | -1/+23 |
* | ar71xx: Use private version of ath79_setup_qca955x_eth_cfg for MR900 | Sven Eckelmann | 2016-09-21 | 1 | -1/+23 |
* | ar71xx: Use PHY fixups for Open Mesh MR1750 | Sven Eckelmann | 2016-09-21 | 1 | -3/+22 |
* | ar71xx: Use PHY fixups for Open Mesh MR900 | Sven Eckelmann | 2016-09-21 | 1 | -3/+22 |
* | ar71xx: Add QCA955X GPIO mux and function definitions | Sven Eckelmann | 2016-09-21 | 2 | -28/+77 |
* | ar71xx: Add support for ath79_gpio_function_* on QCA955X | Sven Eckelmann | 2016-09-21 | 1 | -1/+11 |
* | ar71xx: Allow to use ath79_gpio_output_select on QCA955x | Sven Eckelmann | 2016-09-21 | 1 | -0/+60 |
* | ar71xx: Use *_eth_cfg helper for Open Mesh MR900 boards | Sven Eckelmann | 2016-09-21 | 1 | -20/+1 |
* | ar71xx: Extend the list of bits in QCA955X_GMAC_REG_ETH_CFG | Sven Eckelmann | 2016-09-21 | 1 | -1/+18 |
* | ar71xx: create profile and build image for the OpenMesh MR1750 board | Sven Eckelmann | 2016-09-21 | 2 | -2/+14 |
* | package/uboot-envtools: add OpenMesh MR1750 support | Sven Eckelmann | 2016-09-21 | 1 | -0/+1 |
* | package/om-watchdog: add OpenMesh MR1750 support | Sven Eckelmann | 2016-09-21 | 1 | -1/+1 |
* | ar71xx: enable sysupgrade for the OpenMesh MR1750 | Sven Eckelmann | 2016-09-21 | 2 | -1/+8 |
* | scripts/om-fwupgradecfg-gen.sh: add support for the MR1750 | Sven Eckelmann | 2016-09-21 | 1 | -2/+2 |
* | ar71xx: add user-space support for the OpenMesh MR1750 board | Sven Eckelmann | 2016-09-21 | 4 | -0/+13 |
* | ar71xx: add kernel support for the OpenMesh MR1750 board | Sven Eckelmann | 2016-09-21 | 3 | -0/+169 |
* | ar71xx: Generate sysupgrade images for OpenMesh devices | Sven Eckelmann | 2016-09-21 | 1 | -0/+3 |
* | Merge pull request #83 from ecsv/gcc6 | Zoltan Herpai | 2016-09-21 | 4 | -93/+850 |
|\ |
|
| * | toolchain: gcc: fix build with GCC 6 | Matthias Schiffer | 2016-09-01 | 1 | -0/+130 |
| * | tools: mkimage: sync include/linux/compiler*.h with u-boot master | Matthias Schiffer | 2016-09-01 | 2 | -93/+702 |
| * | tools: pkg-config: fix build with GCC 6 | Matthias Schiffer | 2016-09-01 | 1 | -0/+18 |
|/ |
|
* | iw: backport support for "channels" command | Rafał Miłecki | 2016-06-19 | 1 | -0/+234 |
* | mac80211: brcmfmac: fix support for BCM4366 | Rafał Miłecki | 2016-06-19 | 3 | -0/+233 |
* | mac80211: brcmfmac: add support for get_channel | Rafał Miłecki | 2016-06-19 | 2 | -0/+338 |
* | mac80211: brcmfmac: fix support for up to 4 AP interfaces | Rafał Miłecki | 2016-06-19 | 3 | -2/+121 |
* | mac80211: brcmfmac: return -ENFILE if interface exists | Rafał Miłecki | 2016-06-19 | 1 | -1/+1 |
* | openssl: Update to version 1.0.2h | Luka Perkov | 2016-06-19 | 1 | -2/+2 |
* | mtd: seama: exit with error if Seama header wasn't found | Rafał Miłecki | 2016-06-19 | 1 | -1/+1 |
* | mtd: seama: fix image data handling | Rafał Miłecki | 2016-06-19 | 1 | -28/+18 |
* | mtd: seama: move buf allocation to the MD5 function | Rafał Miłecki | 2016-06-19 | 1 | -16/+22 |
* | mtd: seama: update MD5 using header in the first block buffer | Rafał Miłecki | 2016-06-19 | 1 | -4/+3 |
* | mtd: seama: add md5 to header struct | Rafał Miłecki | 2016-06-19 | 2 | -12/+11 |
* | mtd: check for Seama magic early when fixing MD5 | Rafał Miłecki | 2016-06-19 | 1 | -7/+21 |
* | mtd: add missing breaks in a switch | Rafał Miłecki | 2016-06-19 | 1 | -0/+2 |
* | mtd: use tabs for indents | Rafał Miłecki | 2016-06-19 | 1 | -7/+7 |
* | hostapd: backport fix for AP SME drivers with monitor mode support | Rafał Miłecki | 2016-06-19 | 1 | -0/+48 |
* | kernel: use backported versions of bgmac patches | Rafał Miłecki | 2016-06-19 | 7 | -41/+61 |
* | bcm53xx: use backported versions of bcma USB patches | Rafał Miłecki | 2016-06-19 | 12 | -55/+83 |
* | CC: ubox: turn logd into a separate package | Luka Perkov | 2016-06-19 | 2 | -4/+18 |
* | mac80211: add support for BCM4366C0 in brcmfmac | Rafał Miłecki | 2016-04-27 | 2 | -0/+92 |
* | Revert "ar71xx: change some TP-link modelnames (WR841, WA701, WA730)" | John Crispin | 2016-04-26 | 1 | -11/+11 |
* | lantiq: Fix LED handling. | John Crispin | 2016-04-26 | 1 | -24/+32 |
* | lantiq: Fix ath9k LED for TDW8970. | John Crispin | 2016-04-26 | 3 | -1/+22 |
* | ar71x: Added support for TP-Link TL-WR841N v11 to 15.05 | John Crispin | 2016-04-25 | 1 | -1/+8 |