diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-08-24 12:20:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-24 12:20:02 +0000 |
commit | a0a9319149d10ac7ee4525b41992d9afc2900874 (patch) | |
tree | 26316a71b225658ba063d2d3122ee31ba7e6ac65 /openwrt/package/base-files/brcm-2.4 | |
parent | 12fed89aa2cbc4de433d86271dfcb43687514fed (diff) | |
download | mtk-20170518-a0a9319149d10ac7ee4525b41992d9afc2900874.zip mtk-20170518-a0a9319149d10ac7ee4525b41992d9afc2900874.tar.gz mtk-20170518-a0a9319149d10ac7ee4525b41992d9afc2900874.tar.bz2 |
fix remaining *_ifnames references
SVN-Revision: 4650
Diffstat (limited to 'openwrt/package/base-files/brcm-2.4')
-rwxr-xr-x | openwrt/package/base-files/brcm-2.4/etc/init.d/S05netconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/base-files/brcm-2.4/etc/init.d/S05netconfig b/openwrt/package/base-files/brcm-2.4/etc/init.d/S05netconfig index a4d2935..2efd596 100755 --- a/openwrt/package/base-files/brcm-2.4/etc/init.d/S05netconfig +++ b/openwrt/package/base-files/brcm-2.4/etc/init.d/S05netconfig @@ -64,7 +64,7 @@ END { print "#### LAN configuration" print "config interface lan" print " option type bridge" - p("ifnames", "lan_ifname") + p("ifname", "lan_ifname") print " option proto static" print " option ipaddr 192.168.1.1" print " option netmask 255.255.255.0" |