[openwrt/openwrt] ipq806x: remove dependency on non-existent kmod
LEDE Commits
lede-commits at lists.infradead.org
Thu Jan 18 12:22:48 PST 2018
mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/5988364cf3f5924c8e68cf3a040c5d9ba0dc6472
commit 5988364cf3f5924c8e68cf3a040c5d9ba0dc6472
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Wed Jan 17 23:38:50 2018 +0100
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 at gmail.com>
---
target/linux/ipq806x/image/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile
index fa17916..61b3ec2 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
More information about the lede-commits
mailing list