diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-11-18 06:31:46 -0500 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-11 02:01:10 +0100 |
commit | 176afdb3a180e0833d8b0a5085a2745e2b3e2d27 (patch) | |
tree | 64ea2b98f489d25c2a057e52a4c060fed344b98e /docs/buildroot.html | |
parent | 56d387716a7f6f744b1db77c69d661051db6e9d0 (diff) |
linux: add shorter shortcuts
We only have one Linux kernel package, and "linux26-" is an anachronism
in today's world. So add useful "linux-%" shortcuts to the "linux26-%".
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r-- | docs/buildroot.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index b6cf578bd..8293c8fec 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -434,7 +434,7 @@ <p>The Linux kernel configuration can be customized just like <a href="#custom_busybox">BusyBox</a> and - <a href="#custom_uclibc">uClibc</a> using <code>make linux26-menuconfig + <a href="#custom_uclibc">uClibc</a> using <code>make linux-menuconfig </code>. Make sure you have enabled the kernel build in <code>make menuconfig</code> first. Once done, run <code>make</code> to (re)build everything.</p> |