summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/netsupport.mk
Commit message (Collapse)AuthorAgeFilesLines
* kernel: add more SCTP related configuration symbolsFlorian Fainelli2013-01-081-1/+6
| | | | | | | | These symbols are used by 3.8+ kernels Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35054
* kernel: fix kmod-ipsec load order (#12552)Jo-Philipp Wich2013-01-071-2/+2
| | | | SVN-Revision: 35032
* kernel: add a module for ipv6 greFelix Fietkau2012-12-151-0/+16
| | | | SVN-Revision: 34709
* kernel: include the xfrm_algo module on 3.6+ (fixes #12552)Felix Fietkau2012-12-101-0/+1
| | | | SVN-Revision: 34611
* Load schedule modulesJohn Crispin2012-11-071-0/+4
| | | | | | | | They were missing the AUTOLOAD directive. Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br> SVN-Revision: 34107
* Revert "[package] kernel/modules: dont only change loading order on ↵Vasilis Tsiligiannis2012-07-231-6/+6
| | | | | | | | | | IPSEC*-m, propagate this to documentation too" Preserve alphabetical order on KCONFIG and description for consistency with other module packages This reverts commit r32775. SVN-Revision: 32791
* kernel/modules: dont only change loading order on IPSEC*-m, propagate this ↵Luka Perkov2012-07-171-6/+6
| | | | | | to documentation too SVN-Revision: 32775
* kernel/modules: fix ipcomp6 load orderVasilis Tsiligiannis2012-07-171-1/+1
| | | | | | | | | ipcomp6 depends on xfrm6_tunnel, load order changed accordingly. Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 32773
* package: kernel: estetic fixLuka Perkov2012-07-141-2/+2
| | | | SVN-Revision: 32714
* kernel/modules: load pppol2tp after pppoxJo-Philipp Wich2012-07-011-2/+2
| | | | | | | | | | | | l2tp_ppp needs to be loaded after pppox, otherwise it ends up like this: l2tp_ppp: Unknown symbol pppox_ioctl (err 0) ... during boot. I also fixed the dependency, it should be pppox rather than pppoe. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 32562
* kernel: split kmod-pppoe into kmod-pppox and kmod-pppoe, make kmod-pptp ↵Jo-Philipp Wich2012-06-181-7/+21
| | | | | | depend on kmod-pppox (#11677) SVN-Revision: 32433
* kernel: move esfq to kmod-sched-esfq, as it has extra netfilter dependenciesFelix Fietkau2012-05-291-3/+13
| | | | SVN-Revision: 32001
* kernel: remove more unnecessary kernel version checks/dependenciesFelix Fietkau2012-05-271-36/+6
| | | | SVN-Revision: 31907
* kernel: remove a few more obsolete CompareKernelPatchVer calls, add ↵Felix Fietkau2012-05-271-11/+6
| | | | | | dependencies on @TARGET_x86 for a few network drivers that are typically not found in non-PC equipment SVN-Revision: 31870
* kernel: fix kmod-sched-core build for kernels without codelFelix Fietkau2012-05-201-1/+1
| | | | SVN-Revision: 31834
* kernel: fix packaging of act_connmark.ko (#11492)Jo-Philipp Wich2012-05-191-0/+1
| | | | SVN-Revision: 31821
* kernel: split off act_connmark into a separate package to avoid cluttering ↵Felix Fietkau2012-05-181-4/+11
| | | | | | kmod-sched with a netfilter dependency (fixes #11483) SVN-Revision: 31791
* kernel: remove obsolete CompareKernelPatchVer callsFelix Fietkau2012-05-171-13/+3
| | | | SVN-Revision: 31775
* kernel: split kmod-sched into kmod-sched-core and kmod-schedFelix Fietkau2012-05-161-18/+39
| | | | SVN-Revision: 31760
* kernel: add codel and fq_codel support to kmod-sched (patch by Dave Täht)Felix Fietkau2012-05-161-0/+2
| | | | SVN-Revision: 31757
* kernel: remove kernel modules and references to kernels <= 2.6.36Hauke Mehrtens2012-05-061-3/+2
| | | | | | OpenWrt does not support kernel version <= 2.6.36 any more, remove all modules only build for those kernels and all conditions specific for those kernel versions. SVN-Revision: 31634
* Add kernel module package for SLIPJohn Crispin2012-02-141-0/+25
| | | | | | | | This patch adds support for a kernel module package for SLIP. We needed it forusing tunslip6 from Contiki OS for 6LoWPAN communications. Signed-off-by: Markus Becker <mab@comnets.uni-bremen.de> SVN-Revision: 30538
* allow building 8021q and bridge as modulesFlorian Fainelli2011-11-151-0/+62
| | | | SVN-Revision: 29163
* package: kernel: add handling for 3.2 renames (and some missed ones for 3.1)Jonas Gorski2011-11-091-5/+30
| | | | SVN-Revision: 28897
* package/kernel: prefix library modules with lib-Nicolas Thill2011-10-281-3/+3
| | | | SVN-Revision: 28656
* package: kernel: remove last use of $(LINUX_KMOD_SUFFIX)Jonas Gorski2011-10-261-1/+1
| | | | SVN-Revision: 28600
* kernel: add dependency on kmod-crypto-authenc to kmod-ipsec (closes: #7431)Nicolas Thill2011-10-221-1/+1
| | | | SVN-Revision: 28515
* package/kernel: invert dependencies for current kernel featuresJonas Gorski2011-08-091-3/+3
| | | | | | | Instead of depending on new kernel versions, depend on not having one of the older ones (or vice versa for modules removed in current kernels). SVN-Revision: 27934
* add kmod-sched-netem (#8839)Florian Fainelli2011-07-051-0/+15
| | | | SVN-Revision: 27458
* package/kernel: Update version dependencies and kmods for linux 3.0Hauke Mehrtens2011-06-151-4/+8
| | | | | | | | | Also disable rtc-core for now since this changed to a bool, now directly used in the kernel if enabled. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27186
* kernel: revert unrelated change in previous commitJo-Philipp Wich2011-06-091-1/+0
| | | | SVN-Revision: 27150
* kernel: gre depends on ipv6 is Kernel is built with IPv6 supportJo-Philipp Wich2011-06-091-0/+2
| | | | SVN-Revision: 27149
* kernel: generic: Update 2.6.39 to finalHauke Mehrtens2011-05-251-4/+4
| | | | | | | | | | | * Add missing config symbols * Update package/kernel for 2.6.39 CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module. Thank you Jonas Gorski for the patch SVN-Revision: 27010
* package/kernel: Remove $(KMOD_SUFFIX) usageVasilis Tsiligiannis2011-05-151-5/+5
| | | | | | | | | Since there's only 2.6 in trunk $(KMOD_SUFFIX) can be safely replaced with ko for all mainline kernel modules. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26900
* kernel: add kmod-crypto-{wq,rng,iv} Add kmod-crypto-iv as a dependency for ↵Jo-Philipp Wich2011-05-031-1/+1
| | | | | | | | kmod-ipsec. Also remove the extraneous kmod-crypto-core dependency to eliminate recursion. Signed-off-by: Lars Hjersted <lars@hjersted.com> SVN-Revision: 26813
* exclude pktgen for uml targetFlorian Fainelli2011-04-291-0/+1
| | | | SVN-Revision: 26781
* kernel: enable MPPE again, got broken in r26296Felix Fietkau2011-04-071-1/+1
| | | | | | | | | Since r26296 mppe.ko could not be loaded, kernel gives "device missing" error. According to KConfig cypther-ecb is required. Signed-off-by: Sven Roederer <mailinglists.sven_at_roederer.dhs.org> SVN-Revision: 26507
* kernel: fix some problems with kernel 2.6.38Hauke Mehrtens2011-03-191-3/+3
| | | | | | | In some places LINUX_2_6_38 was just missing. Some kernel modules were moved. SVN-Revision: 26239
* kernel: further fixes to kmod-gre packagingJo-Philipp Wich2011-03-101-6/+8
| | | | SVN-Revision: 26012
* kernel: fix usage of CompareKernelPatchVer for kmod-greJo-Philipp Wich2011-03-101-3/+3
| | | | SVN-Revision: 26010
* kernel: package kmod-pptp, autoload kmod-greJo-Philipp Wich2011-03-091-0/+15
| | | | SVN-Revision: 25987
* kernel: fix kmod-gre for Kernel >= 2.6.37 (#9009)Jo-Philipp Wich2011-03-091-2/+4
| | | | SVN-Revision: 25985
* kernel: disable scheduler actions by default, they will be enabled only when ↵Felix Fietkau2011-02-271-0/+1
| | | | | | kmod-sched is selected SVN-Revision: 25771
* kernel: add a new scheduler action for restoring the connection tracking ↵Felix Fietkau2011-02-211-0/+1
| | | | | | mark - useful for ingress shaping, will be used for replacing IMQ later SVN-Revision: 25639
* move the cbc crypto module out of the crypto core and into a separate ↵Felix Fietkau2011-02-121-1/+1
| | | | | | package - it is only used for ipsec SVN-Revision: 25493
* move the deflate crypto module out of the crypto core and into a separate ↵Felix Fietkau2011-02-121-1/+1
| | | | | | package - it is only used for ipsec SVN-Revision: 25491
* target/linux: revert r24014 (further testing is needed)Alexandros C. Couloumbis2010-11-161-2/+2
| | | | SVN-Revision: 24015
* linux/generic: add kernel mppc/mppe for 2.6.37. ↵Alexandros C. Couloumbis2010-11-161-2/+2
| | | | | | http://yablochkin.net.ru/mppc/ (not enabled by default) SVN-Revision: 24014
* kernel: fix l2tp kernel packagesHauke Mehrtens2010-11-141-18/+19
| | | | | | | l2tp-ip and l2tp-eth should depend on l2tp_netlink fix pppol2tp for kernel >= 2.6.35 SVN-Revision: 23993
* kernel: add CONFIG_IPV6_SIT_6RDHauke Mehrtens2010-11-131-5/+4
| | | | | | This closes #8227 SVN-Revision: 23986