diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-12-21 19:06:49 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2018-12-22 15:08:24 +0100 |
commit | 360efb1eadebf10734a4f9ca6d667d662833333b (patch) | |
tree | 05e6fb6bdda82a20067b6a4500a12c9bda0a09ae /target/linux/ipq40xx/image | |
parent | 36c19c9f0be23ad327085aa762e95de638e19b4a (diff) | |
download | upstream-360efb1eadebf10734a4f9ca6d667d662833333b.tar.gz upstream-360efb1eadebf10734a4f9ca6d667d662833333b.tar.bz2 upstream-360efb1eadebf10734a4f9ca6d667d662833333b.zip |
ipq40xx: NBG6617: add usb-ledtrig-usbport to DEVICE_PACKAGES
The ZyXEL NBG6617 USB LED was not working with the default images.
It turned out that kmod-usb-ledtrig-usbport was missing from the
default installation.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/image')
-rw-r--r-- | target/linux/ipq40xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/image/Makefile b/target/linux/ipq40xx/image/Makefile index d95c151653..802d30c4f5 100644 --- a/target/linux/ipq40xx/image/Makefile +++ b/target/linux/ipq40xx/image/Makefile @@ -236,7 +236,7 @@ define Device/zyxel_nbg6617 # this minimum-size. However, the larger image can be flashed both ways. IMAGE/factory.bin := append-rootfs | pad-rootfs | pad-to 64k | check-size $$$$(ROOTFS_SIZE) | zyxel-ras-image separate-kernel IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | check-size $$$$(ROOTFS_SIZE) | sysupgrade-tar rootfs=$$$$@ | append-metadata - DEVICE_PACKAGES := uboot-envtools + DEVICE_PACKAGES := uboot-envtools kmod-usb-ledtrig-usbport endef TARGET_DEVICES += zyxel_nbg6617 |