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

383 Commits   1 Branch   1 Tag
Index: radix-1.9/media/alsa-utils/1.2.8/Makefile
===================================================================
--- radix-1.9/media/alsa-utils/1.2.8/Makefile	(revision 210)
+++ radix-1.9/media/alsa-utils/1.2.8/Makefile	(revision 211)
@@ -176,6 +176,9 @@
 else
 	@cp $(conf_dir)/rc.d/rc.alsa $(ALSA_UTILS_PKG)/etc/rc.d/rc.alsa.new
 endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RK358X_GLIBC)),)
+	@sed -i 's, restore, --no-ucm restore,g' $(ALSA_UTILS_PKG)/etc/rc.d/rc.alsa.new
+endif
 	@chmod 0755 $(ALSA_UTILS_PKG)/etc/rc.d/rc.alsa.new
 	@cp $(conf_dir)/rc.d/rc.alsa-oss $(ALSA_UTILS_PKG)/etc/rc.d/rc.alsa-oss.new
 	@chmod 0644 $(ALSA_UTILS_PKG)/etc/rc.d/rc.alsa-oss.new