mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
add compat 'PROVIDES' for renamed kernel modules
SVN-Revision: 8907
This commit is contained in:
parent
7d50df6224
commit
3a60e0ca9c
@ -169,6 +169,7 @@ $(eval $(call KernelPackage,ipsec6))
|
||||
define KernelPackage/iptunnel4
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=IP tunneling (IPv4)
|
||||
PROVIDES:=kmod-ipip
|
||||
KCONFIG:= \
|
||||
CONFIG_NET_IPIP \
|
||||
CONFIG_INET_TUNNEL
|
||||
|
@ -13,6 +13,7 @@ define KernelPackage/sound-core
|
||||
SUBMENU:=$(SOUND_MENU)
|
||||
TITLE:=Sound support
|
||||
DEPENDS:=@USB_SUPPORT @!TARGET_atheros
|
||||
PROVIDES:=kmod-soundcore
|
||||
KCONFIG:= \
|
||||
CONFIG_SOUND \
|
||||
CONFIG_SND \
|
||||
|
Loading…
x
Reference in New Issue
Block a user