diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-07-01 02:00:41 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-07-01 02:03:24 +0200 |
commit | 599bfe6146ea5a403c14e6b8a2c60be69daac3f9 (patch) | |
tree | 6119788d923903867c9a8d5ae3c150517caaf6f3 /recipes/linux/linux_2.6.30.bb | |
parent | ab81f3a9ebc9906412d4a0a3e8d58bf6155f1506 (diff) |
linux: Remove broken tx25 support from 2.6.30
Diffstat (limited to 'recipes/linux/linux_2.6.30.bb')
-rw-r--r-- | recipes/linux/linux_2.6.30.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/linux/linux_2.6.30.bb b/recipes/linux/linux_2.6.30.bb index 900b3d95f1..aa13fca783 100644 --- a/recipes/linux/linux_2.6.30.bb +++ b/recipes/linux/linux_2.6.30.bb @@ -7,12 +7,9 @@ S = "${WORKDIR}/linux-${PV}" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_mpc8315e-rdb = "1" -DEFAULT_PREFERENCE_tx25 = "1" DEFAULT_PREFERENCE_mx27ads = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://defconfig" SRC_URI_append_mpc8315e-rdb = " file://mpc8315erdb-add-msi-to-dts.patch;patch=1" - -SRC_URI_append_tx25 = " file://linux-2.6.30-rc4-karo.diff;patch=1" |