diff options
| author | Alexander Couzens | 2017-07-12 22:41:04 +0000 |
|---|---|---|
| committer | Alexander Couzens | 2017-07-13 21:56:24 +0000 |
| commit | 8c96eb2fdb139dff602e076d9d5d8ed276c31fb5 (patch) | |
| tree | 638177649fbdaeb27b0d09eec3cd195febe90455 | |
| parent | 16222a10108c10115cde6b8ef96eabba8fb8b84b (diff) | |
| download | openwrt-8c96eb2fdb139dff602e076d9d5d8ed276c31fb5.tar.gz | |
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>
| -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 |