all: remove dummy ucidef_set_interface_loopback() from board.d

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

SVN-Revision: 47744
This commit is contained in:
Jo-Philipp Wich
2015-12-03 23:13:00 +00:00
parent 3348308afd
commit 527ec2af59
8 changed files with 0 additions and 20 deletions

View File

@@ -67,12 +67,6 @@ ucidef_set_model_name() {
json_select ..
}
ucidef_set_interface_loopback()
{
# stub
local a="$1"
}
ucidef_set_interface_lan() {
json_select_object network
_ucidef_set_interface lan "$@"