From: Chris Tallon Date: Wed, 22 Feb 2017 17:38:31 +0000 (+0000) Subject: Copy only JPEGs necessary for MVP dongle X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=5af5b71d73d8f73a0bc21afc09f947d8398f5e9a;p=makedevenv.git Copy only JPEGs necessary for MVP dongle --- 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