diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2017-07-13 00:41:04 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2017-07-13 23:56:24 +0200 |
commit | 8c96eb2fdb139dff602e076d9d5d8ed276c31fb5 (patch) | |
tree | 638177649fbdaeb27b0d09eec3cd195febe90455 /target | |
parent | 16222a10108c10115cde6b8ef96eabba8fb8b84b (diff) | |
download | upstream-8c96eb2fdb139dff602e076d9d5d8ed276c31fb5.tar.gz upstream-8c96eb2fdb139dff602e076d9d5d8ed276c31fb5.tar.bz2 upstream-8c96eb2fdb139dff602e076d9d5d8ed276c31fb5.zip |
ar71xx/image: change unifi UBNT_CHIP to ar7240
Verified by OEM firmware images which contains the same
chip.
Tested-by: Andreas Bräu <ab@andi95.de>
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/ubnt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/ubnt.mk b/target/linux/ar71xx/image/ubnt.mk index 6711abd5ee..f80f2f1b33 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 |