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	(revision 99)
+++ Makefile	(revision 100)
@@ -21,6 +21,7 @@
 patches    += $(CURDIR)/patches/hplip-3.23.3-no-upgrade.patch
 patches    += $(CURDIR)/patches/hplip-3.23.3-python3-shebang.patch
 patches    += $(CURDIR)/patches/hplip-3.23.3-remove-imageprocessor.patch
+patches    += $(CURDIR)/patches/hplip-3.23.3-ui5-devmgr-ext.patch
 
 .NOTPARALLEL: $(patches)
 
@@ -62,6 +63,7 @@
 	 ( cd create-3.23.3-no-upgrade-patch            ; ./create.patch.sh ) ; \
 	 ( cd create-3.23.3-python3-shebang-patch       ; ./create.patch.sh ) ; \
 	 ( cd create-3.23.3-remove-imageprocessor-patch ; ./create.patch.sh ) ; \
+	 ( cd create-3.23.3-ui5-devmgr-ext-patch        ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: