aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/network.mk
Commit message (Collapse)AuthorAgeFilesLines
* added rtl8169, from #2554John Crispin2007-10-161-0/+16
| | | | SVN-Revision: 9339
* split ipip & iptunnel4 and ipv6 & sit into separate packagesNicolas Thill2007-10-101-24/+48
| | | | SVN-Revision: 9241
* Add support for the network packet generatorFlorian Fainelli2007-10-021-0/+16
| | | | SVN-Revision: 9091
* fix kernel config item for 3c95x/vortex network cards (closes: #2441)Nicolas Thill2007-09-291-1/+1
| | | | SVN-Revision: 9068
* move crypto support to a seperate crypto.mk file, split modules into ↵Nicolas Thill2007-09-231-2/+2
| | | | | | multiple packages and adjust dependencies, sync crypto options in kconfigs. SVN-Revision: 8980
* add missing kconfig option for pppoaFelix Fietkau2007-09-221-1/+1
| | | | SVN-Revision: 8965
* revert [8907] and rename kmod-soundcore and kmod-ipip modules in 7.09 as wellNicolas Thill2007-09-211-1/+0
| | | | SVN-Revision: 8910
* add compat 'PROVIDES' for renamed kernel modulesNicolas Thill2007-09-211-0/+1
| | | | SVN-Revision: 8907
* build IPsec transports as modules, rename kmod-ipip to kmod-iptunnel4 and ↵Nicolas Thill2007-09-201-30/+56
| | | | | | add kmod-iptunnel6. SVN-Revision: 8862
* fix kmod-sched kconfig value (#2380)Felix Fietkau2007-09-201-1/+14
| | | | SVN-Revision: 8858
* move CAPI/ISDN module from other.mk to network.mkNicolas Thill2007-09-171-0/+21
| | | | SVN-Revision: 8819
* cosmetic changes: rename submenu vars, add missing copyright headersNicolas Thill2007-09-161-33/+33
| | | | SVN-Revision: 8808
* add dependencies on kmod-crypto for kmod-ipsec and kmod-mppe, change ↵Nicolas Thill2007-09-161-3/+3
| | | | | | kmod-pppoa dependency on kmod-atm from depends to select SVN-Revision: 8800
* Package support for IP over ATMFlorian Fainelli2007-09-141-0/+16
| | | | SVN-Revision: 8775
* fix target names in DEPENDS (closes: #2341)Nicolas Thill2007-09-111-12/+12
| | | | SVN-Revision: 8748
* fix KCONFIG in packages: move back all KCONFIG from package variants to the ↵Nicolas Thill2007-09-091-10/+19
| | | | | | main package since we don't know the kernel version at dump time. keep old KCONFIG lines commented out, so we can switch back easily later. SVN-Revision: 8721
* Fix kmod-ppp generation (#2337)Florian Fainelli2007-09-081-1/+1
| | | | SVN-Revision: 8691
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-83/+147
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* require all CONFIG_* symbols listed in its KCONFIG to be set to m in order ↵Nicolas Thill2007-09-031-34/+53
| | | | | | to actually build a kmod package, tweak and fix kernel package definitions. SVN-Revision: 8591
* cosmetic fixes: rearrange KernelPackage definitionsNicolas Thill2007-08-281-68/+117
| | | | SVN-Revision: 8520
* Add kmod-ppp-synctty (#2231)Florian Fainelli2007-08-221-0/+13
| | | | SVN-Revision: 8459
* ax25 need to compile mkissFlorian Fainelli2007-08-011-1/+1
| | | | SVN-Revision: 8306
* Put r6040 ethernet driver as a moduleFlorian Fainelli2007-07-251-0/+11
| | | | SVN-Revision: 8154
* more dependency fixesFelix Fietkau2007-07-231-3/+3
| | | | SVN-Revision: 8115
* fix kmod-atmtcp compileFelix Fietkau2007-07-211-1/+1
| | | | SVN-Revision: 8087
* revert 8059, via-rhine is built in the kernelFlorian Fainelli2007-07-191-1/+1
| | | | SVN-Revision: 8061
* Include kmod-via-rhine by default for rb532Florian Fainelli2007-07-191-1/+1
| | | | SVN-Revision: 8059
* Fix kmod-ipip build (#2092)Florian Fainelli2007-07-191-2/+1
| | | | SVN-Revision: 8048
* dynamically enable/disable kernel config options for kmod packages based on ↵Felix Fietkau2007-07-181-33/+27
| | | | | | build system config SVN-Revision: 8026
* Added via-velocity module, and fixed some whitespace inconsistencies.Rod Whitby2007-06-291-4/+16
| | | | SVN-Revision: 7772
* Package tunnel6 as well (#1943)Florian Fainelli2007-06-221-2/+3
| | | | SVN-Revision: 7705
* automatically load ipv6 moduleFlorian Fainelli2007-06-131-0/+1
| | | | SVN-Revision: 7625
* change module load priority (closes: #1804)Nicolas Thill2007-06-101-2/+2
| | | | SVN-Revision: 7549
* Fix mppe packaging from #1742Florian Fainelli2007-05-271-1/+4
| | | | SVN-Revision: 7362
* Typo, againFlorian Fainelli2007-05-081-1/+1
| | | | SVN-Revision: 7135
* Fix a typo, grr, hummFlorian Fainelli2007-05-071-1/+1
| | | | SVN-Revision: 7132
* Package multipath kernel modules from #1608Florian Fainelli2007-05-071-0/+19
| | | | SVN-Revision: 7131
* Improved autorebuild for kernel related stuff. - make modules_install in the ↵Felix Fietkau2007-04-181-44/+44
| | | | | | kernel tree is no longer called - make modules is called on every target/compile run - kmod packages pull the kernel modules directly out of the kernel tree and have proper file depends on them SVN-Revision: 6998
* fix compile errorFelix Fietkau2007-03-011-1/+8
| | | | SVN-Revision: 6448
* Package sit module as part of kmod-ipv6 (#1424)Florian Fainelli2007-03-011-1/+1
| | | | SVN-Revision: 6445
* add e1000 supportFelix Fietkau2007-02-161-0/+1
| | | | SVN-Revision: 6315
* fix typoFelix Fietkau2007-02-011-1/+1
| | | | SVN-Revision: 6239
* move the natsemi preselection into the x86 default package listFelix Fietkau2007-01-291-1/+0
| | | | SVN-Revision: 6227
* Add ethernet bonding support for x86 (#856)Florian Fainelli2006-11-231-0/+11
| | | | SVN-Revision: 5626
* Fix ne2k-pci compilation (#957)Florian Fainelli2006-11-181-2/+3
| | | | SVN-Revision: 5558
* Add support for ne2000 pci NIC (#916)Florian Fainelli2006-11-061-0/+12
| | | | SVN-Revision: 5451
* add redboot parsing and rtl8169 fixes, enable r8169 and add the free ixp4xx ↵Imre Kaloz2006-10-271-0/+26
| | | | | | ethernet driver - the later still needs fixes and testing for the gateway 7001 SVN-Revision: 5311
* add e1000 driver, remove references to LINUX_2_4_X86Felix Fietkau2006-10-241-5/+16
| | | | SVN-Revision: 5286
* add extra autoload for ppp modulesFelix Fietkau2006-10-241-2/+4
| | | | SVN-Revision: 5283
* add missing autoload optionsFelix Fietkau2006-10-221-0/+5
| | | | SVN-Revision: 5254