diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-12-04 09:05:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-12-04 09:05:43 +0000 |
commit | 03292739e098dfe8fffef7ead4aa6be3f2046120 (patch) | |
tree | 5bce31e3c6576f1695ca450cb05bce8a67d26504 /target/linux/malta | |
parent | 296212c301cee1a15b140e1d0c91bc0e946c2716 (diff) | |
download | mtk-20170518-03292739e098dfe8fffef7ead4aa6be3f2046120.zip mtk-20170518-03292739e098dfe8fffef7ead4aa6be3f2046120.tar.gz mtk-20170518-03292739e098dfe8fffef7ead4aa6be3f2046120.tar.bz2 |
malta: board.d: fix typo
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47746
Diffstat (limited to 'target/linux/malta')
-rwxr-xr-x | target/linux/malta/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/malta/base-files/etc/board.d/02_network b/target/linux/malta/base-files/etc/board.d/02_network index 394d12b..fc9056f 100755 --- a/target/linux/malta/base-files/etc/board.d/02_network +++ b/target/linux/malta/base-files/etc/board.d/02_network @@ -2,7 +2,7 @@ . /lib/functions/uci-defaults-new.sh -board_config_udpate +board_config_update ucidef_set_interface_wan "eth0" if [ -d "/sys/class/net/eth1" ]; then |