Changeset eabca34 in freewrt
- Timestamp:
- Nov 18, 2006, 10:55:33 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- f09e8ae
- Parents:
- 83e95af
- Location:
- target/linux/brcm-2.4
- Files:
-
- 2 edited
-
asus-wl500g-deluxe/files/etc/preinit.arch (modified) (1 diff)
-
asus-wl500g-premium/files/etc/preinit.arch (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
target/linux/brcm-2.4/asus-wl500g-deluxe/files/etc/preinit.arch
r83e95af reabca34 8 8 insmod switch-robo 9 9 10 # fixup nvram, if completely deleted11 if [ "$(nvram get freewrt_fixup)" != 1 ];then12 nvram set lan_proto=static13 nvram set lan_ifname=br014 nvram set lan_ifnames="vlan0 eth1"15 nvram set wan_ifname=vlan116 nvram set wan_proto=dhcp17 nvram set vlan0hwname=et018 nvram set vlan1hwname=et019 nvram set vlan1ports="0 5"20 nvram set vlan0ports="1 2 3 4 5*"21 nvram set wl0_radio=122 nvram set wl0_mode=ap23 nvram set freewrt_fixup=124 nvram commit25 fi -
target/linux/brcm-2.4/asus-wl500g-premium/files/etc/preinit.arch
r83e95af reabca34 10 10 # fixup nvram, if completely deleted 11 11 if [ "$(nvram get freewrt_fixup)" != 1 ];then 12 nvram set lan_proto=static13 nvram set lan_ifname=br014 nvram set lan_ifnames="vlan0 eth1"15 nvram set wan_ifname=vlan116 nvram set wan_proto=dhcp17 nvram set vlan0hwname=et018 nvram set vlan1hwname=et019 nvram set vlan1ports="0 5"20 nvram set vlan0ports="1 2 3 4 5*"21 nvram set wl0_radio=122 nvram set wl0_mode=ap23 12 # get 32 mb ram 24 13 nvram set sdram_init=0x0009 … … 26 15 nvram set freewrt_fixup=1 27 16 nvram commit 28 fi 17 fi
Note:
See TracChangeset
for help on using the changeset viewer.
