diff options
author | Mathias Kresin <dev@kresin.me> | 2018-08-16 09:53:26 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-16 21:20:57 +0200 |
commit | 3f09adaa558a16448181fc54163e679dfe4f6190 (patch) | |
tree | 02de69adce6b2b074d1c1d73586cb5699a14cb73 /target/linux/ath79/image/generic.mk | |
parent | 0c5a53255307ab532b2f875db452803b7f297874 (diff) | |
download | upstream-3f09adaa558a16448181fc54163e679dfe4f6190.tar.gz upstream-3f09adaa558a16448181fc54163e679dfe4f6190.tar.bz2 upstream-3f09adaa558a16448181fc54163e679dfe4f6190.zip |
ath79: don't use the pcs,cr5000 wps led as usb led
If it isn't a usb led, it shouldn't be used as one by default. It is up
to the user to add such a (mis)configuration for the board.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ath79/image/generic.mk')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 01020810cc..6681bcf307 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -127,7 +127,7 @@ TARGET_DEVICES += pcs_cr3000 define Device/pcs_cr5000 ATH_SOC := ar9344 DEVICE_TITLE := PowerCloud Systems CR5000 - DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport kmod-usb-core + DEVICE_PACKAGES := kmod-usb2 kmod-usb-core IMAGE_SIZE := 7808k IMAGES := sysupgrade.bin SUPPORTED_DEVICES += cr5000 |