diff options
author | Rene Wagner <rw@handhelds.org> | 2006-05-13 18:30:41 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-13 18:30:41 +0200 |
commit | 6abeccc9c4dc0f2cfd98bd1e5513139cd866ae28 (patch) | |
tree | 200508f040023af689e3bee11b00a46f9cf6ff1d | |
parent | a912bd06e6266de715a1873dbe10e56745a9aabb (diff) |
h2200.conf: call make_zimage_symlink_relative to fix booting from LAB.
-rw-r--r-- | org.handhelds.familiar/conf/machine/h2200.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/org.handhelds.familiar/conf/machine/h2200.conf b/org.handhelds.familiar/conf/machine/h2200.conf index 15b7cdf..ea81f8f 100644 --- a/org.handhelds.familiar/conf/machine/h2200.conf +++ b/org.handhelds.familiar/conf/machine/h2200.conf @@ -39,3 +39,6 @@ GPE_EXTRA_DEPENDS += "gaim gpe-filemanager" GPE_EXTRA_INSTALL += "gaim gpe-filemanager" include conf/machine/tune-strongarm.conf + +# LAB can only resolve relative symlinks +ROOTFS_POSTPROCESS_COMMAND += "make_zimage_symlink_relative; " |