1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 19:06:15 +02:00

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 <soundcore> we override variables <SOUNDCORE_FILES> and <SOUNDCORE_LOAD> to make >soundcore> a summy package and satisfy all dependencies without major adjustments

This commit is contained in:
Mirko Vogt 2009-12-02 17:36:46 +01:00
parent 0abf443e7b
commit 9e3a54c8b0

View File

@ -0,0 +1,4 @@
ifeq ($(CONFIG_TARGET_xburst),y)
SOUNDCORE_FILES =
SOUNDCORE_LOAD =
endif