mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 14:56:47 +02:00
add compat 'PROVIDES' for renamed kernel modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8907 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5b3d59f1da
commit
d8a29114d2
@ -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…
Reference in New Issue
Block a user