projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cca962
)
ath79: Fix ubnt_edgeswitch-8xp DEVICE_PACKAGES
author
Hauke Mehrtens
<hauke@hauke-m.de>
Wed, 13 May 2020 21:42:15 +0000
(23:42 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 26 Jun 2020 22:19:13 +0000
(
00:19
+0200)
switch-bcm53xx-mdio does not exists, use kmod-switch-bcm53xx-mdio
instead.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Cc: Tobias Schramm <tobleminer@gmail.com>
target/linux/ath79/image/generic-ubnt.mk
patch
|
blob
|
history
diff --git
a/target/linux/ath79/image/generic-ubnt.mk
b/target/linux/ath79/image/generic-ubnt.mk
index 480b3a5e68b4509c5b3ea523ddaebeb04a6c0b7e..3f4cc139169b0470a0c6ed716eaeaa4f7373be01 100644
(file)
--- a/
target/linux/ath79/image/generic-ubnt.mk
+++ b/
target/linux/ath79/image/generic-ubnt.mk
@@
-159,7
+159,7
@@
TARGET_DEVICES += ubnt_edgeswitch-5xp
define Device/ubnt_edgeswitch-8xp
$(Device/ubnt-sw)
DEVICE_MODEL := EdgeSwitch 8XP
- DEVICE_PACKAGES += switch-bcm53xx-mdio
+ DEVICE_PACKAGES +=
kmod-
switch-bcm53xx-mdio
endef
TARGET_DEVICES += ubnt_edgeswitch-8xp