Skip to content
Snippets Groups Projects
Select Git revision
  • 303f69668b25b9c3ad1442caa1f206afdced1f07
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
41 results

0023-grub2-Add-sub-package-grub-editenv-for-target-installation.patch

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    0008-firmware-utils-bump-to-git-HEAD.patch 1.31 KiB
    From: Sander Vanheule <sander@svanheule.net>
    Date: Mon, 27 Jun 2022 21:24:24 +0200
    Subject: firmware-utils: bump to git HEAD
    
    The support-list partition for the EAP225-V3 board ID became larger than
    the allocated size, resulting in factory image generation for the
    EAP225-Outdoor v3 and EAP225 v3 to fail. The make directive
    Build/tplink-safeloader ignores this failure however, resulting in a
    seemingly successful build with empty factory images.
    
    Included changes:
        e609c5d75186 tplink-safeloader: drop unqualified EAP225-V3 IDs
    
    Signed-off-by: Sander Vanheule <sander@svanheule.net>
    
    diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
    index 2534cec54383b28c4c93d0f4f70263a9af0274cb..7dc406e755cd9c56e4ec6de42bcf9a93aabb2581 100644
    --- a/tools/firmware-utils/Makefile
    +++ b/tools/firmware-utils/Makefile
    @@ -12,8 +12,8 @@ PKG_RELEASE:=1
     PKG_SOURCE_PROTO:=git
     PKG_SOURCE_URL=$(PROJECT_GIT)/project/firmware-utils.git
     PKG_SOURCE_DATE:=2022-04-25
    -PKG_SOURCE_VERSION:=ddc3e00e314d3fbc3f9faab2d07395722ce9b01a
    -PKG_MIRROR_HASH:=246fc1d72d3a8cdb4072d81e033c92abaf614acd6f35a10fffd029d5c7f9303b
    +PKG_SOURCE_VERSION:=e609c5d751868ae823c236332c76ce3c50acdd2e
    +PKG_MIRROR_HASH:=f1a5af565bff50ccc99471a2be71636ed685dd15bfb9b162be9acf8ee28033a6
     
     include $(INCLUDE_DIR)/host-build.mk
     include $(INCLUDE_DIR)/cmake.mk