Changeset 35402
- Timestamp:
- 2013-01-29T23:50:54+01:00 (5 years ago)
- Location:
- trunk/target/linux/ar71xx/base-files
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/ar71xx/base-files/etc/diag.sh
r35396 r35402 76 76 ;; 77 77 dir-825-b1) 78 status_led="d-link:orange:power" 79 ;; 80 dir-825-c1) 78 81 status_led="d-link:orange:power" 79 82 ;; -
trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
r35217 r35402 62 62 63 63 dir-825-b1) 64 ucidef_set_led_usbdev "usb" "USB" "d-link:blue:usb" "1-1" 65 ;; 66 67 dir-825-c1) 64 68 ucidef_set_led_usbdev "usb" "USB" "d-link:blue:usb" "1-1" 65 69 ;; -
trunk/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
r35396 r35402 61 61 ucidef_add_switch "rtl8366s" "1" "1" 62 62 ucidef_add_switch_vlan "rtl8366s" "1" "0 1 2 3 5t" 63 ;; 64 65 dir-825-c1) 66 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" 67 ucidef_add_switch "eth0" "1" "1" 68 ucidef_add_switch_vlan "eth0" "1" "0t 2 3 4 5" 69 ucidef_add_switch_vlan "eth0" "2" "0t 1" 63 70 ;; 64 71 -
trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh
r35396 r35402 217 217 name="dir-825-b1" 218 218 ;; 219 *"DIR-825 rev. C1") 220 name="dir-825-c1" 221 ;; 219 222 *EAP7660D) 220 223 name="eap7660d" -
trunk/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
r35396 r35402 109 109 dir-615-c1 | \ 110 110 dir-615-e4 | \ 111 dir-825-c1 | \ 111 112 ew-dorin | \ 112 113 ew-dorin-router | \
Note: See TracChangeset
for help on using the changeset viewer.