]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump version oscam-11758
authorMarkham <markham001@gmx.de>
Sat, 30 Mar 2024 13:05:59 +0000 (14:05 +0100)
committerMarkham <markham001@gmx.de>
Sat, 30 Mar 2024 13:05:59 +0000 (14:05 +0100)
make/oscam.mk

index d3e3d682455e64822744a7455c3f4032bd1462b2..707373f42207e3f1932d9a1084299f3b3014c68a 100644 (file)
@@ -4,8 +4,12 @@
 #
 ################################################################################
 
-OSCAM_VER = 11757
-OSCAM_EMU_PATCH = 3ae1a44
+OSCAM_VER = 11758
+OSCAM_EMU_PATCH = 2e5268d
+
+# https://github.com/oscam-emu/oscam-emu/commits/master
+OSCAM_EMU_GIT = "https://github.com/oscam-emu/oscam-emu.git"
+TRUNKURL = "https://svn.streamboard.tv/oscam/trunk"
 
 
 OSCAM_CONF_OPTS = \
@@ -86,20 +90,16 @@ endif
 endif
 
 
-# https://github.com/oscam-emu/oscam-emu/commits/master
-OSCAM_EMU_GIT = https://github.com/oscam-emu/oscam-emu.git
-
 $(ARCHIVE)/oscam-emu-patch-$(OSCAM_EMU_PATCH).tar.bz2: | $(HOSTPREFIX)/bin/get-git-archive.sh
        get-git-archive.sh $(OSCAM_EMU_GIT) $(OSCAM_EMU_PATCH) $(notdir $@) $(ARCHIVE)
 
+
 oscam_emu_patch: $(ARCHIVE)/oscam-emu-patch-$(OSCAM_EMU_PATCH).tar.bz2 | $(TARGETPREFIX)
        $(START_BUILD)
        $(REMOVE)/oscam-emu-patch-$(OSCAM_EMU_PATCH)
        $(UNTAR)/oscam-emu-patch-$(OSCAM_EMU_PATCH).tar.bz2
                
 
-TRUNKURL="https://svn.streamboard.tv/oscam/trunk"
-
 oscam: oscam_emu_patch $(D)/libusb $(D)/openssl $(D)/libdvbcsa | $(TARGETPREFIX)
        $(START_BUILD)
        echo $(OSCAM_MAKE_OPTS)