diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-31 10:55:31 +0000 |
---|---|---|
committer | Openmoko anonymizer key <devel@lists.openmoko.org> | 2007-08-31 10:55:31 +0000 |
commit | fb2040eb664c8aa98d8fe45e7bc07c9c2837b0fd (patch) | |
tree | 2c568418a814f892836573e6c5ecfe0234dcc171 /packages/linux/linux-gta01.inc | |
parent | d7d57f3e05feab6e49a2264f6e81902c28682049 (diff) |
linux-gta01: make it compatible w/ gta02, adjust DEPENDS
Diffstat (limited to 'packages/linux/linux-gta01.inc')
-rw-r--r-- | packages/linux/linux-gta01.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linux/linux-gta01.inc b/packages/linux/linux-gta01.inc index 4ee117ea90..31991ed96a 100644 --- a/packages/linux/linux-gta01.inc +++ b/packages/linux/linux-gta01.inc @@ -1,9 +1,9 @@ DESCRIPTION = "2.6 Linux Development Kernel for FIC Neo1973 (GTA01)" SECTION = "kernel" AUTHOR = "Harald Welte <laforge@openmoko.org>" -HOMEPAGE = "N/A" +HOMEPAGE = "http://www.openmoko.org" LICENSE = "GPL" -DEPENDS += "quilt-native uboot-openmoko" +DEPENDS += "uboot-mkimage-openmoko-native" inherit kernel @@ -24,7 +24,7 @@ FILES_kernel-image = "" ALLOW_EMPTY = "1" COMPATIBLE_HOST = "arm.*-linux" -COMPATIBLE_MACHINE = 'fic-gta01' +COMPATIBLE_MACHINE = 'fic-gta01|fic-gta02' CMDLINE_CON = "console=ttySAC0,115200n8" #CMDLINE_ROOT = "root=/dev/mmcblk0p1 rootfstype=ext3 rootdelay=5" |