From 5d8e0585ac778f4dde3ead2cee576695c351c628 Mon Sep 17 00:00:00 2001 From: blogic Date: Sat, 15 Dec 2012 02:01:00 +0000 Subject: [lantiq] cleanup basefiles git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34698 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'target/linux/lantiq/base-files/etc/hotplug.d/firmware') 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 1eee55e22..e58ca34de 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 @@ -23,12 +23,11 @@ rt2x00_eeprom_extract() { } [ -e /lib/firmware/$FIRMWARE ] && exit 0 - -. /lib/lantiq.sh +. /lib/functions/lantiq.sh case "$FIRMWARE" in "RT2860.eeprom" ) - local board=$(lantiq_board_name) + local board=$(lantiq_board_id) case $board in ARV7525PW|ARV752DPW) rt2x00_eeprom_extract "board_config" 1040 272 -- cgit v1.2.3