diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-10-19 12:09:45 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2016-10-19 12:09:45 +0200 |
commit | 0658527e1ebe666cabde9267b6afbe543314160c (patch) | |
tree | 9afe96f78fd33c15b80786f418ca77a32135b20a /target/linux/mvebu/config-4.4 | |
parent | 1ffb7e47be92e32a08d866399af83d4136e28e06 (diff) | |
download | upstream-0658527e1ebe666cabde9267b6afbe543314160c.tar.gz upstream-0658527e1ebe666cabde9267b6afbe543314160c.tar.bz2 upstream-0658527e1ebe666cabde9267b6afbe543314160c.zip |
switch to the new usbport LED trigger
This makes init.d script handle existing UCI entries using the new
trigger. It also switches all targets to use its package.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/mvebu/config-4.4')
-rw-r--r-- | target/linux/mvebu/config-4.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/config-4.4 b/target/linux/mvebu/config-4.4 index 5c1206b846..cd6c60c1f5 100644 --- a/target/linux/mvebu/config-4.4 +++ b/target/linux/mvebu/config-4.4 @@ -255,7 +255,6 @@ CONFIG_JBD2=y CONFIG_LEDS_GPIO=y CONFIG_LEDS_PCA963X=y CONFIG_LEDS_TLC591XX=y -CONFIG_LEDS_TRIGGER_USBDEV=y CONFIG_LIBFDT=y CONFIG_LOCK_SPIN_ON_OWNER=y CONFIG_LZO_COMPRESS=y @@ -416,6 +415,7 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_HCD_ORION=y CONFIG_USB_EHCI_HCD_PLATFORM=y CONFIG_USB_EHCI_PCI=y +CONFIG_USB_LEDS_TRIGGER_USBPORT=y CONFIG_USB_PHY=y CONFIG_USB_STORAGE=y CONFIG_USB_SUPPORT=y |