diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-11 11:37:17 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-11 11:37:17 +0000 |
commit | 862f7fccb00cf5641c056dc5f23a0d85276bf26d (patch) | |
tree | 4914ec566eea940fa637f045bf813097cf158f85 /target/linux/brcm63xx/image | |
parent | 52b0935efe803609153bf0c040efbe7578695aff (diff) | |
download | upstream-862f7fccb00cf5641c056dc5f23a0d85276bf26d.tar.gz upstream-862f7fccb00cf5641c056dc5f23a0d85276bf26d.tar.bz2 upstream-862f7fccb00cf5641c056dc5f23a0d85276bf26d.zip |
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-x | target/linux/brcm63xx/image/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 9ee97d15a6..9f1389680e 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)) |