From 9f990001653a0c45a17f15c1ed67ab91fa6aa91b Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Wed, 3 Jul 2019 23:22:02 +0200 Subject: ramips/mt7620: Synchronize Makefiles with DTS compatible This will "rename" devices in Makefiles to the pattern used in DTS compatible. This will systematize naming of devices enormously. As device names are used to for default SUPPORTED_DEVICES entries, we need to adjust the source for /tmp/sysinfo/board_name, too. So remove relevant entries from base-files/lib/ramips.sh and use device compatible for that. Despite that, base-files are updated, too. Signed-off-by: Adrian Schmutzler --- target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/base-files/etc/hotplug.d') diff --git a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom index fc044c123e..6e68f7603d 100644 --- a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom +++ b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom @@ -66,7 +66,7 @@ case "$FIRMWARE" in jboot_eeprom_extract "config" 0xE000 rt2x00_eeprom_set_macaddr $wifi_mac ;; - tiny-ac) + dovado,tiny-ac) wifi_mac=$(mtd_get_mac_ascii u-boot-env INIC_MAC_ADDR) rt2x00_eeprom_extract "factory" 0 512 rt2x00_eeprom_set_macaddr $wifi_mac -- cgit v1.2.3