Lines Matching refs:this

18 but this is also dated and it can be difficult to spot exactly what has been
27 platform and compiling them correctly for that platform. What this means is that
35 just apply to the kernel, but to anything included with OpenWrt -- It is this one
39 So let's take a look at OpenWrt and see how this all works.
67 The result of this is three new directories, \texttt{build\_dir/host}, which is a temporary
90 configuration. You would do something like this:
106 \texttt{target} refers to the embedded platform, this contains items which are specific to
127 screen, through this menu you can select which platform you're targeting, which versions of
257 The version of this package Makefile
280 the name of the package to be built, in this case "\texttt{bridge}". All other information
283 \texttt{Package/bridge} is, which wouldn't be the case if we passed this information
289 \texttt{\textit{<name>}} matches the argument passed to buildroot, this describes
305 Which packages must be built/installed before this package. To reference a dependency defined in the
309 Set this option to 1 if you do NOT want your package to appear in menuconfig.
314 A list of config files installed by this package, one file per line.
317 A set of commands to unpack and patch the sources. You may safely leave this
321 You can leave this undefined if the source doesn't use configure or has a
337 How to compile the source; in most cases you should leave this undefined.
473 The sub menu under which this package will be seen
477 Files you want to inlude to this kernel module package, separate with spaces.