diff options
| author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-28 01:02:05 +0000 |
|---|---|---|
| committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-28 01:02:05 +0000 |
| commit | f07ce82ea84796221b8356dddb031c51e504726e (patch) | |
| tree | 399f40d15f9f6ebb0d7d111dc1551b5cf317c411 /packages/linux | |
| parent | 236ee589a8921c2f96c18f02d0ed3aeab38958b5 (diff) | |
| parent | e55d052b8fe7279f2fc23944fd5dd75e743d1a4b (diff) | |
merge of '0087f6bf16173f482f44032bf3bc88182981f5a2'
and '7ab8b86e6a186c603ee048b23f8308df0e9063f3'
Diffstat (limited to 'packages/linux')
| -rw-r--r-- | packages/linux/linux-linkstationppc_2.6.21-rc5.bb (renamed from packages/linux/linux-linkstationppc_2.6.21-rc4.bb) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/packages/linux/linux-linkstationppc_2.6.21-rc4.bb b/packages/linux/linux-linkstationppc_2.6.21-rc5.bb index 0410c86706..7a6efb0059 100644 --- a/packages/linux/linux-linkstationppc_2.6.21-rc4.bb +++ b/packages/linux/linux-linkstationppc_2.6.21-rc5.bb @@ -1,14 +1,13 @@ -DESCRIPTION = "Linux Kernel for the Buffalo Linkstation HG 2.6.21-rc4" +DESCRIPTION = "Linux Kernel for the Buffalo Linkstation HG 2.6.21-rc5" SECTION = "kernel" LICENSE = "GPL" PR = "r0" DEPENDS = "dtc-native" - -COMPATIBLE_MACHINE = "linkstationppc" +COMPATIBLE_MACHINE = "(lsppchd|lsppchg)" SRC_URI = "http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \ - http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.21-rc4.bz2;patch=1 \ + http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.21-rc5.bz2;patch=1 \ file://defconfig \ " @@ -20,7 +19,7 @@ export ARCH="powerpc" KERNEL_IMAGETYPE = "uImage" -FILES_kernel += "/boot/kuroboxHG.dtb \ +FILES_kernel-image += "/boot/kuroboxHG.dtb \ /boot/kuroboxHD.dtb" do_configure() { |
