projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
506bfaa
)
ramips: add usb-ledtrig-usbport to DEVICE_PACKAGES of CY-SWR1100
author
Sungbo Eo
<
[email protected]
>
Wed, 13 Nov 2019 14:23:17 +0000
(23:23 +0900)
committer
Adrian Schmutzler
<
[email protected]
>
Thu, 14 Nov 2019 22:24:48 +0000
(23:24 +0100)
CY-SWR1100 has a USB LED but kmod-usb-ledtrig-usbport is missing
in default images. This commit adds it.
Signed-off-by: Sungbo Eo <
[email protected]
>
[changed commit title, backported to 19.07]
Signed-off-by: Adrian Schmutzler <
[email protected]
>
(cherry picked from commit
261c746631d2bf311a6b62a6d3bacce6fde90976
)
target/linux/ramips/image/rt3883.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/rt3883.mk
b/target/linux/ramips/image/rt3883.mk
index f90fc6154fdae04f96d6faf832dbc3a7c62f375e..0335f0795cac528883d679468c14781371ffadb9 100644
(file)
--- a/
target/linux/ramips/image/rt3883.mk
+++ b/
target/linux/ramips/image/rt3883.mk
@@
-33,7
+33,8
@@
define Device/cy-swr1100
seama-seal -m "signature=wrgnd10_samsung_ss815" | \
check-size $$$$(IMAGE_SIZE)
DEVICE_TITLE := Samsung CY-SWR1100
- DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig
+ DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 | \
+ kmod-usb-ledtrig-usbport swconfig
endef
TARGET_DEVICES += cy-swr1100