mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 01:47:28 -04:00
ramips: add flash size postfix to Widora neo
Rename the Widora neo by adding a flash size prefix. Move the common parts into a dtsi to be prepare everything for upcomming support of the 32MB version. Migrate the Widora neo to the generic board detection as well. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
@@ -215,13 +215,14 @@ define Device/wl-wn575a3
|
||||
endef
|
||||
TARGET_DEVICES += wl-wn575a3
|
||||
|
||||
define Device/widora-neo
|
||||
DTS := WIDORA-NEO
|
||||
define Device/widora_neo-16m
|
||||
DTS := WIDORA-NEO-16M
|
||||
IMAGE_SIZE := $(ralink_default_fw_size_16M)
|
||||
DEVICE_TITLE := Widora-NEO
|
||||
DEVICE_TITLE := Widora-NEO (16M)
|
||||
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci
|
||||
SUPPORTED_DEVICES += widora-neo
|
||||
endef
|
||||
TARGET_DEVICES += widora-neo
|
||||
TARGET_DEVICES += widora_neo-16m
|
||||
|
||||
define Device/wrtnode2p
|
||||
DTS := WRTNODE2P
|
||||
|
||||
Reference in New Issue
Block a user