mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
document the feeds system
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10001 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
204f28d64a
commit
6e2ed99ca3
@ -80,10 +80,10 @@ add a new version of one of the components above.
|
|||||||
\texttt{package} is for exactly that -- packages. In an OpenWrt firmware, almost everything
|
\texttt{package} is for exactly that -- packages. In an OpenWrt firmware, almost everything
|
||||||
is an \texttt{.ipk}, a software package which can be added to the firmware to provide new
|
is an \texttt{.ipk}, a software package which can be added to the firmware to provide new
|
||||||
features or removed to save space. Note that packages are also maintained outside of the main
|
features or removed to save space. Note that packages are also maintained outside of the main
|
||||||
trunk and can be obtained from subversion at the following location:
|
trunk and can be obtained from subversion using the package feeds system:
|
||||||
|
|
||||||
\begin{Verbatim}
|
\begin{Verbatim}
|
||||||
$ svn checkout https://svn.openwrt.org/openwrt/packages packages
|
$ ./scripts/feeds update
|
||||||
\end{Verbatim}
|
\end{Verbatim}
|
||||||
|
|
||||||
Those packages can be used to extend the functionality of the build system and need to be
|
Those packages can be used to extend the functionality of the build system and need to be
|
||||||
@ -91,15 +91,17 @@ symlinked into the main trunk. Once you do that, the packages will show up in th
|
|||||||
configuration. From kamikaze you would do something like this:
|
configuration. From kamikaze you would do something like this:
|
||||||
|
|
||||||
\begin{Verbatim}
|
\begin{Verbatim}
|
||||||
$ ls
|
$ ./scripts/feeds search nmap
|
||||||
kamikaze packages
|
Search results in feed 'packages':
|
||||||
$ ln -s packages/net/nmap kamikaze/package/nmap
|
nmap Network exploration and/or security auditing utility
|
||||||
|
|
||||||
|
$ ./scripts/feeds install nmap
|
||||||
\end{Verbatim}
|
\end{Verbatim}
|
||||||
|
|
||||||
To include all packages, issue the following command:
|
To include all packages, issue the following command:
|
||||||
|
|
||||||
\begin{Verbatim}
|
\begin{Verbatim}
|
||||||
$ ln -s packages/*/* kamikaze/package/
|
$ make package/symlinks
|
||||||
\end{Verbatim}
|
\end{Verbatim}
|
||||||
|
|
||||||
\texttt{target} refers to the embedded platform, this contains items which are specific to
|
\texttt{target} refers to the embedded platform, this contains items which are specific to
|
||||||
|
Loading…
Reference in New Issue
Block a user