mirror of https://github.com/hak5/openwrt.git
parent
2c26b69626
commit
e9eee3c0b8
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
|
||||
|
||||
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
|
Loading…
Reference in New Issue