> -----Original Message----- > From: openwrt-devel [mailto:[email protected]] > On Behalf Of Hauke Mehrtens > Sent: Mittwoch, 13. Mai 2020 23:42 > To: [email protected] > Cc: Hauke Mehrtens <[email protected]>; Tobias Schramm > <[email protected]> > Subject: [OpenWrt-Devel] [PATCH] ath79: Fix ubnt_edgeswitch-8xp > DEVICE_PACKAGES > > switch-bcm53xx-mdio does not exists, use kmod-switch-bcm53xx-mdio > instead.
If it worked well without it so far, we should remove it :-) Joke aside, LGTM. > > Signed-off-by: Hauke Mehrtens <[email protected]> > Cc: Tobias Schramm <[email protected]> > --- > target/linux/ath79/image/generic-ubnt.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/linux/ath79/image/generic-ubnt.mk > b/target/linux/ath79/image/generic-ubnt.mk > index d056ab6783cc..de2c18becd3d 100644 > --- a/target/linux/ath79/image/generic-ubnt.mk > +++ b/target/linux/ath79/image/generic-ubnt.mk > @@ -150,7 +150,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 > > -- > 2.20.1 > > > _______________________________________________ > openwrt-devel mailing list > [email protected] > https://lists.openwrt.org/mailman/listinfo/openwrt-devel
openpgp-digital-signature.asc
Description: PGP signature
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
