all: remove dummy ucidef_set_interface_loopback() from board.d

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

SVN-Revision: 47744
master
Jo-Philipp Wich 9 years ago
parent 3348308afd
commit 527ec2af59
  1. 6
      package/base-files/files/lib/functions/uci-defaults-new.sh
  2. 2
      target/linux/ar71xx/base-files/etc/board.d/02_network
  3. 2
      target/linux/bcm53xx/base-files/etc/board.d/02_network
  4. 2
      target/linux/brcm2708/base-files/etc/board.d/02_network
  5. 2
      target/linux/ipq806x/base-files/etc/board.d/02_network
  6. 2
      target/linux/mpc85xx/base-files/etc/board.d/02_network
  7. 2
      target/linux/mvebu/base-files/etc/board.d/02_network
  8. 2
      target/linux/ramips/base-files/etc/board.d/02_network

@ -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 "$@"

@ -9,8 +9,6 @@
board_config_update
ucidef_set_interface_loopback
board=$(ar71xx_board_name)

@ -27,8 +27,6 @@ netgear,r8000)
;;
esac
ucidef_set_interface_loopback
# Workaround for devices using CPU port 8 (connected to eth2)
case "$board" in
netgear,r8000)

@ -8,8 +8,6 @@
board_config_update
ucidef_set_interface_loopback
board=$(brcm2708_board_name)
case "$board" in

@ -9,8 +9,6 @@
board_config_update
ucidef_set_interface_loopback
board=$(ipq806x_board_name)
case "$board" in

@ -8,8 +8,6 @@
board_config_update
ucidef_set_interface_loopback
board=$(mpc85xx_board_name)
case "$board" in

@ -8,8 +8,6 @@
board_config_update
ucidef_set_interface_loopback
board=$(mvebu_board_name)
case "$board" in

@ -32,8 +32,6 @@ ramips_setup_interfaces()
{
local board="$1"
ucidef_set_interface_loopback
case $board in
3g150b|\
3g300m|\

Loading…
Cancel
Save