omap24xx: Move p54 eeprom init to preinit
authorMichael Büsch <mb@bu3sch.de>
Sat, 29 Jan 2011 18:45:28 +0000 (18:45 +0000)
committerMichael Büsch <mb@bu3sch.de>
Sat, 29 Jan 2011 18:45:28 +0000 (18:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25242 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/omap24xx/base-files/lib/preinit/99_p54spi_eeprom [moved from target/linux/omap24xx/base-files/etc/init.d/p54spi-eeprom with 87% similarity, mode: 0644]

old mode 100755 (executable)
new mode 100644 (file)
similarity index 87%
rename from target/linux/omap24xx/base-files/etc/init.d/p54spi-eeprom
rename to target/linux/omap24xx/base-files/lib/preinit/99_p54spi_eeprom
index 5c056a9..cd406f4
@@ -1,8 +1,6 @@
-#!/bin/sh /etc/rc.common
+#!/bin/sh
 
-START=30
-
-start() {
+do_generate_p54spi_eeprom() {
        [ -e /lib/firmware/3826.eeprom ] && return 0
 
        [ -x /usr/bin/calvaria ] || { echo "p54spi EEPROM: calvaria not found"; return 1; }
@@ -24,3 +22,5 @@ start() {
 
        rm -f /tmp/wlan-iq-align /tmp/txgen_file
 }
+
+boot_hook_add preinit_mount_root do_generate_p54spi_eeprom