aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/netsupport.mk
Commit message (Collapse)AuthorAgeFilesLines
* kmod-sctp: Add SCTP kernel supportFlorian Fainelli2010-09-041-0/+22
| | | | | | | | | | This adds a new kmod-sctp option that enables support of SCTP in 2.6x kernels. The patch also contains a small cleanup in the dependencies. Signed-off-by: Sebastien Decugis <sdecugis@nict.go.jp> SVN-Revision: 22917
* kernel: fix missing symbol introduced by l2tpJo-Philipp Wich2010-08-061-1/+1
| | | | SVN-Revision: 22507
* kernel: package L2TP v3 ("Pseudowire") modules, restrict them to 2.6.35Jo-Philipp Wich2010-08-061-0/+50
| | | | SVN-Revision: 22501
* kmod-ipsec: fix a compile error with some configurations. since ↵Felix Fietkau2010-07-271-0/+1
| | | | | | CONFIG_XFRM_IPCOMP is not selectable on its own (no prompt), always select CONFIG_INET_IPCOMP along with it, to make sure that it gets enabled SVN-Revision: 22402
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-44/+44
| | | | SVN-Revision: 22145
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-14/+7
| | | | SVN-Revision: 21956
* remove linux 2.4 support from several packagesFelix Fietkau2010-06-261-38/+5
| | | | SVN-Revision: 21954
* package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 ↵Nicolas Thill2010-04-291-1/+3
| | | | | | only SVN-Revision: 21251
* package/kernel: introduce a new file that will be sourced first and holding ↵Nicolas Thill2010-04-231-1/+1
| | | | | | complex dependencies spread over multiple files, use it for kmod-crc16 SVN-Revision: 21101
* package/kernel: add missing modules autoloading for kmod-ipsec, kmod-ipsec4 ↵Nicolas Thill2010-04-161-16/+32
| | | | | | & kmod-ipsec6 (partially closes: #7164) SVN-Revision: 20893
* kernel: make ISDN build againHauke Mehrtens2010-03-211-28/+12
| | | | | | | | | In combination with r20339 ISDN will be build again. * Fix syntax problem in kmod-capi * add xfrm_ipcomp to kmod-ipsec SVN-Revision: 20341
* kernel: add the token bucket filter to kmod-sched (#6681)Jo-Philipp Wich2010-02-191-0/+1
| | | | SVN-Revision: 19723
* add kernel packages for the ixp4xx-beeper and appletalk -- closes #6618Imre Kaloz2010-02-021-0/+23
| | | | SVN-Revision: 19497
* remove obsolete dependencies and checksFelix Fietkau2010-01-231-1/+1
| | | | SVN-Revision: 19292
* add explicit dependency on kmod-crypto-core when required (closes: #6557)Nicolas Thill2010-01-231-1/+1
| | | | SVN-Revision: 19291
* kernel: use select instead of depend for kmod-crc16 dependency in kmod-ax25 ↵Nicolas Thill2009-12-191-1/+1
| | | | | | (closes: #5843) SVN-Revision: 18847
* remove references to 2_6_27Florian Fainelli2009-10-291-1/+1
| | | | SVN-Revision: 18202
* small fixes mostly for kernel 2.6.31Hauke Mehrtens2009-09-261-0/+1
| | | | | | | | | | | - libsas needs symbols from scsi_transport_sas - autoload line in pppoe was missing - rfkill-input does not exist in kernel 2.6.31 - password for download server of r8101 changed - r8101 and siit do not build with kernel 2.6.31 - fix build of net sched esfq SVN-Revision: 17752
* fix isdn symbols for 2.4 kernelsFlorian Fainelli2009-07-291-2/+10
| | | | SVN-Revision: 17044
* add kmod-pppol2tp, patch from Vladimir VoronkovFlorian Fainelli2009-07-261-1/+15
| | | | SVN-Revision: 16995
* isdn4linux modules fixesFlorian Fainelli2009-07-131-4/+6
| | | | SVN-Revision: 16829
* NET_EMATCH is a boolean (#5506)Florian Fainelli2009-07-131-1/+1
| | | | SVN-Revision: 16828
* fix isdn4linux kernel modules with the 2.4.37 updateFlorian Fainelli2009-07-121-5/+16
| | | | SVN-Revision: 16799
* kernel: clean up scheduler default config and kmod-sched kconfig symbols, ↵Felix Fietkau2009-07-121-2/+9
| | | | | | enable skbedit by default SVN-Revision: 16789
* fix missing kernel config symbol for ipv6Felix Fietkau2009-05-251-0/+1
| | | | SVN-Revision: 16056
* enable multicast routing by defaultFelix Fietkau2009-05-241-0/+1
| | | | SVN-Revision: 16044
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* NET_CLS_ACT can no longer be built as module in newer kernels, force it to =yFelix Fietkau2009-03-171-1/+1
| | | | SVN-Revision: 14935
* add kmod-crc16 dependency to ax25 module, CONFIG_MKISS needs CONFIG_CRC16Hauke Mehrtens2009-03-071-0/+1
| | | | SVN-Revision: 14782
* load module capifs before capiHauke Mehrtens2009-03-071-2/+2
| | | | SVN-Revision: 14775
* Add isdn4linux and gigaset kernel modules.Hauke Mehrtens2009-03-071-0/+38
| | | | SVN-Revision: 14772
* add missing kconfig symbols for kmod-schedFelix Fietkau2009-02-221-1/+11
| | | | SVN-Revision: 14616
* Fixes kernel configuration error.Hauke Mehrtens2009-02-211-1/+1
| | | | SVN-Revision: 14606
* fix kmod-sit dependenciesNicolas Thill2009-01-271-12/+3
| | | | SVN-Revision: 14222
* revert [14081]: iptunnel4 does not make sense on 2.4, just add a ↵Nicolas Thill2009-01-271-16/+14
| | | | | | conditionnal dependency on iptunnel4 to ipip SVN-Revision: 14219
* package/kernel: ensure that ipip is autoloaded after iptunnel4Jo-Philipp Wich2009-01-181-1/+1
| | | | SVN-Revision: 14095
* fix compile of iptunnel4 for the 2.4 kernelTravis Kemen2009-01-181-13/+15
| | | | SVN-Revision: 14081
* fix kernel configTravis Kemen2009-01-101-1/+14
| | | | SVN-Revision: 13958
* Package mISDN stackFlorian Fainelli2009-01-081-0/+21
| | | | SVN-Revision: 13944
* Also load capifsFlorian Fainelli2009-01-081-1/+1
| | | | SVN-Revision: 13941
* kernel/modules: split network makefile into netdevices and netsupportAndy Boyett2008-12-291-0/+521
SVN-Revision: 13757