diff options
author | Martin Dietze <di@fh-wedel.de> | 2006-09-08 12:41:48 +0000 |
---|---|---|
committer | Martin Dietze <di@fh-wedel.de> | 2006-09-08 12:41:48 +0000 |
commit | 03b3579813b72ea73f9961105c598581e3f073e0 (patch) | |
tree | d58b298506103cc591fb4fd1c51bea9f88ee3f61 /packages/linux/linux-mtx-1u_2.4.27.bb | |
parent | 6f4455ad4fe9f67a9b2cc316663b69f085af4031 (diff) |
linux kernels: updated kernels plus patches for nylon/mtx
* linux-mtx-1-2.4.27: the standard kernel used for the 4G access cube
* linux-mtx-1u-2.4.27: the customized kernel for the 4G Surfbox I
* linux-mtx-2-2.4.27: the customized kernel for the 4G Surfbox II
Diffstat (limited to 'packages/linux/linux-mtx-1u_2.4.27.bb')
-rw-r--r-- | packages/linux/linux-mtx-1u_2.4.27.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/linux/linux-mtx-1u_2.4.27.bb b/packages/linux/linux-mtx-1u_2.4.27.bb new file mode 100644 index 0000000000..8ab1c5bbd1 --- /dev/null +++ b/packages/linux/linux-mtx-1u_2.4.27.bb @@ -0,0 +1,21 @@ +include linux-mtx-1_2.4.27.bb + +PR = "r11" + +SRC_URI += "\ + file://22-umts.diff;patch=1 \ + file://28-idsel-cardbus.diff;patch=1 \ + file://30-mtx-1-sysled.diff;patch=1 \ + file://31-mtx-1u-led-init.diff;patch=1 \ + file://32-usbserial-stalled-hack.diff;patch=1 \ + file://33-usbserial-bulk_in_size-4096.diff;patch=1 \ + file://39-mppe-mpc.patch;patch=1 \ + file://40-option-hsdpa.patch;patch=1" + +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-mtx-1-${PV}" + +KERNEL_IMAGE_NAME = "kernel-${KV}-${MACHINE}u_${BUILDNAME}" + +MTX_KERNEL_NON_PCI_OHCI = "no" + +PACKAGE_ARCH = "mtx-1u" |