From f70f875e8369d863bde20c5413f42570fb25c794 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 11 Jul 2015 08:53:57 +0200 Subject: [PATCH] rtl8169: Fix the machine name for the E1 one --- recipes-bsp/rtl8169-eeprom/rtl8169-eeprom_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/rtl8169-eeprom/rtl8169-eeprom_git.bb b/recipes-bsp/rtl8169-eeprom/rtl8169-eeprom_git.bb index 1d5e3e9..2c554e3 100644 --- a/recipes-bsp/rtl8169-eeprom/rtl8169-eeprom_git.bb +++ b/recipes-bsp/rtl8169-eeprom/rtl8169-eeprom_git.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS = "pciutils" -COMPATIBLE_MACHINE = "(sysmocom-bsc|sysmocom-idu|sysmocom-bsc-e1.conf)" +COMPATIBLE_MACHINE = "(sysmocom-bsc|sysmocom-idu|sysmocom-bsc-e1)" SRCREV = "e62e515ce314599e48b268dac69d2f16a504264c" SRC_URI = "git://git.sysmocom.de/rtl8168-eeprom;protocol=git;branch=master"