Skip to content
Snippets Groups Projects
Select Git revision
  • 897ee73d14d8672e43860e8c5ab960b47ed2e02d
  • 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

respondd.c

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    0037-ar71xx-add-uImageArcher-to-tp-link.mk.patch 1.03 KiB
    From: Andreas Ziegler <github@andreas-ziegler.de>
    Date: Sun, 6 Aug 2017 16:27:53 +0200
    Subject: ar71xx: add uImageArcher to tp-link.mk
    
    backport from e39dc8d823c86559eedbbdcee5f5c14b827fed0f
    ar71xx: add support to TP-Link Archer C59v1 and C60v1
    
    Based-on-patch-by: Henryk Heisig <hyniu@o2.pl>
    Signed-off-by: Andreas Ziegler <github@andreas-ziegler.de>
    
    diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk
    index b76ed02ca394fc1a8b15218d64b5dc722552bbfd..9cd6c6372ac8f7e509a0a2422616097c1c19edf6 100644
    --- a/target/linux/ar71xx/image/tp-link.mk
    +++ b/target/linux/ar71xx/image/tp-link.mk
    @@ -45,6 +45,14 @@ define Build/mktplinkfw-kernel
     	@mv $@.new $@
     endef
     
    +define Build/uImageArcher
    +	mkimage -A $(LINUX_KARCH) \
    +		-O linux -T kernel \
    +		-C $(1) -a $(KERNEL_LOADADDR) -e $(if $(KERNEL_ENTRY),$(KERNEL_ENTRY),$(KERNEL_LOADADDR)) \
    +		-n '$(call toupper,$(LINUX_KARCH)) LEDE Linux-$(LINUX_VERSION)' -d $@ $@.new
    +	@mv $@.new $@
    +endef
    +
     define Device/tplink
       TPLINK_HWREV := 0x1
       TPLINK_HEADER_VERSION := 1