diff options
author | Radek Dostál <rd@radekdostal.com> | 2016-12-15 20:24:37 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-12-22 14:50:06 +0100 |
commit | 3561d89ad696db7edf14a9e53c3f4c08a506cd2a (patch) | |
tree | ae5f8f19bdacc3612b8f39ab0ab33c632e2537e7 /target | |
parent | 9c475eca3e1b004a7fd604dba1481ed2c09ffb35 (diff) | |
download | upstream-3561d89ad696db7edf14a9e53c3f4c08a506cd2a.tar.gz upstream-3561d89ad696db7edf14a9e53c3f4c08a506cd2a.tar.bz2 upstream-3561d89ad696db7edf14a9e53c3f4c08a506cd2a.zip |
ar71xx: RE450: enable building of TP-Link RE450
Signed-off-by: Radek Dostál <rd@radekdostal.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/tp-link.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk index c6508839cc..c6c9b5093c 100644 --- a/target/linux/ar71xx/image/tp-link.mk +++ b/target/linux/ar71xx/image/tp-link.mk @@ -119,6 +119,22 @@ $(Device/cpe510-520) endef TARGET_DEVICES += cpe210-220 cpe510-520 +define Device/re450 + DEVICE_TITLE := TP-LINK RE450 + DEVICE_PACKAGES := kmod-ath10k ath10k-firmware-qca988x + MTDPARTS := spi0.0:128k(u-boot)ro,1344k(kernel),4672k(rootfs),64k(pation-table)ro,64k(product-info)ro,1856k(config)ro,64k(art)ro,6016k@0x20000(firmware) + IMAGE_SIZE := 7936k + BOARDNAME := RE450 + TPLINK_BOARD_NAME := RE450 + DEVICE_PROFILE := RE450 + LOADER_TYPE := elf + KERNEL := kernel-bin | patch-cmdline | lzma | mktplinkfw-kernel + IMAGES := sysupgrade.bin factory.bin + IMAGE/sysupgrade.bin := append-rootfs | tplink-safeloader sysupgrade + IMAGE/factory.bin := append-rootfs | tplink-safeloader factory +endef +TARGET_DEVICES += re450 + define Device/eap120 DEVICE_TITLE := TP-LINK EAP120 MTDPARTS := spi0.0:128k(u-boot)ro,64k(pation-table)ro,64k(product-info)ro,1536k(kernel),14336k(rootfs),192k(config)ro,64k(ART)ro,15872k@0x40000(firmware) |