Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(.../30/Makefile)	(revision 419)
+++ Makefile	(.../33/Makefile)	(revision 420)
@@ -61,12 +61,12 @@
 SOURCE_REQUIRES    = sources/packages/a/kmod
 
 REQUIRES           = libs/zstd/1.5.6
-REQUIRES          += net/openssl/1.1.1r
+REQUIRES          += net/openssl/3.4.0
 
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 30
+version            = 33
 tar_xz_archive     = $(SRC_PACKAGE_PATH)/packages/a/kmod/kmod-$(version).tar.xz
 SRC_ARCHIVE        = $(tar_xz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/kmod-$(version)
@@ -88,7 +88,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 KMOD_PKG_NAME                = kmod
-KMOD_PKG_VERSION             = 30
+KMOD_PKG_VERSION             = 33
 KMOD_PKG_ARCH                = $(PKGARCH)
 KMOD_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 KMOD_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)
@@ -163,6 +163,7 @@
 $(install_target): $(build_target)
 	@mkdir -p $(KMOD_PKG)
 	@cd $(build_dir) && $(BUILD_ENVIRONMENT) $(MAKE) -j1 install $(env_sysroot)
+	exit 1
 	@( cd $(KMOD_PKG)/sbin ; \
 	   for file in depmod insmod lsmod modinfo modprobe rmmod ; do \
 	     ln -sf kmod $$file ; \