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/wiligear | |
parent | 6521f53c653fcea9ca9b7d0f338a2afc5e4c5946 (diff) | |
download | upstream-da5001475c093f296248fe6842d9188d4f64fd4e.tar.gz upstream-da5001475c093f296248fe6842d9188d4f64fd4e.tar.bz2 upstream-da5001475c093f296248fe6842d9188d4f64fd4e.zip |
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/wiligear')
-rw-r--r-- | target/linux/gemini/wiligear/target.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/gemini/wiligear/target.mk b/target/linux/gemini/wiligear/target.mk new file mode 100644 index 0000000000..97cab18590 --- /dev/null +++ b/target/linux/gemini/wiligear/target.mk @@ -0,0 +1,10 @@ +# +# Copyright (C) 2014 OpenWrt.org +# + +SUBTARGET:=wiligear +BOARDNAME:=Wiligear WBD-222/111 + +define Target/Description + Build firmware images for Wiligear WBD-222 and WBD-111 boards. +endef |