packages: clean up the package folder
[openwrt.git] / package / kernel / linux / modules / netsupport.mk
1 #
2 # Copyright (C) 2006-2011 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 NETWORK_SUPPORT_MENU:=Network Support
9
10 define KernelPackage/atm
11   SUBMENU:=$(NETWORK_SUPPORT_MENU)
12   TITLE:=ATM support
13   KCONFIG:= \
14         CONFIG_ATM \
15         CONFIG_ATM_BR2684
16   FILES:= \
17         $(LINUX_DIR)/net/atm/atm.ko \
18         $(LINUX_DIR)/net/atm/br2684.ko
19   AUTOLOAD:=$(call AutoLoad,30,atm br2684)
20 endef
21
22 define KernelPackage/atm/description
23  Kernel modules for ATM support
24 endef
25
26 $(eval $(call KernelPackage,atm))
27
28
29 define KernelPackage/atmtcp
30   SUBMENU:=$(NETWORK_SUPPORT_MENU)
31   TITLE:=ATM over TCP
32   DEPENDS:=kmod-atm
33   KCONFIG:=CONFIG_ATM_TCP CONFIG_ATM_DRIVERS=y
34   FILES:=$(LINUX_DIR)/drivers/atm/atmtcp.ko
35   AUTOLOAD:=$(call AutoLoad,40,atmtcp)
36 endef
37
38 define KernelPackage/atmtcp/description
39  Kernel module for ATM over TCP support
40 endef
41
42 $(eval $(call KernelPackage,atmtcp))
43
44
45 define KernelPackage/appletalk
46   SUBMENU:=$(NETWORK_SUPPORT_MENU)
47   TITLE:=Appletalk protocol support
48   KCONFIG:= \
49         CONFIG_ATALK \
50         CONFIG_DEV_APPLETALK \
51         CONFIG_IPDDP \
52         CONFIG_IPDDP_ENCAP=y \
53         CONFIG_IPDDP_DECAP=y
54   FILES:= \
55         $(LINUX_DIR)/net/appletalk/appletalk.ko \
56         $(LINUX_DIR)/drivers/net/appletalk/ipddp.ko
57   AUTOLOAD:=$(call AutoLoad,40,appletalk ipddp)
58 endef
59
60 define KernelPackage/appletalk/description
61  Kernel module for AppleTalk protocol.
62 endef
63
64 $(eval $(call KernelPackage,appletalk))
65
66
67 define KernelPackage/bonding
68   SUBMENU:=$(NETWORK_SUPPORT_MENU)
69   TITLE:=Ethernet bonding driver
70   KCONFIG:=CONFIG_BONDING
71   FILES:=$(LINUX_DIR)/drivers/net/bonding/bonding.ko
72   AUTOLOAD:=$(call AutoLoad,40,bonding)
73 endef
74
75 define KernelPackage/bonding/description
76  Kernel module for NIC bonding.
77 endef
78
79 $(eval $(call KernelPackage,bonding))
80
81
82 define KernelPackage/bridge
83   SUBMENU:=$(NETWORK_SUPPORT_MENU)
84   TITLE:=Ethernet bridging support
85   DEPENDS:=+kmod-stp
86   KCONFIG:= \
87         CONFIG_BRIDGE \
88         CONFIG_BRIDGE_IGMP_SNOOPING=y
89   FILES:=$(LINUX_DIR)/net/bridge/bridge.ko
90   AUTOLOAD:=$(call AutoLoad,11,bridge)
91 endef
92
93 define KernelPackage/bridge/description
94  Kernel module for Ethernet bridging.
95 endef
96
97 $(eval $(call KernelPackage,bridge))
98
99 define KernelPackage/llc
100   SUBMENU:=$(NETWORK_SUPPORT_MENU)
101   TITLE:=ANSI/IEEE 802.2 LLC support
102   KCONFIG:=CONFIG_LLC
103   FILES:=$(LINUX_DIR)/net/llc/llc.ko
104   AUTOLOAD:=$(call AutoLoad,09,llc)
105 endef
106
107 define KernelPackage/llc/description
108  Kernel module for ANSI/IEEE 802.2 LLC support.
109 endef
110
111 $(eval $(call KernelPackage,llc))
112
113 define KernelPackage/stp
114   SUBMENU:=$(NETWORK_SUPPORT_MENU)
115   TITLE:=Ethernet Spanning Tree Protocol support
116   DEPENDS:=+kmod-llc
117   KCONFIG:=CONFIG_STP
118   FILES:=$(LINUX_DIR)/net/802/stp.ko
119   AUTOLOAD:=$(call AutoLoad,10,stp)
120 endef
121
122 define KernelPackage/stp/description
123  Kernel module for Ethernet Spanning Tree Protocol support.
124 endef
125
126 $(eval $(call KernelPackage,stp))
127
128 define KernelPackage/8021q
129   SUBMENU:=$(NETWORK_SUPPORT_MENU)
130   TITLE:=802.1Q VLAN support
131   KCONFIG:=CONFIG_VLAN_8021Q \
132                 CONFIG_VLAN_8021Q_GVRP=n
133   FILES:=$(LINUX_DIR)/net/8021q/8021q.ko
134   AUTOLOAD:=$(call AutoLoad,12,8021q)
135 endef
136
137 define KernelPackage/8021q/description
138  Kernel module for 802.1Q VLAN support
139 endef
140
141 $(eval $(call KernelPackage,8021q))
142
143
144 define KernelPackage/capi
145   SUBMENU:=$(NETWORK_SUPPORT_MENU)
146   TITLE:=CAPI (ISDN) Support
147   KCONFIG:= \
148         CONFIG_ISDN_CAPI \
149         CONFIG_ISDN_CAPI_CAPI20 \
150         CONFIG_ISDN_CAPIFS \
151         CONFIG_ISDN_CAPI_CAPIFS
152   FILES:= \
153         $(LINUX_DIR)/drivers/isdn/capi/kernelcapi.ko \
154         $(LINUX_DIR)/drivers/isdn/capi/capi.ko
155   AUTOLOAD:=$(call AutoLoad,30,kernelcapi capi)
156 endef
157
158 define KernelPackage/capi/description
159  Kernel module for basic CAPI (ISDN) support
160 endef
161
162 $(eval $(call KernelPackage,capi))
163
164 define KernelPackage/misdn
165   SUBMENU:=$(NETWORK_SUPPORT_MENU)
166   TITLE:=mISDN (ISDN) Support
167   KCONFIG:= \
168         CONFIG_ISDN=y \
169         CONFIG_MISDN \
170         CONFIG_MISDN_DSP \
171         CONFIG_MISDN_L1OIP
172   FILES:= \
173         $(LINUX_DIR)/drivers/isdn/mISDN/mISDN_core.ko \
174         $(LINUX_DIR)/drivers/isdn/mISDN/mISDN_dsp.ko \
175         $(LINUX_DIR)/drivers/isdn/mISDN/l1oip.ko
176   AUTOLOAD:=$(call AutoLoad,30,mISDN_core mISDN_dsp l1oip)
177 endef
178
179 define KernelPackage/misdn/description
180   Modular ISDN driver support
181 endef
182
183 $(eval $(call KernelPackage,misdn))
184
185
186 define KernelPackage/isdn4linux
187   SUBMENU:=$(NETWORK_SUPPORT_MENU)
188   TITLE:=Old ISDN4Linux (deprecated)
189   KCONFIG:= \
190         CONFIG_ISDN=y \
191     CONFIG_ISDN_I4L \
192     CONFIG_ISDN_PPP=y \
193     CONFIG_ISDN_PPP_VJ=y \
194     CONFIG_ISDN_MPP=y \
195     CONFIG_IPPP_FILTER=y \
196     CONFIG_ISDN_PPP_BSDCOMP \
197     CONFIG_ISDN_CAPI_MIDDLEWARE=y \
198     CONFIG_ISDN_CAPI_CAPIFS_BOOL=y \
199     CONFIG_ISDN_AUDIO=y \
200     CONFIG_ISDN_TTY_FAX=y \
201     CONFIG_ISDN_X25=y \
202     CONFIG_ISDN_DIVERSION
203   FILES:= \
204     $(LINUX_DIR)/drivers/isdn/divert/dss1_divert.ko \
205         $(LINUX_DIR)/drivers/isdn/i4l/isdn.ko \
206         $(LINUX_DIR)/drivers/isdn/i4l/isdn_bsdcomp.ko
207   AUTOLOAD:=$(call AutoLoad,40,isdn isdn_bsdcomp dss1_divert)
208 endef
209
210 define KernelPackage/isdn4linux/description
211   This driver allows you to use an ISDN adapter for networking
212 endef
213
214 $(eval $(call KernelPackage,isdn4linux))
215
216
217 define KernelPackage/ipip
218   SUBMENU:=$(NETWORK_SUPPORT_MENU)
219   TITLE:=IP-in-IP encapsulation
220   DEPENDS:=+kmod-iptunnel4
221   KCONFIG:=CONFIG_NET_IPIP
222   FILES:=$(LINUX_DIR)/net/ipv4/ipip.ko
223   AUTOLOAD:=$(call AutoLoad,32,ipip)
224 endef
225
226 define KernelPackage/ipip/description
227  Kernel modules for IP-in-IP encapsulation
228 endef
229
230 $(eval $(call KernelPackage,ipip))
231
232
233 IPSEC-m:= \
234         $(if $(CONFIG_LINUX_3_3),,xfrm/xfrm_algo) \
235         xfrm/xfrm_ipcomp \
236         xfrm/xfrm_user \
237         key/af_key \
238
239 define KernelPackage/ipsec
240   SUBMENU:=$(NETWORK_SUPPORT_MENU)
241   TITLE:=IPsec related modules (IPv4 and IPv6)
242   DEPENDS:=+kmod-crypto-authenc +kmod-crypto-iv +kmod-crypto-des +kmod-crypto-hmac +kmod-crypto-md5 +kmod-crypto-sha1 +kmod-crypto-deflate +kmod-crypto-cbc
243   KCONFIG:= \
244         CONFIG_NET_KEY \
245         CONFIG_XFRM_USER \
246         CONFIG_INET_IPCOMP \
247         CONFIG_XFRM_IPCOMP
248   FILES:=$(foreach mod,$(IPSEC-m),$(LINUX_DIR)/net/$(mod).ko)
249   AUTOLOAD:=$(call AutoLoad,30,$(notdir $(IPSEC-m)))
250 endef
251
252 define KernelPackage/ipsec/description
253  Kernel modules for IPsec support in both IPv4 and IPv6.
254  Includes:
255  - af_key
256  - xfrm_ipcomp
257  - xfrm_user
258 endef
259
260 $(eval $(call KernelPackage,ipsec))
261
262
263 IPSEC4-m:= \
264         ipv4/ah4 \
265         ipv4/esp4 \
266         ipv4/xfrm4_mode_beet \
267         ipv4/xfrm4_mode_transport \
268         ipv4/xfrm4_mode_tunnel \
269         ipv4/xfrm4_tunnel \
270         ipv4/ipcomp \
271
272 define KernelPackage/ipsec4
273   SUBMENU:=$(NETWORK_SUPPORT_MENU)
274   TITLE:=IPsec related modules (IPv4)
275   DEPENDS:=kmod-ipsec +kmod-iptunnel4
276   KCONFIG:= \
277         CONFIG_INET_AH \
278         CONFIG_INET_ESP \
279         CONFIG_INET_IPCOMP \
280         CONFIG_INET_XFRM_MODE_BEET \
281         CONFIG_INET_XFRM_MODE_TRANSPORT \
282         CONFIG_INET_XFRM_MODE_TUNNEL \
283         CONFIG_INET_XFRM_TUNNEL
284   FILES:=$(foreach mod,$(IPSEC4-m),$(LINUX_DIR)/net/$(mod).ko)
285   AUTOLOAD:=$(call AutoLoad,32,$(notdir $(IPSEC4-m)))
286 endef
287
288 define KernelPackage/ipsec4/description
289  Kernel modules for IPsec support in IPv4.
290  Includes:
291  - ah4
292  - esp4
293  - ipcomp4
294  - xfrm4_mode_beet
295  - xfrm4_mode_transport
296  - xfrm4_mode_tunnel
297  - xfrm4_tunnel
298 endef
299
300 $(eval $(call KernelPackage,ipsec4))
301
302
303 IPSEC6-m:= \
304         ipv6/ah6 \
305         ipv6/esp6 \
306         ipv6/xfrm6_mode_beet \
307         ipv6/xfrm6_mode_transport \
308         ipv6/xfrm6_mode_tunnel \
309         ipv6/xfrm6_tunnel \
310         ipv6/ipcomp6 \
311
312 define KernelPackage/ipsec6
313   SUBMENU:=$(NETWORK_SUPPORT_MENU)
314   TITLE:=IPsec related modules (IPv6)
315   DEPENDS:=kmod-ipsec +kmod-iptunnel6
316   KCONFIG:= \
317         CONFIG_INET6_AH \
318         CONFIG_INET6_ESP \
319         CONFIG_INET6_IPCOMP \
320         CONFIG_INET6_XFRM_MODE_BEET \
321         CONFIG_INET6_XFRM_MODE_TRANSPORT \
322         CONFIG_INET6_XFRM_MODE_TUNNEL \
323         CONFIG_INET6_XFRM_TUNNEL
324   FILES:=$(foreach mod,$(IPSEC6-m),$(LINUX_DIR)/net/$(mod).ko)
325   AUTOLOAD:=$(call AutoLoad,32,$(notdir $(IPSEC6-m)))
326 endef
327
328 define KernelPackage/ipsec6/description
329  Kernel modules for IPsec support in IPv6.
330  Includes:
331  - ah6
332  - esp6
333  - ipcomp6
334  - xfrm6_mode_beet
335  - xfrm6_mode_transport
336  - xfrm6_mode_tunnel
337  - xfrm6_tunnel
338 endef
339
340 $(eval $(call KernelPackage,ipsec6))
341
342
343 # NOTE: tunnel4 is not selectable by itself, so enable ipip for that
344 define KernelPackage/iptunnel4
345   SUBMENU:=$(NETWORK_SUPPORT_MENU)
346   TITLE:=IPv4 tunneling
347   KCONFIG:= \
348         CONFIG_NET_IPIP \
349         CONFIG_INET_TUNNEL
350   FILES:=$(LINUX_DIR)/net/ipv4/tunnel4.ko
351   AUTOLOAD:=$(call AutoLoad,31,tunnel4)
352 endef
353
354 define KernelPackage/iptunnel4/description
355  Kernel modules for IPv4 tunneling
356 endef
357
358 $(eval $(call KernelPackage,iptunnel4))
359
360
361 define KernelPackage/iptunnel6
362   SUBMENU:=$(NETWORK_SUPPORT_MENU)
363   TITLE:=IPv6 tunneling
364   DEPENDS:= +kmod-ipv6
365   KCONFIG:= \
366         CONFIG_INET6_TUNNEL
367   FILES:=$(LINUX_DIR)/net/ipv6/tunnel6.ko
368   AUTOLOAD:=$(call AutoLoad,31,tunnel6)
369 endef
370
371 define KernelPackage/iptunnel6/description
372  Kernel modules for IPv6 tunneling
373 endef
374
375 $(eval $(call KernelPackage,iptunnel6))
376
377
378 define KernelPackage/ipv6
379   SUBMENU:=$(NETWORK_SUPPORT_MENU)
380   TITLE:=IPv6 support
381   KCONFIG:= \
382         CONFIG_IPV6 \
383         CONFIG_IPV6_PRIVACY=y \
384         CONFIG_IPV6_MULTIPLE_TABLES=y \
385         CONFIG_IPV6_MROUTE=y \
386         CONFIG_IPV6_PIMSM_V2=n \
387         CONFIG_IPV6_SUBTREES=y
388   FILES:=$(LINUX_DIR)/net/ipv6/ipv6.ko
389   AUTOLOAD:=$(call AutoLoad,20,ipv6)
390 endef
391
392 define KernelPackage/ipv6/description
393  Kernel modules for IPv6 support
394 endef
395
396 $(eval $(call KernelPackage,ipv6))
397
398
399 define KernelPackage/sit
400   SUBMENU:=$(NETWORK_SUPPORT_MENU)
401   DEPENDS:=+kmod-ipv6 +kmod-iptunnel4
402   TITLE:=IPv6-in-IPv4 tunnel
403   KCONFIG:=CONFIG_IPV6_SIT \
404         CONFIG_IPV6_SIT_6RD=y
405   FILES:=$(LINUX_DIR)/net/ipv6/sit.ko
406   AUTOLOAD:=$(call AutoLoad,32,sit)
407 endef
408
409 define KernelPackage/sit/description
410  Kernel modules for IPv6-in-IPv4 tunnelling
411 endef
412
413 $(eval $(call KernelPackage,sit))
414
415
416 define KernelPackage/ip6-tunnel
417   SUBMENU:=$(NETWORK_SUPPORT_MENU)
418   TITLE:=IP-in-IPv6 tunnelling
419   DEPENDS:= +kmod-ipv6 +kmod-iptunnel6
420   KCONFIG:= CONFIG_IPV6_TUNNEL
421   FILES:=$(LINUX_DIR)/net/ipv6/ip6_tunnel.ko
422   AUTOLOAD:=$(call AutoLoad,32,ip6_tunnel)
423 endef
424
425 define KernelPackage/ip6-tunnel/description
426  Kernel modules for IPv6-in-IPv6 and IPv4-in-IPv6 tunnelling
427 endef
428
429 $(eval $(call KernelPackage,ip6-tunnel))
430
431
432 define KernelPackage/gre
433   SUBMENU:=$(NETWORK_SUPPORT_MENU)
434   TITLE:=GRE support
435   DEPENDS:=+PACKAGE_kmod-ipv6:kmod-ipv6
436   KCONFIG:=CONFIG_NET_IPGRE CONFIG_NET_IPGRE_DEMUX
437   FILES:=$(LINUX_DIR)/net/ipv4/ip_gre.ko $(LINUX_DIR)/net/ipv4/gre.ko
438   AUTOLOAD:=$(call AutoLoad,39,gre ip_gre)
439 endef
440
441 define KernelPackage/gre/description
442  Generic Routing Encapsulation support
443 endef
444
445 $(eval $(call KernelPackage,gre))
446
447
448 define KernelPackage/gre6
449   SUBMENU:=$(NETWORK_SUPPORT_MENU)
450   TITLE:=GRE support over IPV6
451   DEPENDS:=+kmod-ipv6 +kmod-ip6-tunnel @!LINUX_3_3 @!LINUX_3_6
452   KCONFIG:=CONFIG_IPV6_GRE
453   FILES:=$(LINUX_DIR)/net/ipv6/ip6_gre.ko
454   AUTOLOAD:=$(call AutoLoad,39,ip6_gre)
455 endef
456
457 define KernelPackage/gre6/description
458  Generic Routing Encapsulation support over IPv6
459 endef
460
461 $(eval $(call KernelPackage,gre6))
462
463
464 define KernelPackage/tun
465   SUBMENU:=$(NETWORK_SUPPORT_MENU)
466   TITLE:=Universal TUN/TAP driver
467   KCONFIG:=CONFIG_TUN
468   FILES:=$(LINUX_DIR)/drivers/net/tun.ko
469   AUTOLOAD:=$(call AutoLoad,30,tun)
470 endef
471
472 define KernelPackage/tun/description
473  Kernel support for the TUN/TAP tunneling device
474 endef
475
476 $(eval $(call KernelPackage,tun))
477
478
479 define KernelPackage/veth
480   SUBMENU:=$(NETWORK_SUPPORT_MENU)
481   TITLE:=Virtual ethernet pair device
482   KCONFIG:=CONFIG_VETH
483   FILES:=$(LINUX_DIR)/drivers/net/veth.ko
484   AUTOLOAD:=$(call AutoLoad,30,veth)
485 endef
486
487 define KernelPackage/veth/description
488  This device is a local ethernet tunnel. Devices are created in pairs.
489  When one end receives the packet it appears on its pair and vice
490  versa.
491 endef
492
493 $(eval $(call KernelPackage,veth))
494
495
496 define KernelPackage/ppp
497   SUBMENU:=$(NETWORK_SUPPORT_MENU)
498   TITLE:=PPP modules
499   DEPENDS:=+kmod-lib-crc-ccitt
500   KCONFIG:= \
501         CONFIG_PPP \
502         CONFIG_PPP_ASYNC \
503         CONFIG_SLHC
504   FILES:= \
505         $(LINUX_DIR)/drivers/net/ppp/ppp_async.ko \
506         $(LINUX_DIR)/drivers/net/ppp/ppp_generic.ko \
507         $(LINUX_DIR)/drivers/net/slip/slhc.ko
508   AUTOLOAD:=$(call AutoLoad,30,slhc ppp_generic ppp_async)
509 endef
510
511 define KernelPackage/ppp/description
512  Kernel modules for PPP support
513 endef
514
515 $(eval $(call KernelPackage,ppp))
516
517
518 define KernelPackage/ppp-synctty
519   SUBMENU:=$(NETWORK_SUPPORT_MENU)
520   TITLE:=PPP sync tty support
521   DEPENDS:=kmod-ppp
522   KCONFIG:=CONFIG_PPP_SYNC_TTY
523   FILES:=$(LINUX_DIR)/drivers/net/ppp/ppp_synctty.ko
524   AUTOLOAD:=$(call AutoLoad,40,ppp_synctty)
525 endef
526
527 define KernelPackage/ppp-synctty/description
528  Kernel modules for PPP sync tty support
529 endef
530
531 $(eval $(call KernelPackage,ppp-synctty))
532
533
534 define KernelPackage/pppox
535   SUBMENU:=$(NETWORK_SUPPORT_MENU)
536   TITLE:=PPPoX helper
537   DEPENDS:=kmod-ppp
538   KCONFIG:=CONFIG_PPPOE
539   FILES:=$(LINUX_DIR)/drivers/net/ppp/pppox.ko
540   AUTOLOAD:=$(call AutoLoad,40,pppox)
541 endef
542
543 define KernelPackage/pppox/description
544  Kernel helper module for PPPoE and PPTP support
545 endef
546
547 $(eval $(call KernelPackage,pppox))
548
549
550 define KernelPackage/pppoe
551   SUBMENU:=$(NETWORK_SUPPORT_MENU)
552   TITLE:=PPPoE support
553   DEPENDS:=kmod-ppp +kmod-pppox
554   KCONFIG:=CONFIG_PPPOE
555   FILES:=$(LINUX_DIR)/drivers/net/ppp/pppoe.ko
556   AUTOLOAD:=$(call AutoLoad,41,pppoe)
557 endef
558
559 define KernelPackage/pppoe/description
560  Kernel module for PPPoE (PPP over Ethernet) support
561 endef
562
563 $(eval $(call KernelPackage,pppoe))
564
565
566 define KernelPackage/pppoa
567   SUBMENU:=$(NETWORK_SUPPORT_MENU)
568   TITLE:=PPPoA support
569   DEPENDS:=kmod-ppp +kmod-atm
570   KCONFIG:=CONFIG_PPPOATM CONFIG_ATM_DRIVERS=y
571   FILES:=$(LINUX_DIR)/net/atm/pppoatm.ko
572   AUTOLOAD:=$(call AutoLoad,40,pppoatm)
573 endef
574
575 define KernelPackage/pppoa/description
576  Kernel modules for PPPoA (PPP over ATM) support
577 endef
578
579 $(eval $(call KernelPackage,pppoa))
580
581
582 define KernelPackage/pptp
583   SUBMENU:=$(NETWORK_SUPPORT_MENU)
584   TITLE:=PPtP support
585   DEPENDS:=kmod-ppp +kmod-gre +kmod-pppox
586   KCONFIG:=CONFIG_PPTP
587   FILES:=$(LINUX_DIR)/drivers/net/ppp/pptp.ko
588   AUTOLOAD:=$(call AutoLoad,41,pptp)
589 endef
590
591 $(eval $(call KernelPackage,pptp))
592
593
594 define KernelPackage/pppol2tp
595   SUBMENU:=$(NETWORK_SUPPORT_MENU)
596   TITLE:=PPPoL2TP support
597   DEPENDS:=kmod-ppp +kmod-pppox +kmod-l2tp
598   KCONFIG:=CONFIG_PPPOL2TP
599   FILES:=$(LINUX_DIR)/net/l2tp/l2tp_ppp.ko
600   AUTOLOAD:=$(call AutoLoad,41,l2tp_ppp)
601 endef
602
603 define KernelPackage/pppol2tp/description
604   Kernel modules for PPPoL2TP (PPP over L2TP) support
605 endef
606
607 $(eval $(call KernelPackage,pppol2tp))
608
609
610 define KernelPackage/ipoa
611   SUBMENU:=$(NETWORK_SUPPORT_MENU)
612   TITLE:=IPoA support
613   DEPENDS:=kmod-atm
614   KCONFIG:=CONFIG_ATM_CLIP
615   FILES:=$(LINUX_DIR)/net/atm/clip.ko
616   AUTOLOAD:=$(call AutoLoad,40,clip)
617 endef
618
619 define KernelPackage/ipoa/description
620   Kernel modules for IPoA (IP over ATM) support
621 endef
622
623 $(eval $(call KernelPackage,ipoa))
624
625
626 define KernelPackage/mppe
627   SUBMENU:=$(NETWORK_SUPPORT_MENU)
628   TITLE:=Microsoft PPP compression/encryption
629   DEPENDS:=kmod-ppp +kmod-crypto-core +kmod-crypto-arc4 +kmod-crypto-sha1 +kmod-crypto-ecb
630   KCONFIG:= \
631         CONFIG_PPP_MPPE_MPPC \
632         CONFIG_PPP_MPPE
633   FILES:=$(LINUX_DIR)/drivers/net/ppp/ppp_mppe.ko
634   AUTOLOAD:=$(call AutoLoad,31,ppp_mppe)
635 endef
636
637 define KernelPackage/mppe/description
638  Kernel modules for Microsoft PPP compression/encryption
639 endef
640
641 $(eval $(call KernelPackage,mppe))
642
643
644 SCHED_MODULES = $(patsubst $(LINUX_DIR)/net/sched/%.ko,%,$(wildcard $(LINUX_DIR)/net/sched/*.ko))
645 SCHED_MODULES_CORE = sch_ingress sch_codel sch_fq_codel sch_hfsc cls_fw cls_route cls_flow cls_tcindex cls_u32 em_u32 act_mirred act_skbedit
646 SCHED_MODULES_FILTER = $(SCHED_MODULES_CORE) act_connmark sch_esfq
647 SCHED_MODULES_EXTRA = $(filter-out $(SCHED_MODULES_FILTER),$(SCHED_MODULES))
648 SCHED_FILES = $(patsubst %,$(LINUX_DIR)/net/sched/%.ko,$(filter $(SCHED_MODULES_CORE),$(SCHED_MODULES)))
649 SCHED_FILES_EXTRA = $(patsubst %,$(LINUX_DIR)/net/sched/%.ko,$(SCHED_MODULES_EXTRA))
650
651 define KernelPackage/sched-core
652   SUBMENU:=$(NETWORK_SUPPORT_MENU)
653   TITLE:=Traffic schedulers
654   KCONFIG:= \
655         CONFIG_NET_SCHED=y \
656         CONFIG_NET_SCH_HFSC \
657         CONFIG_NET_SCH_INGRESS \
658         CONFIG_NET_SCH_CODEL \
659         CONFIG_NET_SCH_FQ_CODEL \
660         CONFIG_NET_CLS=y \
661         CONFIG_NET_CLS_ACT=y \
662         CONFIG_NET_CLS_FLOW \
663         CONFIG_NET_CLS_FW \
664         CONFIG_NET_CLS_ROUTE4 \
665         CONFIG_NET_CLS_TCINDEX \
666         CONFIG_NET_CLS_U32 \
667         CONFIG_NET_ACT_MIRRED \
668         CONFIG_NET_ACT_SKBEDIT \
669         CONFIG_NET_EMATCH=y \
670         CONFIG_NET_EMATCH_U32
671   FILES:=$(SCHED_FILES)
672   AUTOLOAD:=$(call AutoLoad,70, $(SCHED_MODULES_CORE))
673 endef
674
675 define KernelPackage/sched-core/description
676  Core kernel scheduler support for IP traffic
677 endef
678
679 $(eval $(call KernelPackage,sched-core))
680
681
682 define KernelPackage/sched-connmark
683   SUBMENU:=$(NETWORK_SUPPORT_MENU)
684   TITLE:=Traffic shaper conntrack mark support
685   DEPENDS:=+kmod-sched-core +kmod-ipt-core +kmod-ipt-conntrack-extra
686   KCONFIG:=CONFIG_NET_ACT_CONNMARK
687   FILES:=$(LINUX_DIR)/net/sched/act_connmark.ko
688   AUTOLOAD:=$(call AutoLoad,71, act_connmark)
689 endef
690 $(eval $(call KernelPackage,sched-connmark))
691
692 define KernelPackage/sched-esfq
693   SUBMENU:=$(NETWORK_SUPPORT_MENU)
694   TITLE:=Traffic shaper ESFQ support
695   DEPENDS:=+kmod-sched-core +kmod-ipt-core
696   KCONFIG:= \
697         CONFIG_NET_SCH_ESFQ \
698         CONFIG_NET_SCH_ESFQ_NFCT=y
699   FILES:=$(LINUX_DIR)/net/sched/sch_esfq.ko
700   AUTOLOAD:=$(call AutoLoad,72, sch_esfq)
701 endef
702 $(eval $(call KernelPackage,sched-esfq))
703
704 define KernelPackage/sched
705   SUBMENU:=$(NETWORK_SUPPORT_MENU)
706   TITLE:=Extra traffic schedulers
707   DEPENDS:=+kmod-sched-core
708   KCONFIG:= \
709         CONFIG_NET_SCH_DSMARK \
710         CONFIG_NET_SCH_HTB \
711         CONFIG_NET_SCH_FIFO \
712         CONFIG_NET_SCH_GRED \
713         CONFIG_NET_SCH_PRIO \
714         CONFIG_NET_SCH_RED \
715         CONFIG_NET_SCH_TBF \
716         CONFIG_NET_SCH_SFQ \
717         CONFIG_NET_SCH_TEQL \
718         CONFIG_NET_CLS_BASIC \
719         CONFIG_NET_ACT_POLICE \
720         CONFIG_NET_ACT_IPT \
721         CONFIG_NET_EMATCH_CMP \
722         CONFIG_NET_EMATCH_NBYTE \
723         CONFIG_NET_EMATCH_META \
724         CONFIG_NET_EMATCH_TEXT
725   FILES:=$(SCHED_FILES_EXTRA)
726   AUTOLOAD:=$(call AutoLoad,73, $(SCHED_MODULES_EXTRA))
727 endef
728
729 define KernelPackage/sched/description
730  Extra kernel schedulers modules for IP traffic
731 endef
732
733 $(eval $(call KernelPackage,sched))
734
735
736 define KernelPackage/ax25
737   SUBMENU:=$(NETWORK_SUPPORT_MENU)
738   TITLE:=AX25 support
739   KCONFIG:= \
740         CONFIG_AX25 \
741         CONFIG_MKISS
742   FILES:= \
743         $(LINUX_DIR)/net/ax25/ax25.ko \
744         $(LINUX_DIR)/drivers/net/hamradio/mkiss.ko
745   AUTOLOAD:=$(call AutoLoad,80,ax25 mkiss)
746   $(call AddDepends/crc16)
747 endef
748
749 define KernelPackage/ax25/description
750  Kernel modules for AX25 support
751 endef
752
753 $(eval $(call KernelPackage,ax25))
754
755
756 define KernelPackage/mp-alg
757   SUBMENU:=$(NETWORK_SUPPORT_MENU)
758   TITLE:=ECMP caching algorithms
759   KCONFIG:= \
760         CONFIG_IP_ROUTE_MULTIPATH_RR \
761         CONFIG_IP_ROUTE_MULTIPATH_RANDOM \
762         CONFIG_IP_ROUTE_MULTIPATH_WRANDOM \
763         CONFIG_IP_ROUTE_MULTIPATH_DRR
764   FILES:= \
765         $(LINUX_DIR)/net/ipv4/multipath_rr.ko \
766         $(LINUX_DIR)/net/ipv4/multipath_random.ko \
767         $(LINUX_DIR)/net/ipv4/multipath_wrandom.ko \
768         $(LINUX_DIR)/net/ipv4/multipath_drr.ko
769   AUTOLOAD:=$(call AutoLoad,35,multipath_rr multipath_random multipath_wrandom multipath_drr)
770 endef
771
772 define KernelPackage/mp-alg/description
773  Kernel modules that provide several different algorithms for multipath
774  route selection from the route cache. The iproute "mpath" argument allows
775  specifying which algorithm to use for routes.
776  quagga (at least <=0.99.6) requires a multipath patch to support this
777  cached mp route feature.
778 endef
779
780 $(eval $(call KernelPackage,mp-alg))
781
782
783 define KernelPackage/pktgen
784   SUBMENU:=$(NETWORK_SUPPORT_MENU)
785   DEPENDS:=@!TARGET_uml
786   TITLE:=Network packet generator
787   KCONFIG:=CONFIG_NET_PKTGEN
788   FILES:=$(LINUX_DIR)/net/core/pktgen.ko
789   AUTOLOAD:=$(call AutoLoad,99,pktgen)
790 endef
791
792 define KernelPackage/pktgen/description
793   Kernel modules for the Network Packet Generator
794 endef
795
796 $(eval $(call KernelPackage,pktgen))
797
798 define KernelPackage/l2tp
799   SUBMENU:=$(NETWORK_SUPPORT_MENU)
800   TITLE:=Layer Two Tunneling Protocol (L2TP)
801   KCONFIG:=CONFIG_L2TP \
802         CONFIG_L2TP_V3=y \
803         CONFIG_L2TP_DEBUGFS=n
804   FILES:=$(LINUX_DIR)/net/l2tp/l2tp_core.ko \
805         $(LINUX_DIR)/net/l2tp/l2tp_netlink.ko
806   AUTOLOAD:=$(call AutoLoad,32,l2tp_core l2tp_netlink)
807 endef
808
809 define KernelPackage/l2tp/description
810  Kernel modules for L2TP V3 Support
811 endef
812
813 $(eval $(call KernelPackage,l2tp))
814
815
816 define KernelPackage/l2tp-eth
817   SUBMENU:=$(NETWORK_SUPPORT_MENU)
818   TITLE:=L2TP ethernet pseudowire support for L2TPv3
819   DEPENDS:=+kmod-l2tp
820   KCONFIG:=CONFIG_L2TP_ETH
821   FILES:=$(LINUX_DIR)/net/l2tp/l2tp_eth.ko
822   AUTOLOAD:=$(call AutoLoad,33,l2tp_eth)
823 endef
824
825 define KernelPackage/l2tp-eth/description
826  Kernel modules for L2TP ethernet pseudowire support for L2TPv3
827 endef
828
829 $(eval $(call KernelPackage,l2tp-eth))
830
831 define KernelPackage/l2tp-ip
832   SUBMENU:=$(NETWORK_SUPPORT_MENU)
833   TITLE:=L2TP IP encapsulation for L2TPv3
834   DEPENDS:=+kmod-l2tp
835   KCONFIG:=CONFIG_L2TP_IP
836   FILES:=$(LINUX_DIR)/net/l2tp/l2tp_ip.ko
837   AUTOLOAD:=$(call AutoLoad,33,l2tp_ip)
838 endef
839
840 define KernelPackage/l2tp-ip/description
841  Kernel modules for L2TP IP encapsulation for L2TPv3
842 endef
843
844 $(eval $(call KernelPackage,l2tp-ip))
845
846
847 define KernelPackage/sctp
848   SUBMENU:=$(NETWORK_SUPPORT_MENU)
849   TITLE:=SCTP protocol kernel support
850   KCONFIG:=\
851      CONFIG_IP_SCTP \
852      CONFIG_SCTP_DBG_MSG=n \
853      CONFIG_SCTP_DBG_OBJCNT=n \
854      CONFIG_SCTP_HMAC_NONE=n \
855      CONFIG_SCTP_HMAC_SHA1=n \
856      CONFIG_SCTP_HMAC_MD5=y \
857      CONFIG_SCTP_COOKIE_HMAC_SHA1=n \
858      CONFIG_SCTP_COOKIE_HMAC_MD5=y \
859      CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE=n \
860      CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=n \
861      CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5=y
862   FILES:= $(LINUX_DIR)/net/sctp/sctp.ko
863   AUTOLOAD:= $(call AutoLoad,32,sctp)
864   DEPENDS:=+kmod-lib-crc32c +kmod-crypto-md5 +kmod-crypto-hmac
865 endef
866
867 define KernelPackage/sctp/description
868  Kernel modules for SCTP protocol support
869 endef
870
871 $(eval $(call KernelPackage,sctp))
872
873
874 define KernelPackage/netem
875   SUBMENU:=$(NETWORK_SUPPORT_MENU)
876   TITLE:=Network emulation functionality
877   DEPENDS:=+kmod-sched
878   KCONFIG:=CONFIG_NET_SCH_NETEM
879   FILES:=$(LINUX_DIR)/net/sched/sch_netem.ko
880   AUTOLOAD:=$(call AutoLoad,99,netem)
881 endef
882
883 define KernelPackage/netem/description
884   Kernel modules for emulating the properties of wide area networks
885 endef
886
887 $(eval $(call KernelPackage,netem))
888
889 define KernelPackage/slip
890   SUBMENU:=$(NETWORK_SUPPORT_MENU)
891   TITLE:=SLIP modules
892   KCONFIG:= \
893        CONFIG_SLIP \
894        CONFIG_SLIP_COMPRESSED=y \
895        CONFIG_SLIP_SMART=y \
896        CONFIG_SLIP_MODE_SLIP6=y
897
898   FILES:= \
899        $(LINUX_DIR)/drivers/net/slip/slip.ko
900   AUTOLOAD:=$(call AutoLoad,30,slip)
901 endef
902
903 define KernelPackage/slip/description
904  Kernel modules for SLIP support
905 endef
906
907 $(eval $(call KernelPackage,slip))
908