summaryrefslogtreecommitdiff
path: root/package/kernel/linux/modules/netdevices.mk
Commit message (Collapse)AuthorAge
* kernel: add a package for bcm-phy-lib.ko, fixes build errors with ↵Felix Fietkau2016-01-23
| | | | | | | | kmod-phy-broadcom Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48464
* kernel: add mvsw61xx module packageJohn Crispin2015-10-19
| | | | | | | | | Adds the package to select the mvsw61xx module present in the 3.18/4.0/4.1 kernels. Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com> SVN-Revision: 47224
* kernel: add broadcom phy driverHauke Mehrtens2015-06-02
| | | | | | | | | | This adds the Broadcom phy driver. This also loses #19545. Thank you bigtman43 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 45877
* kernel: remove stmmac kernel packageJohn Crispin2015-06-01
| | | | | | | | | We just moved the stmmac support in the kernel for ipq806x. Therefore, nobody needs this driver so we'll just get rid of it. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45872
* kernel: kmod-stmmac depends on kmod-libphyJo-Philipp Wich2015-05-30
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45849
* kernel: add stmmac as a new kernel packageJohn Crispin2015-05-29
| | | | | | Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45829
* kernel: remove kernel module checks/dependencies for 3.14Felix Fietkau2015-04-11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45377
* kernel: drop obsolete linux 3.10 related dependencies/checksFelix Fietkau2015-04-10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45361
* kernel: switch to upstreamJohn Crispin2015-04-04
| | | | | | | | | | This driver is upstream since 2012 (commit: a8e510f682f), so switch to it and remove own sources. Also place it under "Network Devices" menu together with other phy drivers. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 45269
* kernel: remove obsolete kernel version dependenciesFelix Fietkau2015-03-19
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44892
* linux: convert CompareKernelPatchVer to version tagged symbolsJo-Philipp Wich2015-01-31
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44229
* build: drop obsolete kernel version dependenciesFelix Fietkau2015-01-24
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44110
* et131x is out of staging in 3.18Imre Kaloz2015-01-04
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43827
* packages: kernel: negate kernel version checksHauke Mehrtens2014-10-31
| | | | | | | | | | Only list the kernel versions that do not match so that new kernel versions will automatically match. This improves support for kernel 3.18. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43132
* imx6: kernel: add GW16083 Ethernet Expansion Mezzanine supportLuka Perkov2014-08-11
| | | | | | | | | | | | | | | | The GW16083 Ethernet Expansion Mezzanine adds the following to supported Gateworks baseboards: * 7-port Ethernet Switch * 4x RJ45 ports (ENET1-4) supporing 802.11af/at PoE (with optional PoE module) * 2x RJ45 ports or SFP module (ENET5-6) (auto-selected) This series adds support for a phy driver that adds support for ENET5/ENET6 PHY adding initialization for those PHY's and a polling mechanism that detects SFP insertion and configuration. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 42147
* kernel: fix kmod-igb dependenciesJohn Crispin2014-07-14
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41656
* kernel: remove stray " from igp module titleJonas Gorski2014-07-14
| | | | | | | | Fixes #17108. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41645
* kernel: add igb kernel moduleJohn Crispin2014-07-14
| | | | | | | | Added igb kernel module which supports a variety of Intel GigE PCIe devices Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 41637
* brcm47xx: deactivate ssb and old phy code for new devicesHauke Mehrtens2014-07-12
| | | | | | | | | This deactivates ssb and G-PHY code in b43 for the mips74k profile in brcm47xx. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41594
* kernel: make b44 depend on libphy for kernel 3.14Hauke Mehrtens2014-05-02
| | | | | | | | In kernel 3.14 a dependency to libphy was added to b44. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40662
* kernel: add a dependency of kmod-r8169 on r8169-firmwareFelix Fietkau2014-04-10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40448
* kernel: add missing depends on kmod-miiHauke Mehrtens2014-02-21
| | | | | | 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-08
| | | | | | | | 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-14
| | | | | | | | 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-17
| | | | | | | | 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-30
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38605
* kernel: make kmod-pcnet32 depend on kmod-miiFlorian Fainelli2013-10-25
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 38531
* kernel: add mii library kernel module packageFlorian Fainelli2013-10-25
| | | | | | | | 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-17
| | | | | | | | 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-05
| | | | | | | | | | | | | | | | | | | | 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-01
| | | | SVN-Revision: 37651
* kernel: be consistent with formatting styleLuka Perkov2013-07-26
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37545
* kernel: fix config breakage from removing the de4x5 tulip driverJonas Gorski2013-07-21
| | | | | | | | | 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-21
| | | | | | | | not build on some platforms Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37486
* kernel: fix kmod-et131x dependenciesHauke Mehrtens2013-07-19
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37446
* kernel: kmod-e1000e depends on pip for 3.8+Jonas Gorski2013-07-18
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37418
* brcm47xx: do not load the kernel modules needed for Ethernet manuallyHauke Mehrtens2013-07-14
| | | | | | | 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-21
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007