diff options
| author | Jonathan Bauer | 2014-05-08 14:28:21 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-05-08 14:28:21 +0200 |
| commit | f24cd664d8460238e278da804962d57a6fc69576 (patch) | |
| tree | 3a4a152ad36e481b3ed42d63ed831ffc6ffc20da | |
| parent | [kernel.inc] copy_kernel: now copies the correct kernel (diff) | |
| download | tm-scripts-f24cd664d8460238e278da804962d57a6fc69576.tar.gz tm-scripts-f24cd664d8460238e278da804962d57a6fc69576.tar.xz tm-scripts-f24cd664d8460238e278da804962d57a6fc69576.zip | |
[rfs-s32] use copy_kernel function
| -rw-r--r-- | remote/rootfs/rootfs-stage32/module.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage32/module.build b/remote/rootfs/rootfs-stage32/module.build index c5d0fbc4..1a582d75 100644 --- a/remote/rootfs/rootfs-stage32/module.build +++ b/remote/rootfs/rootfs-stage32/module.build @@ -119,7 +119,7 @@ post_copy() { # copy kernel, modules and firmware copy_kernel_modules copy_firmware - #copy_kernel + copy_kernel # Try to fetch distro logo if [ ! -s "$TARGET_BUILD_DIR/etc/distro.png" ]; then |
