1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 11:45:32 +02:00

omap24xx: Move p54 eeprom init to preinit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25242 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2011-01-29 18:45:28 +00:00
parent bf507d0439
commit d23048de6c

View File

@ -1,8 +1,6 @@
#!/bin/sh /etc/rc.common #!/bin/sh
START=30 do_generate_p54spi_eeprom() {
start() {
[ -e /lib/firmware/3826.eeprom ] && return 0 [ -e /lib/firmware/3826.eeprom ] && return 0
[ -x /usr/bin/calvaria ] || { echo "p54spi EEPROM: calvaria not found"; return 1; } [ -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 rm -f /tmp/wlan-iq-align /tmp/txgen_file
} }
boot_hook_add preinit_mount_root do_generate_p54spi_eeprom