diff options
author | John Crispin <john@openwrt.org> | 2013-08-14 19:08:55 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-08-14 19:08:55 +0000 |
commit | 97a7daa72f78396445af79c939f3752484cc8cb2 (patch) | |
tree | 97b131bfa03bd341797d1c272421de016ba24cda | |
parent | 41f62983d3befe7da218107d08acf307f29cca05 (diff) | |
download | upstream-97a7daa72f78396445af79c939f3752484cc8cb2.tar.gz upstream-97a7daa72f78396445af79c939f3752484cc8cb2.tar.bz2 upstream-97a7daa72f78396445af79c939f3752484cc8cb2.zip |
ramips: fix typo in network uci_defaults script
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37784
-rwxr-xr-x | target/linux/ramips/base-files/etc/uci-defaults/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/uci-defaults/02_network b/target/linux/ramips/base-files/etc/uci-defaults/02_network index 441d3393cf..1d77e7c886 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/02_network +++ b/target/linux/ramips/base-files/etc/uci-defaults/02_network @@ -197,7 +197,7 @@ ramips_setup_macs() rt-n13u | \ hg255d | \ - fonera20n | + fonera20n | \ dir-810l) lan_mac=$(mtd_get_mac_binary factory 40) wan_mac=$(macaddr_add "$lan_mac" 1) |