diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-09 18:05:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-09 18:05:48 +0000 |
commit | b21308313eeebf5cb429a3a2a19db9aaebc94de4 (patch) | |
tree | 7189df9dc4bf4dd7e1e901ac19d816aa30f04bfc /target/linux/ar71xx/base-files | |
parent | 45ff7289fe88bb81109dc0c002b16d96e7adbf5c (diff) | |
download | upstream-b21308313eeebf5cb429a3a2a19db9aaebc94de4.tar.gz upstream-b21308313eeebf5cb429a3a2a19db9aaebc94de4.tar.bz2 upstream-b21308313eeebf5cb429a3a2a19db9aaebc94de4.zip |
ar71xx: override lan port names on the RB750
SVN-Revision: 20096
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/defconfig/rb-750/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/rb-750/network b/target/linux/ar71xx/base-files/etc/defconfig/rb-750/network index 2108d3ae8e..113d9f3eea 100644 --- a/target/linux/ar71xx/base-files/etc/defconfig/rb-750/network +++ b/target/linux/ar71xx/base-files/etc/defconfig/rb-750/network @@ -9,7 +9,7 @@ config interface eth option proto none config interface lan - option ifname 'lan1 lan2 lan3 lan4' + option ifname 'port2 port3 port4 port5' option type bridge option proto static option ipaddr 192.168.1.1 |