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 | 060132c3b8101bbcf05f243e5a39a22551b19c0f (patch) | |
tree | 00add1b5d78dcd1f2dcb2bb59ea465cc76f160c9 /target/linux/ar71xx/base-files | |
parent | f950ef6dcac72e8b3d083b31851cb5a8b30c9934 (diff) | |
download | upstream-060132c3b8101bbcf05f243e5a39a22551b19c0f.tar.gz upstream-060132c3b8101bbcf05f243e5a39a22551b19c0f.tar.bz2 upstream-060132c3b8101bbcf05f243e5a39a22551b19c0f.zip |
ar71xx: override lan port names on the RB750
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20096 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |