diff options
author | John Crispin <john@openwrt.org> | 2014-07-02 16:33:11 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-02 16:33:11 +0000 |
commit | e2915c6981a4ba141d8ce4dc3f39e187890fb9f6 (patch) | |
tree | 419a813da3c6c4c4e9a0e4746ebeab8db763aafb /target/linux/lantiq/base-files/etc/hotplug.d | |
parent | 80e3282739dcffd1847b20093bb7757bc1ba6757 (diff) | |
download | upstream-e2915c6981a4ba141d8ce4dc3f39e187890fb9f6.tar.gz upstream-e2915c6981a4ba141d8ce4dc3f39e187890fb9f6.tar.bz2 upstream-e2915c6981a4ba141d8ce4dc3f39e187890fb9f6.zip |
lantiq: add support for /tmp/sysinfo
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41472
Diffstat (limited to 'target/linux/lantiq/base-files/etc/hotplug.d')
-rw-r--r-- | target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom index 427c5fc7a2..5664c13ea8 100644 --- a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom +++ b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom @@ -33,7 +33,7 @@ rt2x00_eeprom_extract() { case "$FIRMWARE" in "RT2860.eeprom" ) - local board=$(lantiq_board_id) + local board=$(lantiq_board_name) case $board in ARV7510PW22|ARV7519PW|ARV752DPW|ARV752DPW22) rt2x00_eeprom_extract "board_config" 520 256 1 |