diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-03 22:03:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-03 22:03:50 +0000 |
commit | 86e2fbaaa4fc7a71dd99498624d249153ccc2954 (patch) | |
tree | c8c669c1edd5167a54f989841b176d00447e8371 /package/base-files/au1000/etc/config/network | |
parent | c9dcbd5531225af936844b9a484dc384f688bebb (diff) | |
download | mtk-20170518-86e2fbaaa4fc7a71dd99498624d249153ccc2954.zip mtk-20170518-86e2fbaaa4fc7a71dd99498624d249153ccc2954.tar.gz mtk-20170518-86e2fbaaa4fc7a71dd99498624d249153ccc2954.tar.bz2 |
rename the <boardname>-<kernelversion> directories of base-files to just <boardname>, so that the broadcom stuff can share files across kernel versions. adding back <boardname>-<kernelversion> for version specific overrides is still possible
SVN-Revision: 5427
Diffstat (limited to 'package/base-files/au1000/etc/config/network')
-rw-r--r-- | package/base-files/au1000/etc/config/network | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/base-files/au1000/etc/config/network b/package/base-files/au1000/etc/config/network new file mode 100644 index 0000000..9b65652 --- /dev/null +++ b/package/base-files/au1000/etc/config/network @@ -0,0 +1,14 @@ +# Copyright (C) 2006 OpenWrt.org + +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 type bridge + option ifname "eth0 ath0" + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0 |