summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-01-17 07:07:36 +0000
committerJohn Crispin <john@openwrt.org>2015-01-17 07:07:36 +0000
commit7a65864344b0515b740f42149d6c24ef0d1c775e (patch)
tree07118f2e86624108718182270263bf281f6bff1b /target/linux/ramips/base-files/etc/board.d/02_network
parent03a708a0dbce4c63bb200661e1641f0f01f99e8d (diff)
downloadmaster-31e0f0ae-7a65864344b0515b740f42149d6c24ef0d1c775e.tar.gz
master-31e0f0ae-7a65864344b0515b740f42149d6c24ef0d1c775e.tar.bz2
master-31e0f0ae-7a65864344b0515b740f42149d6c24ef0d1c775e.zip
ralink: add support for Kingston MLWG2
This patch adds support for the Kingston Mobilelite Wireless G2 (MLWG2) http://wiki.openwrt.org/toh/kingston/mlwg2 https://github.com/gmacario/kingston-mlwg2-hack/wiki/Testing-OpenWrt-on-MLWG2 Tested-by: Gianpaolo Macario <gmacario@gmail.com> Signed-off-by: L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 43990
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index a86466e5e7..aad119738b 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -61,6 +61,9 @@ ramips_setup_interfaces()
mlw221)
ucidef_set_interface_lan "eth0.2"
;;
+ mlwg2)
+ ucidef_set_interface_lan "eth0.1"
+ ;;
wizard8800 | \
wl-330n | \