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:
parent
bf507d0439
commit
d23048de6c
8
target/linux/omap24xx/base-files/etc/init.d/p54spi-eeprom → target/linux/omap24xx/base-files/lib/preinit/99_p54spi_eeprom
Executable file → Normal file
8
target/linux/omap24xx/base-files/etc/init.d/p54spi-eeprom → target/linux/omap24xx/base-files/lib/preinit/99_p54spi_eeprom
Executable file → Normal 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
|
Loading…
Reference in New Issue
Block a user