aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-08-05 12:03:13 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-08-10 12:54:30 +0200
commitd4ac0ad543027b6ac862fcd84f2aeae05f2b669e (patch)
treef1a973cf39e7982e693af25165c5498328261b75 /target/linux/sunxi
parentc00b8dcf72b5df6137e2726cf40645abe188d57a (diff)
downloadupstream-d4ac0ad543027b6ac862fcd84f2aeae05f2b669e.tar.gz
upstream-d4ac0ad543027b6ac862fcd84f2aeae05f2b669e.tar.bz2
upstream-d4ac0ad543027b6ac862fcd84f2aeae05f2b669e.zip
treewide: make dependency on kmod-usb-net selective
A bunch of kernel modules depends on kmod-usb-net, but does not select it. Make AddDepends/usb-net selective, so we can drop some redundant +kmod-usb-net definitions for DEVICE_PACKAGES. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r--target/linux/sunxi/image/cortexa7.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/image/cortexa7.mk b/target/linux/sunxi/image/cortexa7.mk
index 8fa648176f..69eb321c7f 100644
--- a/target/linux/sunxi/image/cortexa7.mk
+++ b/target/linux/sunxi/image/cortexa7.mk
@@ -173,7 +173,7 @@ TARGET_DEVICES += xunlong_orangepi-plus
define Device/xunlong_orangepi-r1
DEVICE_VENDOR := Xunlong
DEVICE_MODEL := Orange Pi R1
- DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-usb-net kmod-usb-net-rtl8152
+ DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-usb-net-rtl8152
SOC := sun8i-h2-plus
endef
TARGET_DEVICES += xunlong_orangepi-r1