BigW Consortium Gitlab

Commit a9be6c03 by florian

at91: add Device Tree based board detection

Set up eth0 as LAN interface by default. Backport of r46174 Signed-off-by: 's avatarFlorian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46419 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent f6498385
#!/bin/sh
do_at91() {
[ -e "/tmp/sysinfo/" ] || mkdir -p "/tmp/sysinfo/"
echo $(strings /proc/device-tree/compatible | head -1) > /tmp/sysinfo/board_name
echo $(cat /proc/device-tree/model) > /tmp/sysinfo/model
. /lib/at91.sh
at91_board_detect
}
boot_hook_add preinit_main do_at91
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment