mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:13:20 +02:00
ar71xx: Added preinit scriptlet to set vars based on cpuinfo during preinit_main. This fixes a bug in which the vars were not set due to /proc not being mounted when ar71xx.sh was sourced
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21634 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f8eb227313
commit
d1d038f985
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
do_ar71xx() {
|
||||
. /lib/ar71xx.sh
|
||||
}
|
||||
|
||||
boot_hook_add preinit_main do_ar71xx
|
Loading…
Reference in New Issue
Block a user