summaryrefslogtreecommitdiffstats
path: root/docs/README
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-11-18 06:31:46 -0500
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-11 02:01:10 +0100
commit176afdb3a180e0833d8b0a5085a2745e2b3e2d27 (patch)
tree64ea2b98f489d25c2a057e52a4c060fed344b98e /docs/README
parent56d387716a7f6f744b1db77c69d661051db6e9d0 (diff)
downloadbuildroot-novena-176afdb3a180e0833d8b0a5085a2745e2b3e2d27.tar.gz
buildroot-novena-176afdb3a180e0833d8b0a5085a2745e2b3e2d27.zip
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/README')
-rw-r--r--docs/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README b/docs/README
index c330a606b..e756329b5 100644
--- a/docs/README
+++ b/docs/README
@@ -53,7 +53,7 @@ $ make HOSTCC=gcc-4.3.orig HOSTCXX=gcc-4.3-mine
Depending on your configuration, there are some targets you can use to
use menuconfig of certain packages. This includes:
-$ make HOSTCC=gcc-4.3 linux26-menuconfig
+$ make HOSTCC=gcc-4.3 linux-menuconfig
$ make HOSTCC=gcc-4.3 uclibc-menuconfig
$ make HOSTCC=gcc-4.3 busybox-menuconfig