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 | f487e44bbb5964808f5a847eb970cd943c6bf68a (patch) | |
tree | a3b14c1c179be87fb786d4a911daa3116be3286d /package/base-files/au1000-2.6/etc/config/network | |
parent | 4ca4bc2da95529becc5e8cb021cb4a6b28da3182 (diff) | |
download | master-187ad058-f487e44bbb5964808f5a847eb970cd943c6bf68a.tar.gz master-187ad058-f487e44bbb5964808f5a847eb970cd943c6bf68a.tar.bz2 master-187ad058-f487e44bbb5964808f5a847eb970cd943c6bf68a.zip |
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5427 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/au1000-2.6/etc/config/network')
-rw-r--r-- | package/base-files/au1000-2.6/etc/config/network | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/base-files/au1000-2.6/etc/config/network b/package/base-files/au1000-2.6/etc/config/network deleted file mode 100644 index 9b65652f06..0000000000 --- a/package/base-files/au1000-2.6/etc/config/network +++ /dev/null @@ -1,14 +0,0 @@ -# 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 |