OpenWrt – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # |
2 | # Copyright (C) 2018 Jianhui Zhao <jianhuizhao329@gmail.com> |
||
3 | # |
||
4 | # This is free software, licensed under the GNU General Public License v2. |
||
5 | # See /LICENSE for more information. |
||
6 | # |
||
7 | |||
8 | SUBTARGET:=s5pv210 |
||
9 | BOARDNAME:=s5pv210 based boards |
||
10 | FEATURES+=fpu |
||
11 | CPU_TYPE:=cortex-a8 |
||
12 | CPU_SUBTYPE:=neon |
||
13 | |||
14 | define Target/Description |
||
15 | Build firmware images for Samsung s5pv210 based boards. |
||
16 | endef |
||
17 |