diff options
author | Koen Kooi <koen@openembedded.org> | 2009-08-13 13:25:51 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-13 13:25:51 +0200 |
commit | 8ded6c1580b907494b0ea95e36d91ca8d64122e8 (patch) | |
tree | 6f3a8a365073e23ddc7b8669bb47cdcf5b1d74a3 /recipes/linux/linux-omap-psp_2.6.29.bb | |
parent | d193340b357f806d8604927bf461007fd809edae (diff) |
linux-omap*: evm and beagle updates
* the 'zippy' daughtercard now has working mmc, rtc and ethernet
Diffstat (limited to 'recipes/linux/linux-omap-psp_2.6.29.bb')
-rw-r--r-- | recipes/linux/linux-omap-psp_2.6.29.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-omap-psp_2.6.29.bb b/recipes/linux/linux-omap-psp_2.6.29.bb index 56e3e62fb3..d64786c18c 100644 --- a/recipes/linux/linux-omap-psp_2.6.29.bb +++ b/recipes/linux/linux-omap-psp_2.6.29.bb @@ -18,7 +18,7 @@ S = "${WORKDIR}/git" SRC_URI_append = " \ file://fix-twl-merge-damage.diff;patch=1 \ file://fix-section-mismatch.diff;patch=1 \ - file:///no-3517-hack.diff;patch=1 \ + file://no-3517-hack.diff;patch=1 \ " do_install_append() { |