da5001475c
Few notes: - redboot partitions are unusable - redboot declares only 16M of RAM, hence the mem arg in cmdline and separate kernel config - boots fine but only ethernet works for now - split wiliboard and raidsonic boards into different subtargets Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 43319
12 lines
183 B
Makefile
12 lines
183 B
Makefile
#
|
|
# Copyright (C) 2014 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=raidsonic
|
|
BOARDNAME:=Raidsonic NAS42x0
|
|
FEATURES+=jffs2
|
|
|
|
define Target/Description
|
|
Build firmware images for Raidsonic NAS4220.
|
|
endef
|