#
################################################################################
-# 11760
-OSCAM_TAG = 11830
-OSCAM_EMU_PATCH = b2c9ed3
+OSCAM_TAG = 11907
+# last Git_TAG with available online patch 11830+b2c9ed3
+#OSCAM_EMU_GIT = b2c9ed3
+
+#Patch from Digital-Elite-Board
+OSCAM_EMU_BZ2 = $(OSCAM_TAG)-802
+#--------- Source ----------------
+OSCAM_EMU_PATCH = $(OSCAM_EMU_BZ2)
+
# https://github.com/oscam-emu/oscam-emu/commits/master
OSCAM_EMU_GIT = "https://github.com/oscam-emu/oscam-emu.git"
$(START_BUILD)
$(REMOVE)/oscam-emu-patch-$(OSCAM_EMU_PATCH)
$(UNTAR)/oscam-emu-patch-$(OSCAM_EMU_PATCH).tar.bz2
-
+
oscam: oscam_emu_patch $(D)/libusb $(D)/openssl $(D)/libdvbcsa | $(TARGETPREFIX)
$(START_BUILD)