]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump version oscam-11907+emu-802 master
authorMarkham <markham001@gmx.de>
Tue, 30 Dec 2025 20:36:41 +0000 (21:36 +0100)
committerMarkham <markham001@gmx.de>
Tue, 30 Dec 2025 20:36:41 +0000 (21:36 +0100)
make/oscam.mk

index 9e2769e6897b19e07ae82423ccd3bb30cbe901cb..c028eb856cb3de1d0fc8401fd7b5ee0fcf619487 100644 (file)
@@ -4,9 +4,15 @@
 #
 ################################################################################
 
-# 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"
@@ -101,7 +107,7 @@ oscam_emu_patch: $(ARCHIVE)/oscam-emu-patch-$(OSCAM_EMU_PATCH).tar.bz2 | $(TARGE
        $(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)