summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/image
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-08-11 11:37:17 +0000
committerJonas Gorski <jogo@openwrt.org>2014-08-11 11:37:17 +0000
commit862f7fccb00cf5641c056dc5f23a0d85276bf26d (patch)
tree4914ec566eea940fa637f045bf813097cf158f85 /target/linux/brcm63xx/image
parent52b0935efe803609153bf0c040efbe7578695aff (diff)
downloadmtk-20170518-862f7fccb00cf5641c056dc5f23a0d85276bf26d.zip
mtk-20170518-862f7fccb00cf5641c056dc5f23a0d85276bf26d.tar.gz
mtk-20170518-862f7fccb00cf5641c056dc5f23a0d85276bf26d.tar.bz2
brcm63xx: use dtb board detection for NB6
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42127
Diffstat (limited to 'target/linux/brcm63xx/image')
-rwxr-xr-xtarget/linux/brcm63xx/image/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile
index 9ee97d1..9f13896 100755
--- a/target/linux/brcm63xx/image/Makefile
+++ b/target/linux/brcm63xx/image/Makefile
@@ -279,9 +279,6 @@ define Image/Build
# Zyxel P870HW-51a v2
$(call Image/Build/ZyXEL,$(1),96368VVW,P870HW-51a_v2,6368,P870HW-51a_v2,ZyXEL,--signature "ZyXEL_0001")
- # Neufbox6
- $(call Image/Build/CFE,$(1),NB6-SER-r0,6362,NEUFBOX6,OpenWRT-$(REVISION))
-
# Sagem F@ST2504n
$(call Image/Build/CFE,$(1),F@ST2504n,6362,F@ST2504n,OpenWRT-$(REVISION))
@@ -391,4 +388,7 @@ $(eval $(call HW556ImageDTB,hg556a-a,HW556-A))
$(eval $(call HW556ImageDTB,hg556a-b,HW556-B))
$(eval $(call HW556ImageDTB,hg556a-c,HW556-C))
+# SFR neufbox 6
+$(call $(call CfeImageDTB,nb6-ser-r0,NB6-SER-r0,6362,NEUFBOX6,OpenWRT-$(REVISION)))
+
$(eval $(call BuildImage))