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/apm821xx/nand | |
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/apm821xx/nand')
-rw-r--r-- | target/linux/apm821xx/nand/profiles/00-default.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/apm821xx/nand/profiles/00-default.mk b/target/linux/apm821xx/nand/profiles/00-default.mk index 9b3e84feaf..12c38ec7ba 100644 --- a/target/linux/apm821xx/nand/profiles/00-default.mk +++ b/target/linux/apm821xx/nand/profiles/00-default.mk @@ -9,7 +9,7 @@ define Profile/Default NAME:=Default Profile PRIORITY:=1 PACKAGES := badblocks block-mount e2fsprogs \ - kmod-ath9k kmod-dm kmod-fs-ext4 kmod-fs-vfat kmod-ledtrig-usbdev \ + kmod-ath9k kmod-dm kmod-fs-ext4 kmod-fs-vfat kmod-usb-ledtrig-usbport \ kmod-md-mod kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-iso8859-15 \ kmod-nls-utf8 kmod-usb3 kmod-usb-dwc2 kmod-usb-storage \ kmod-spi-gpio partx-utils swconfig wpad-mini |