mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 04:37:26 -04:00
ramips: add support for CreativeBox v1
Hardware: SoC: MT7621 DRAM: 512MB DDR3 Flash: 32MB SPI-NOR WiFi 2.4GHz: MT7603 @ PCIe0 WiFi 5.8GHz: MT7612 @ PCIe1 SATA: ASM1061 @ PCIe2 Interfaces: GBE RJ45 x5 USB3.0 x1 eSATA (with USB2.0) x1 SATA x1 UART x1 I2C x1 JTAG x1 Flash instructions: Through factory bootloader or firmware web interface Signed-off-by: Weijie Gao <hackpascal@gmail.com>
This commit is contained in:
committed by
Mathias Kresin
parent
d020ae79ab
commit
74af8a833a
@@ -121,6 +121,16 @@ define Device/mediatek_ap-mt7621a-v60
|
||||
endef
|
||||
TARGET_DEVICES += mediatek_ap-mt7621a-v60
|
||||
|
||||
define Device/xzwifi_creativebox-v1
|
||||
DTS := CreativeBox-v1
|
||||
IMAGE_SIZE := $(ralink_default_fw_size_32M)
|
||||
DEVICE_TITLE := CreativeBox v1
|
||||
DEVICE_PACKAGES := \
|
||||
kmod-ata-core kmod-ata-ahci kmod-mt7603 kmod-mt76x2 kmod-sdhci-mt7620 \
|
||||
kmod-usb3
|
||||
endef
|
||||
TARGET_DEVICES += xzwifi_creativebox-v1
|
||||
|
||||
define Device/elecom_wrc-1167ghbk2-s
|
||||
DTS := WRC-1167GHBK2-S
|
||||
IMAGE_SIZE := 15488k
|
||||
|
||||
Reference in New Issue
Block a user