diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-13 22:23:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-13 22:23:37 +0000 |
commit | 923bef167811193709477894074b00fba7fb21f0 (patch) | |
tree | 3bf3dd299977f1ac0896eed25f603ca5948a1541 /target/linux/bcm53xx/patches-3.18/056-ARM-BCM5301X-Add-DT-for-Netgear-R8000.patch | |
parent | bdb6c313de367280ed17ad234136f133ceb37551 (diff) | |
download | mtk-20170518-923bef167811193709477894074b00fba7fb21f0.zip mtk-20170518-923bef167811193709477894074b00fba7fb21f0.tar.gz mtk-20170518-923bef167811193709477894074b00fba7fb21f0.tar.bz2 |
bcm53xx: refresh kernel patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45426
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/056-ARM-BCM5301X-Add-DT-for-Netgear-R8000.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/056-ARM-BCM5301X-Add-DT-for-Netgear-R8000.patch | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/056-ARM-BCM5301X-Add-DT-for-Netgear-R8000.patch b/target/linux/bcm53xx/patches-3.18/056-ARM-BCM5301X-Add-DT-for-Netgear-R8000.patch index 35a0103..7508161 100644 --- a/target/linux/bcm53xx/patches-3.18/056-ARM-BCM5301X-Add-DT-for-Netgear-R8000.patch +++ b/target/linux/bcm53xx/patches-3.18/056-ARM-BCM5301X-Add-DT-for-Netgear-R8000.patch @@ -15,8 +15,6 @@ Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/bcm4709-netgear-r8000.dts -diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile -index 2604d7c..c6e0a4c 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -61,7 +61,8 @@ dtb-$(CONFIG_ARCH_BCM_5301X) += \ @@ -29,9 +27,6 @@ index 2604d7c..c6e0a4c 100644 dtb-$(CONFIG_ARCH_BCM_63XX) += bcm963138dvt.dtb dtb-$(CONFIG_ARCH_BCM_MOBILE) += bcm28155-ap.dtb \ bcm21664-garnet.dtb -diff --git a/arch/arm/boot/dts/bcm4709-netgear-r8000.dts b/arch/arm/boot/dts/bcm4709-netgear-r8000.dts -new file mode 100644 -index 0000000..ea26dd3 --- /dev/null +++ b/arch/arm/boot/dts/bcm4709-netgear-r8000.dts @@ -0,0 +1,77 @@ @@ -112,6 +107,3 @@ index 0000000..ea26dd3 + }; + }; +}; --- -1.8.4.5 - |