device: add support to configure eee
authorRahul Thakur <rahul.thakur@iopsys.eu>
Sat, 19 Aug 2023 03:33:46 +0000 (09:03 +0530)
committerRahul Thakur <rahul.thakur@iopsys.eu>
Fri, 10 Nov 2023 12:14:27 +0000 (17:44 +0530)
commiteee02ccca8c8ba2540108e6a5cff10888bb337c9
tree3f83eee2225115dc0cac97fd27f0552a9dc6fb81
parent841b05fbb91eb7076ec3170756693bd4f1e9708e
device: add support to configure eee

Add support for configurable EEE option i.e. energy efficient ethernet.

The option can be configured by adding the config for the device in the
network uci config. Example:

config device
option name 'eth0'
option eee '1'

Signed-off-by: Rahul Thakur <rahul.thakur@iopsys.eu>
device.c
device.h
system-linux.c