mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
12 lines
201 B
Makefile
12 lines
201 B
Makefile
|
SUBTARGET:=ox820
|
||
|
BOARDNAME:=OX820/NAS782x
|
||
|
CPU_TYPE:=mpcore
|
||
|
FEATURES+=nand pci pcie ubifs usb
|
||
|
|
||
|
DEFAULT_PACKAGES += \
|
||
|
uboot-oxnas-ox820
|
||
|
|
||
|
|
||
|
define Target/Description
|
||
|
Oxford/PLXTECH OX820/NAS782x
|
||
|
endef
|