diff options
author | Mike Westerhof <mwester@dls.net> | 2010-05-18 23:00:47 -0500 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2010-05-18 23:00:47 -0500 |
commit | 35d92bf240ffdccd6dccc085762d0a76e84bae45 (patch) | |
tree | fe23fb5fb4306f7b92475cf2e6c08a1205c723b8 /recipes/linux/linux-ixp4xx.inc | |
parent | 5deb2f2b2037e83f09d0aa1545028d2b4965e60d (diff) |
linux-ixp4xx: Add a patch to avoid a name clash with the C library on
recent buildhosts. This will not change the generated binary; it merely
facilitates building the kernel and modules.
Diffstat (limited to 'recipes/linux/linux-ixp4xx.inc')
-rw-r--r-- | recipes/linux/linux-ixp4xx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-ixp4xx.inc b/recipes/linux/linux-ixp4xx.inc index f00c4c43b9..f877672bd3 100644 --- a/recipes/linux/linux-ixp4xx.inc +++ b/recipes/linux/linux-ixp4xx.inc @@ -1,7 +1,7 @@ # linux-ixp4xx.inc # DESCRIPTION = "Linux 2.6.x kernel for IXP4xx devices" -SRCREV = "1089" +SRCREV = "1090" COMPATIBLE_HOST = 'arm.*-linux.*' COMPATIBLE_MACHINE = '(ixp4xx|nslu2|syhl1)' |