mvebu: migrate led and network setup to board detection framework
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47541
This commit is contained in:
parent
8e79f25991
commit
e20b689249
8
target/linux/mvebu/base-files/etc/uci-defaults/01_leds → target/linux/mvebu/base-files/etc/board.d/01_leds
Normal file → Executable file
8
target/linux/mvebu/base-files/etc/uci-defaults/01_leds → target/linux/mvebu/base-files/etc/board.d/01_leds
Normal file → Executable file
@ -1,11 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 OpenWrt.org
|
# Copyright (C) 2014-2015 OpenWrt.org
|
||||||
#
|
#
|
||||||
|
|
||||||
. /lib/functions/uci-defaults.sh
|
. /lib/functions/uci-defaults-new.sh
|
||||||
. /lib/mvebu.sh
|
. /lib/mvebu.sh
|
||||||
|
|
||||||
|
board_config_update
|
||||||
|
|
||||||
board=$(mvebu_board_name)
|
board=$(mvebu_board_name)
|
||||||
|
|
||||||
case "$board" in
|
case "$board" in
|
||||||
@ -32,6 +34,6 @@ armada-xp-linksys-mamba)
|
|||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ucidef_commit_leds
|
board_config_flush
|
||||||
|
|
||||||
exit 0
|
exit 0
|
10
target/linux/mvebu/base-files/etc/uci-defaults/02_network → target/linux/mvebu/base-files/etc/board.d/02_network
Normal file → Executable file
10
target/linux/mvebu/base-files/etc/uci-defaults/02_network → target/linux/mvebu/base-files/etc/board.d/02_network
Normal file → Executable file
@ -3,13 +3,11 @@
|
|||||||
# Copyright (C) 2014-2015 OpenWrt.org
|
# Copyright (C) 2014-2015 OpenWrt.org
|
||||||
#
|
#
|
||||||
|
|
||||||
[ -e /etc/config/network ] && exit 0
|
. /lib/functions/uci-defaults-new.sh
|
||||||
|
|
||||||
touch /etc/config/network
|
|
||||||
|
|
||||||
. /lib/functions/uci-defaults.sh
|
|
||||||
. /lib/mvebu.sh
|
. /lib/mvebu.sh
|
||||||
|
|
||||||
|
board_config_update
|
||||||
|
|
||||||
ucidef_set_interface_loopback
|
ucidef_set_interface_loopback
|
||||||
|
|
||||||
board=$(mvebu_board_name)
|
board=$(mvebu_board_name)
|
||||||
@ -41,6 +39,6 @@ armada-xp-gp)
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
uci commit network
|
board_config_flush
|
||||||
|
|
||||||
exit 0
|
exit 0
|
Loading…
Reference in New Issue
Block a user