Commit Graph

13 Commits (89e3a8b3b5036b2a607c51aa1e8849239272a7b4)

Author SHA1 Message Date
John Crispin e2d82442b7 kernel/modules/vxlan: add +kmod-iptunnel as dependency
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>

SVN-Revision: 43154
10 years ago
John Crispin 7589f4baef kernel/modules: add native vxlan package
More recent kernel versions (>= 3.12) support native VXLAN
support.

The Open VSwitch kernel module tries to build using native VXLAN
support if it detects a kernel version >=3.12.

The build works fine, but during startup the OVS kernel module
does not load.
dmesg output is something like this:
    [ 1201.262842] openvswitch: Unknown symbol vxlan_sock_release
    [ 1201.262949] openvswitch: Unknown symbol vxlan_xmit_skb
    [ 1201.263161] openvswitch: Unknown symbol vxlan_sock_add

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>

SVN-Revision: 43126
10 years ago
Zoltan Herpai aa425b88a8 fs: add kernel modules for AFS client
- add/separate crypto modules
 - add fscache support
 - add rxrpc module which is required for AFS
 - add afs module

Signed-Off-By: Nathaniel Wesley Filardo <8S9K8UGO5JGPI3U067229BBACKMQIGVH@cmx.ietfng.org>
Acked-by: Zoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 40587
10 years ago
Felix Fietkau 9d24525b1d kernel: add AutoProbe for ppp_async and ppp_synctty (should fix #14185)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 38055
11 years ago
John Crispin f12f4074af kernel: make most modules use AutoProbe
now that we have modprobe we can set more than half of the modules to AutoProbe

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 38021
11 years ago
Hauke Mehrtens 0d9ecfa564 kernel: kmod-appletalk: fix dependencies
When CONFIG_LLC gets build as a module, also p8022.ko and psnap.ko are
getting build as a module. kmod-appletalk depends on llc.ko and
psnap.ko, but at least psnap.ko,was not packed. On most systems
CONFIG_LLC will be build into the kernel so this problem does not show
up.

This fixes the missing dependency of kmod-appletalk on psnap.ko

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 37673
11 years ago
Felix Fietkau 9ea4b73748 kernel: split slhc into a separate package and make slip depend on it
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37408
11 years ago
Felix Fietkau b4a847be93 kernel: fix accidental depends line duplication
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37407
11 years ago
Felix Fietkau f766aa2dee kernel: sctp depends on ipv6 if ipv6 is enabled
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37406
11 years ago
Felix Fietkau 58f50a7dbd kernel: make kmod-sched depend on kmod-ipt-core
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37404
11 years ago
Jo-Philipp Wich 32d810e75a linux: introduce new kmod-iptunnel for Linux 3.10+, add missing dependencies to netsupport packages
SVN-Revision: 37402
11 years ago
Felix Fietkau bec39b26ad kernel: move codel from kmod-sched-core to kmod-sched, it is rarely needed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37256
11 years ago
John Crispin 4ebf19b48f packages: clean up the package folder
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37007
11 years ago