[source] ar71xx/image: change unifi UBNT_CHIP to ar7240

LEDE Commits lede-commits at lists.infradead.org
Thu Jul 13 18:11:12 PDT 2017


lynxis pushed a commit to source.git, branch master:
https://git.lede-project.org/8c96eb2fdb139dff602e076d9d5d8ed276c31fb5

commit 8c96eb2fdb139dff602e076d9d5d8ed276c31fb5
Author: Alexander Couzens <lynxis at fe80.eu>
AuthorDate: Thu Jul 13 00:41:04 2017 +0200

    ar71xx/image: change unifi UBNT_CHIP to ar7240
    
    Verified by OEM firmware images which contains the same
    chip.
    
    Tested-by: Andreas Bräu <ab at andi95.de>
    Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
 target/linux/ar71xx/image/ubnt.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ar71xx/image/ubnt.mk b/target/linux/ar71xx/image/ubnt.mk
index 6711abd..f80f2f1 100644
--- a/target/linux/ar71xx/image/ubnt.mk
+++ b/target/linux/ar71xx/image/ubnt.mk
@@ -63,7 +63,7 @@ endef
 define Device/ubnt-bz
   $(Device/ubnt)
   UBNT_TYPE := BZ
-  UBNT_CHIP := ar934x
+  UBNT_CHIP := ar7240
 endef
 
 define Device/rw2458n



More information about the lede-commits mailing list