ar71xx: Add support for PISEN TS-D084
PISEN TS-D084 is an wireless router with a battery and integrated power supply based on Atheros AR9331. Specification: - 400/400/200 MHz (CPU/DDR/AHB) - 64 MB of RAM (DDR2) - 8 MB of FLASH (SPI NOR) - 1x 10/100 Mbps Ethernet - 1T1R 2.4 GHz (AR9331) - 1x USB 2.0 Flash instruction: The manufacturer are using exactly the same firmware header as TP-LINK TL-WR703N (including device ID!). Simply upload the factory firmware into WebUI and flashing is done. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
This commit is contained in:
committed by
John Crispin
parent
67a3cdcbb0
commit
a789c0f491
@@ -998,6 +998,17 @@ define Device/tellstick-znet-lite
|
||||
endef
|
||||
TARGET_DEVICES += tellstick-znet-lite
|
||||
|
||||
define Device/ts-d084
|
||||
$(Device/tplink-8mlzma)
|
||||
DEVICE_TITLE := PISEN TS-D084
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2
|
||||
BOARDNAME := TS-D084
|
||||
DEVICE_PROFILE := TSD084
|
||||
TPLINK_HWID := 0x07030101
|
||||
CONSOLE := ttyATH0,115200
|
||||
endef
|
||||
TARGET_DEVICES += ts-d084
|
||||
|
||||
define Device/n5q
|
||||
DEVICE_TITLE := ALFA Network N5Q
|
||||
DEVICE_PACKAGES := rssileds -swconfig
|
||||
|
||||
Reference in New Issue
Block a user