1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

kernel: fix l2tp kernel packages

l2tp-ip and l2tp-eth should depend on l2tp_netlink
fix pppol2tp for kernel >= 2.6.35


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23993 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke
2010-11-14 20:51:30 +00:00
parent 7f98aaaa7a
commit fe242ff768
4 changed files with 28 additions and 18 deletions

View File

@@ -1247,6 +1247,9 @@ CONFIG_KMOD=y
# CONFIG_KSM is not set
# CONFIG_KSZ884X_PCI is not set
# CONFIG_L2TP is not set
# CONFIG_L2TP_ETH is not set
# CONFIG_L2TP_IP is not set
# CONFIG_L2TP_V3 is not set
# CONFIG_LANMEDIA is not set
# CONFIG_LAPB is not set
# CONFIG_LASAT is not set

View File

@@ -1135,6 +1135,9 @@ CONFIG_KERNEL_LZMA=y
# CONFIG_KSM is not set
# CONFIG_KSZ884X_PCI is not set
# CONFIG_L2TP is not set
# CONFIG_L2TP_ETH is not set
# CONFIG_L2TP_IP is not set
# CONFIG_L2TP_V3 is not set
# CONFIG_LANMEDIA is not set
# CONFIG_LAPB is not set
# CONFIG_LASAT is not set

View File

@@ -1123,6 +1123,9 @@ CONFIG_KERNEL_LZMA=y
# CONFIG_KSM is not set
# CONFIG_KSZ884X_PCI is not set
# CONFIG_L2TP is not set
# CONFIG_L2TP_ETH is not set
# CONFIG_L2TP_IP is not set
# CONFIG_L2TP_V3 is not set
# CONFIG_LANMEDIA is not set
# CONFIG_LAPB is not set
# CONFIG_LASAT is not set