diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-23 15:52:00 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-23 15:52:00 +0000 |
commit | 4b99db3694b625aac506555d1b6ebf3bdd4b7a5e (patch) | |
tree | e104ff5bc4817fee77badf5358c00d88f87840b1 | |
parent | b750ffba347c1f8bb7dbbe42abf31f17bf4db56c (diff) |
linux.inc: catch up with depends after gumstix changes
-rw-r--r-- | packages/linux/linux.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index cc87d3e3d0..ae7308bb81 100644 --- a/packages/linux/linux.inc +++ b/packages/linux/linux.inc @@ -8,7 +8,8 @@ DEPENDS_at32stk1000 = "u-boot-mkimage-openmoko-native" DEPENDS_atngw100 = "u-boot-mkimage-openmoko-native" DEPENDS_at91sam9263ek = "u-boot-mkimage-openmoko-native" DEPENDS_sarge-at91 = "u-boot-mkimage-openmoko-native" -DEPENDS_gumstix = "u-boot-mkimage-openmoko-native" +DEPENDS_gumstix-connex = "u-boot-mkimage-openmoko-native" +DEPENDS_gumstix-verdex = "u-boot-mkimage-openmoko-native" inherit kernel |