From 5af5b71d73d8f73a0bc21afc09f947d8398f5e9a Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Wed, 22 Feb 2017 17:38:31 +0000 Subject: [PATCH] Copy only JPEGs necessary for MVP dongle --- dongle/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dongle/build b/dongle/build index b0b9cfc..2209b75 100755 --- a/dongle/build +++ b/dongle/build @@ -15,7 +15,9 @@ cp -a tofs/* fs # Insert vompclient cp -fv ../client/vompclient fs -cp -fv ../client/other/*.jpg fs +cp -fv ../client/other/vdr.jpg fs +cp -fv ../client/other/wallpaperNTSC.jpg +cp -fv ../client/other/wallpaperPAL.jpg cp -fv ../lbox_border/lbox_border.o fs/lib/modules/2.4.31 # Get kernel files temp dir ready -- 2.39.2