summaryrefslogtreecommitdiff
path: root/package/kernel/linux/modules/netdevices.mk
Commit message (Collapse)AuthorAgeFilesLines
* kernel: add missing depends on kmod-miiHauke Mehrtens2014-02-211-12/+12
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39670
* kernel: negate kernel version dependencies to fix config for new kernel versionsHauke Mehrtens2014-02-081-1/+1
| | | | | | | | This fixes some problems on kernel 3.13 and also removes the reference to LINUX_3_7. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39532
* packages: kernel: reverse kernel dependencies logicHauke Mehrtens2014-01-141-1/+1
| | | | | | | | This will select the correct dependencies also for more recent kernel versions. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39289
* kernel: add vmxnet3 moduleHauke Mehrtens2013-11-171-0/+16
| | | | | | | | support VMware ethernet adapters Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 38840
* kernel: add missing dependency for kernel 3.12 in tg3Hauke Mehrtens2013-10-301-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38605
* kernel: make kmod-pcnet32 depend on kmod-miiFlorian Fainelli2013-10-251-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 38531
* kernel: add mii library kernel module packageFlorian Fainelli2013-10-251-0/+14
| | | | | | | | This package is required for network drivers such as pcnet32 Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 38530
* kernel: make most modules use AutoProbeJohn Crispin2013-09-171-26/+26
| | | | | | | | now that we have modprobe we can set more than half of the modules to AutoProbe Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38021
* kernel: kmod-libphy, kmod-tg3: fix load orderHauke Mehrtens2013-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | This fixes the following error: tg3: Unknown symbol mdiobus_alloc_size (err 0) tg3: Unknown symbol phy_ethtool_sset (err 0) tg3: Unknown symbol phy_mii_ioctl (err 0) tg3: Unknown symbol phy_connect (err 0) tg3: Unknown symbol mdiobus_register (err 0) tg3: Unknown symbol mdiobus_free (err 0) tg3: Unknown symbol phy_start (err 0) tg3: Unknown symbol phy_start_aneg (err 0) tg3: Unknown symbol mdiobus_unregister (err 0) tg3: Unknown symbol phy_ethtool_gset (err 0) tg3: Unknown symbol phy_stop (err 0) tg3: Unknown symbol phy_disconnect (err 0) Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37904
* kernel: load libphy before tg3Hauke Mehrtens2013-08-011-1/+1
| | | | SVN-Revision: 37651
* kernel: be consistent with formatting styleLuka Perkov2013-07-261-20/+39
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37545
* kernel: fix config breakage from removing the de4x5 tulip driverJonas Gorski2013-07-211-0/+1
| | | | | | | | | Properly define the config symbol to n so it doesn't break build for targets which do have it available (e.g. mostly everything except arm). Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37489
* kernel: remove an exotic ethernet driver from the tulip package which does ↵Felix Fietkau2013-07-211-2/+0
| | | | | | | | not build on some platforms Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37486
* kernel: fix kmod-et131x dependenciesHauke Mehrtens2013-07-191-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37446
* kernel: kmod-e1000e depends on pip for 3.8+Jonas Gorski2013-07-181-1/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37418
* brcm47xx: do not load the kernel modules needed for Ethernet manuallyHauke Mehrtens2013-07-141-2/+2
| | | | | | | add the boot flag to make the kernel modules needed for Ethernet and diag load on startup. SVN-Revision: 37284
* packages: clean up the package folderJohn Crispin2013-06-211-0/+726
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007