diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 21:43:58 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 21:43:58 +0000 |
commit | 944ac3f6cf72f464cdffe42909fb0efd0368f7ab (patch) | |
tree | caa77fc32aa89fa7d09c9463473ec8f19518200a /target/linux/ar71xx/base-files/etc/defconfig | |
parent | 6e8390ae6c88aa936ee6e1224ca066604b72ab03 (diff) | |
download | upstream-944ac3f6cf72f464cdffe42909fb0efd0368f7ab.tar.gz upstream-944ac3f6cf72f464cdffe42909fb0efd0368f7ab.tar.bz2 upstream-944ac3f6cf72f464cdffe42909fb0efd0368f7ab.zip |
ar71xx: create RB-433{,U} network config from uci defaults
SVN-Revision: 28821
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/defconfig')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/defconfig/rb-433/network | 26 | ||||
-rw-r--r-- | target/linux/ar71xx/base-files/etc/defconfig/rb-433u/network | 26 |
2 files changed, 0 insertions, 52 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/rb-433/network b/target/linux/ar71xx/base-files/etc/defconfig/rb-433/network deleted file mode 100644 index c810a397bc..0000000000 --- a/target/linux/ar71xx/base-files/etc/defconfig/rb-433/network +++ /dev/null @@ -1,26 +0,0 @@ -config interface loopback - option ifname 'lo' - option proto 'static' - option ipaddr '127.0.0.1' - option netmask '255.0.0.0' - -config interface lan - option ifname 'eth1' - option type 'bridge' - option proto 'static' - option ipaddr '192.168.1.1' - option netmask '255.255.255.0' - -config interface wan - option ifname 'eth0' - option proto 'dhcp' - -config switch - option name 'eth1' - option reset '1' - option enable_vlan '1' - -config switch_vlan - option device 'eth1' - option vlan '1' - option ports '1 2 5' diff --git a/target/linux/ar71xx/base-files/etc/defconfig/rb-433u/network b/target/linux/ar71xx/base-files/etc/defconfig/rb-433u/network deleted file mode 100644 index c810a397bc..0000000000 --- a/target/linux/ar71xx/base-files/etc/defconfig/rb-433u/network +++ /dev/null @@ -1,26 +0,0 @@ -config interface loopback - option ifname 'lo' - option proto 'static' - option ipaddr '127.0.0.1' - option netmask '255.0.0.0' - -config interface lan - option ifname 'eth1' - option type 'bridge' - option proto 'static' - option ipaddr '192.168.1.1' - option netmask '255.255.255.0' - -config interface wan - option ifname 'eth0' - option proto 'dhcp' - -config switch - option name 'eth1' - option reset '1' - option enable_vlan '1' - -config switch_vlan - option device 'eth1' - option vlan '1' - option ports '1 2 5' |