1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:41:38 +03:00

[at91] add defautl config for eth0

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22128 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
claudio 2010-07-11 12:27:05 +00:00
parent e62c8091ba
commit b9ca13b775
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,6 @@
config defaults
option syn_flood 1
option input ACCEPT
option output ACCEPT
option forward REJECT

View File

@ -7,7 +7,9 @@ config interface loopback
config interface lan
option ifname eth0
option type none
option proto dhcp
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
config interface debug
option ifname usb0