projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
x86: make alix platform patch apply to 3.3
[openwrt.git]
/
target
/
linux
/
lantiq
/
base-files
/
etc
/
uci-defaults
/
network
diff --git
a/target/linux/lantiq/base-files/etc/uci-defaults/network
b/target/linux/lantiq/base-files/etc/uci-defaults/network
index
f9a7237
..
3b7fe26
100755
(executable)
--- a/
target/linux/lantiq/base-files/etc/uci-defaults/network
+++ b/
target/linux/lantiq/base-files/etc/uci-defaults/network
@@
-115,6
+115,13
@@
dsl=$(lantiq_soc_has_adsl)
board=$(lantiq_board_name)
case "$board" in
+GIGASX76X)
+ set_interface_lan "eth0.1"
+ add_switch "eth0" "1" "1"
+ add_switch_vlan "eth0" "1" "1 2 3 4 5t"
+ set_atm_wan "1" "32" "llc" "bridged"
+ ;;
+
*)
# custom foo goes here
true
This page took
0.018434 seconds
and
4
git commands to generate.