diff options
author | René van Dorst <opensource@vdorst.com> | 2020-04-07 23:50:31 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2020-04-25 23:45:16 +0200 |
commit | ec2f7a47d379c3828eec930df881b09acc6fec06 (patch) | |
tree | bb1ff7a2e97c073f3e8a966cca2c03e3f18eb055 /target/linux/ramips | |
parent | 6d924706a65a16f88bae7f2b3d29535df5b320ab (diff) | |
download | upstream-ec2f7a47d379c3828eec930df881b09acc6fec06.tar.gz upstream-ec2f7a47d379c3828eec930df881b09acc6fec06.tar.bz2 upstream-ec2f7a47d379c3828eec930df881b09acc6fec06.zip |
kernel: add module to support SFP cages
Enables kernel SFP case support.
Signed-off-by: René van Dorst <opensource@vdorst.com>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 739655f837..d5527cd98d 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -820,7 +820,7 @@ TARGET_DEVICES += ubnt_edgerouter-x define Device/ubnt_edgerouter-x-sfp $(Device/ubnt_edgerouter_common) DEVICE_MODEL := EdgeRouter X SFP - DEVICE_PACKAGES += kmod-i2c-algo-pca kmod-gpio-pca953x + DEVICE_PACKAGES += kmod-i2c-algo-pca kmod-gpio-pca953x kmod-sfp SUPPORTED_DEVICES += ubnt-erx-sfp ubiquiti,edgerouterx-sfp endef TARGET_DEVICES += ubnt_edgerouter-x-sfp |