diff options
author | John Crispin <john@openwrt.org> | 2014-11-19 14:09:10 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-19 14:09:10 +0000 |
commit | da5001475c093f296248fe6842d9188d4f64fd4e (patch) | |
tree | a32f6d32a31f513e20c975d92b09d3e456ea4687 /target/linux/gemini/Makefile | |
parent | 6521f53c653fcea9ca9b7d0f338a2afc5e4c5946 (diff) | |
download | mtk-20170518-da5001475c093f296248fe6842d9188d4f64fd4e.zip mtk-20170518-da5001475c093f296248fe6842d9188d4f64fd4e.tar.gz mtk-20170518-da5001475c093f296248fe6842d9188d4f64fd4e.tar.bz2 |
gemini: add basic nas4220 board support
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
Diffstat (limited to 'target/linux/gemini/Makefile')
-rw-r--r-- | target/linux/gemini/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index 7eb751e..2c10af2 100644 --- a/target/linux/gemini/Makefile +++ b/target/linux/gemini/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=gemini BOARDNAME:=Cortina Systems CS351x +SUBTARGETS:=raidsonic wiligear FEATURES:=squashfs pci CPU_TYPE:=fa526 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |