diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-07-07 13:13:54 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-07-07 13:13:54 +0000 |
commit | 21d3ea0b8ee58e3f068e384d965ec697d8d72e0b (patch) | |
tree | f2a0777a1e364f22273e7c3744df907a8952325d /packages/linux/ixp4xx-kernel.inc | |
parent | 67402b598c5d0fbe056d2aa6949f8e6a328c979b (diff) |
ixp4xx-kernel: Support building for the fsg3 machine
Diffstat (limited to 'packages/linux/ixp4xx-kernel.inc')
-rw-r--r-- | packages/linux/ixp4xx-kernel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel.inc b/packages/linux/ixp4xx-kernel.inc index 1c9d004d0f..367685f112 100644 --- a/packages/linux/ixp4xx-kernel.inc +++ b/packages/linux/ixp4xx-kernel.inc @@ -151,7 +151,7 @@ SRC_URI = "${IXP4XX_SRCURI}" SRC_URI += "${IXP4XX_PATCHES}" COMPATIBLE_HOST = 'arm.*-linux.*' -COMPATIBLE_MACHINE = '(ixp4xx|nslu2)' +COMPATIBLE_MACHINE = '(ixp4xx|nslu2|fsg3)' inherit kernel |