diff options
| author | Christian Lamparter | 2018-01-17 22:38:50 +0000 |
|---|---|---|
| committer | Mathias Kresin | 2018-01-18 20:21:11 +0000 |
| commit | 5988364cf3f5924c8e68cf3a040c5d9ba0dc6472 (patch) | |
| tree | c9c43cf1f9e4065a7386bb706ae9920ced236412 | |
| parent | 51dd8f3875aa040bd49b817fd28e38122997b749 (diff) | |
| download | openwrt-5988364cf3f5924c8e68cf3a040c5d9ba0dc6472.tar.gz | |
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>
| -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 |