aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/procd/files
Commit message (Collapse)AuthorAgeFilesLines
...
* procd: make old button hotplug rules work until all packages are migratedJohn Crispin2013-07-151-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37336
* procd: make the log port default to 514 if none is specifiedJohn Crispin2013-07-111-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37257
* procd: add proto and trigger support to the /etc/init.d/logJohn Crispin2013-07-111-1/+8
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37249
* procd: add a small script that handles config reloads until configd is readyJohn Crispin2013-07-112-0/+11
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37248
* procd: the delete ubus call was passed the wrong field name for servicesJohn Crispin2013-07-111-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37247
* procd: update to latest git revisionJohn Crispin2013-07-081-0/+53
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37206
* procd: remove obseleted procd.init fileJohn Crispin2013-07-081-19/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37205
* procd: extend shell binding with trigger supportJohn Crispin2013-07-041-0/+32
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37157
* packages: clean up the package folderJohn Crispin2013-06-214-0/+287
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
t: [PATCH] staging: fsl-dpaa2/mac: Add more PHY modes Add support for CAUI, USXGMII and 1000BASE-X. Signed-off-by: Florin Chiculita <florinlaurentiu.chiculita@nxp.com> Signed-off-by: Valentin Catalin Neacsu <valentin-catalin.neacsu@nxp.com> Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com> --- drivers/staging/fsl-dpaa2/mac/mac.c | 3 +++ 1 file changed, 3 insertions(+) --- a/drivers/staging/fsl-dpaa2/mac/mac.c +++ b/drivers/staging/fsl-dpaa2/mac/mac.c @@ -76,6 +76,9 @@ static phy_interface_t dpaa2_mac_iface_m PHY_INTERFACE_MODE_QSGMII, /* DPMAC_ETH_IF_QSGMII */ PHY_INTERFACE_MODE_XGMII, /* DPMAC_ETH_IF_XAUI */ PHY_INTERFACE_MODE_XGMII, /* DPMAC_ETH_IF_XFI */ + PHY_INTERFACE_MODE_XGMII, /* DPMAC_ETH_IF_CAUI */ + PHY_INTERFACE_MODE_XGMII, /* DPMAC_ETH_IF_1000BASEX */ + PHY_INTERFACE_MODE_XGMII, /* DPMAC_ETH_IF_USXGMII */ }; static void dpaa2_mac_link_changed(struct net_device *netdev)