Skip to content
Snippets Groups Projects
Commit adbe4738 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

realview: switch from uci-defaults to board.d


Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 47739
parent 7cf1ff8a
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# Copyright (C) 2015 OpenWrt.org
. /lib/functions/uci-defaults-new.sh
board_config_update
ucidef_set_board_id "realview-eb-mpcore"
ucidef_set_model_name "ARM Ltd. Realview"
board_config_flush
exit 0
#!/bin/sh
. /lib/functions/uci-defaults-new.sh
board_config_update
ucidef_set_interface_lan "eth0" "dhcp"
board_config_flush
#!/bin/sh
. /lib/functions/uci-defaults.sh
ucidef_set_interface_loopback
ucidef_set_interface_raw "lan" "eth0" "dhcp"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment