mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 21:22:49 +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:
parent
0abf443e7b
commit
9e3a54c8b0
4
target/linux/xburst/modules.mk
Normal file
4
target/linux/xburst/modules.mk
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
ifeq ($(CONFIG_TARGET_xburst),y)
|
||||||
|
SOUNDCORE_FILES =
|
||||||
|
SOUNDCORE_LOAD =
|
||||||
|
endif
|
Loading…
Reference in New Issue
Block a user