diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-01-17 23:38:50 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-01-18 21:21:11 +0100 |
commit | 5988364cf3f5924c8e68cf3a040c5d9ba0dc6472 (patch) | |
tree | c9c43cf1f9e4065a7386bb706ae9920ced236412 /target/linux/ipq806x | |
parent | 51dd8f3875aa040bd49b817fd28e38122997b749 (diff) | |
download | upstream-5988364cf3f5924c8e68cf3a040c5d9ba0dc6472.tar.gz upstream-5988364cf3f5924c8e68cf3a040c5d9ba0dc6472.tar.bz2 upstream-5988364cf3f5924c8e68cf3a040c5d9ba0dc6472.zip |
ipq806x: remove dependency on non-existent kmod
During the integration of the ipq40xx target,
the phy drivers were included into the ipq806x's
target kernel config.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index fa17916514..61b3ec2906 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -84,7 +84,7 @@ define Device/avm_fritzbox-4040 IMAGE_SIZE := 29753344 IMAGES = sysupgrade.bin IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata - DEVICE_PACKAGES := kmod-usb-phy-qcom-ipq4019 ipq-wifi-avm_fritzbox-4040 fritz-tffs fritz-caldata u-boot-fritz4040 + DEVICE_PACKAGES := ipq-wifi-avm_fritzbox-4040 fritz-tffs fritz-caldata u-boot-fritz4040 endef TARGET_DEVICES += avm_fritzbox-4040 |