diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-07-03 23:22:02 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-07-10 17:36:29 +0200 |
commit | 9f990001653a0c45a17f15c1ed67ab91fa6aa91b (patch) | |
tree | 49ded920192b29b72e7d1e8d93d4dd8b47ce3e5b /target/linux/ramips/base-files/etc/hotplug.d | |
parent | d93969a13a5b3db1fe5290466ce9de31be1616e3 (diff) | |
download | upstream-9f990001653a0c45a17f15c1ed67ab91fa6aa91b.tar.gz upstream-9f990001653a0c45a17f15c1ed67ab91fa6aa91b.tar.bz2 upstream-9f990001653a0c45a17f15c1ed67ab91fa6aa91b.zip |
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 <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/base-files/etc/hotplug.d')
-rw-r--r-- | target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 2 |
1 files changed, 1 insertions, 1 deletions
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 |