From 9e3a54c8b0b0c85e9501f7b5cfb9151e69747332 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Wed, 2 Dec 2009 17:36:46 +0100 Subject: [PATCH] as sound modules on the xburst target aren't used (instead statically compiled into the kernel image), but audio related packages depend on the package we override variables and to make >soundcore> a summy package and satisfy all dependencies without major adjustments --- target/linux/xburst/modules.mk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 target/linux/xburst/modules.mk diff --git a/target/linux/xburst/modules.mk b/target/linux/xburst/modules.mk new file mode 100644 index 000000000..c8476fe51 --- /dev/null +++ b/target/linux/xburst/modules.mk @@ -0,0 +1,4 @@ +ifeq ($(CONFIG_TARGET_xburst),y) + SOUNDCORE_FILES = + SOUNDCORE_LOAD = +endif