diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index 9e2e1f2..4b0c260 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -484,7 +484,8 @@ def NEOBootMainEx(source, target, CopyFiles, CopyKernel, TvList, LanWlan, Sterow if not os.path.exists('' + getNeoLocation() + 'ImageBoot/.without_copying'): for line in open("/etc/hostname"): - if getCPUtype() == 'MIPS' and not "dm" in line: + #if getCPUtype() == 'MIPS' and not "dm" in line: + if getCPUtype() == 'MIPS' and not "dm500hd" in line and not "dm800se" in line and not "dm800" in line and not "dm8000" in line : if not os.path.exists('%s/ImageBoot/%s/etc/enigma2' % (media, target)): cmd = 'mkdir -p %s/ImageBoot/%s/etc/enigma2' % (media, target) rc = os.system(cmd)