mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-24 04:13:22 +00:00
12 lines
209 B
Bash
12 lines
209 B
Bash
#!/bin/sh
|
|
|
|
# Copyright (C) 2006-2010 OpenWrt.org
|
|
# Copyright (C) 2010 Vertical Communications
|
|
|
|
no_fo_pivot() {
|
|
# switch to the new (empty) jffs2
|
|
fopivot /jffs /rom 1
|
|
}
|
|
|
|
boot_hook_add no_fo no_fo_pivot
|