mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 09:26:28 +00:00
tegra: trimslice: enable USB HID driver
Without serial or network access the only option for initial configuration, is a attached display with USB keyboard, but the keyboard driver needs to be installed first. So enable keyboard driver by default to avoid this issue. Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
This commit is contained in:
parent
6660a15d72
commit
6a29d32d8a
@ -44,7 +44,7 @@ define Device/compulab_trimslice
|
||||
DEVICE_MODEL := TrimSlice
|
||||
DEVICE_DTS := tegra20-trimslice
|
||||
DEVICE_PACKAGES := kmod-leds-gpio kmod-r8169 kmod-rt2800-usb \
|
||||
kmod-rtc-em3027 kmod-usb-storage wpad-basic-mbedtls
|
||||
kmod-rtc-em3027 kmod-usb-hid kmod-usb-storage wpad-basic-mbedtls
|
||||
UBOOT := trimslice-mmc
|
||||
endef
|
||||
TARGET_DEVICES += compulab_trimslice
|
||||
|
Loading…
x
Reference in New Issue
Block a user