Merge commit 'origin/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / linux / linux-ixp4xx.inc
1 # linux-ixp4xx.inc
2 #
3 DESCRIPTION = "Linux 2.6.x kernel for IXP4xx devices"
4
5 COMPATIBLE_HOST = 'arm.*-linux.*'
6 COMPATIBLE_MACHINE = '(ixp4xx|nslu2|syhl1)'
7
8 # To specify the console set KERNEL_CONSOLE in the .bb file.
9
10 # CMDLINE_ROOT: machine specific boot options - should not be set on a
11 #  generic kernel!
12 CMDLINE_ROOT ?= ""
13
14 # CMDLINE_DEBUG: debug options such as noirqdebug, defaults to empty
15 # override in local.conf etc
16 CMDLINE_DEBUG ?= ""
17
18 CMDLINE  = "${CMDLINE_ROOT}"
19 CMDLINE += "${CMDLINE_DEBUG}"
20 CMDLINE += "${CMDLINE_CONSOLE}"
21
22 # Kernel module dependencies
23 # (according to hrw, these should go in kernel.bbclass)
24
25 DEPENDS_kernel-module-zd1211rw  += "zd1211-firmware"
26 RDEPENDS_kernel-module-zd1211rw += "zd1211-firmware"