diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2008-12-07 20:49:09 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2008-12-07 20:49:09 +0100 |
commit | c13279029ba08daa578b06936b583cd6be64f1cf (patch) | |
tree | 2d1afa995c2a222feaf94eb04170c2b11579c34a /packages/linux/linux_2.6.27.bb | |
parent | 5f3dc7bb630beb75091b520dd29631032158cdf8 (diff) |
linux-2.6.27: porting simpad patches to linux-2.6.27
* trying my best to port the patches from class_device to device
* update to the new include structure
* at least it is booting, but not all drivers are working correct
Diffstat (limited to 'packages/linux/linux_2.6.27.bb')
-rw-r--r-- | packages/linux/linux_2.6.27.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linux/linux_2.6.27.bb b/packages/linux/linux_2.6.27.bb index 5b85b3debd..50b9202cc7 100644 --- a/packages/linux/linux_2.6.27.bb +++ b/packages/linux/linux_2.6.27.bb @@ -3,7 +3,7 @@ require linux.inc # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_progear = "1" -DEFAULT_PREFERENCE_simpad = "1" +DEFAULT_PREFERENCE_simpad = "-1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://defconfig " @@ -13,12 +13,12 @@ SRC_URI_append_progear = "file://progear-bl.patch;patch=1\ SRC_URI_append_simpad = "\ file://linux-2.6.27-SIMpad-GPIO-MMC-mod.patch;patch=1 \ - file://linux-2.6.24-SIMpad-battery-old-way-but-also-with-sysfs.patch;patch=1 \ + file://linux-2.6.27-SIMpad-battery-old-way-but-also-with-sysfs.patch;patch=1 \ file://linux-2.6.27-SIMpad-cs3-simpad.patch;patch=1 \ file://linux-2.6.27-SIMpad-mq200.patch;patch=1 \ file://linux-2.6.27-SIMpad-pcmcia.patch;patch=1 \ file://linux-2.6.27-SIMpad-serial-gpio_keys-and-cs3-ro.patch.v2;patch=1 \ - file://linux-2.6.24-SIMpad-ucb1x00-switches.patch;patch=1 \ + file://linux-2.6.27-SIMpad-ucb1x00-switches.patch;patch=1 \ file://linux-2.6.27-SIMpad-ucb1x00-ts-supend-and-accuracy.patch;patch=1 \ file://linux-2.6.24-SIMpad-hostap_cs-shared-irq.patch;patch=1 \ file://linux-2.6.24-SIMpad-orinoco_cs-shared-irq.patch;patch=1 \ |