mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix trx checksum after first boot and add led/button definitions for boards RTA770BW and RTA770W
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35501 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -25,6 +25,8 @@ case "$board_name" in
|
||||
CT6373-1 |\
|
||||
MAGIC |\
|
||||
V2110 |\
|
||||
RTA770BW |\
|
||||
RTA770W |\
|
||||
V2500V_BB)
|
||||
do_fixcrc
|
||||
;;
|
||||
|
||||
@@ -27,6 +27,16 @@ brcm63xx_detect() {
|
||||
status_led="96328A-1241N:green:power"
|
||||
ifname=eth0
|
||||
;;
|
||||
RTA770BW)
|
||||
brcm63xx_has_reset_button="true"
|
||||
status_led="RTA770BW:green:diag"
|
||||
ifname=eth0
|
||||
;;
|
||||
RTA770W)
|
||||
brcm63xx_has_reset_button="true"
|
||||
status_led="RTA770W:green:diag"
|
||||
ifname=eth0
|
||||
;;
|
||||
96328A-1441N1)
|
||||
brcm63xx_has_reset_button="true"
|
||||
status_led="96328A-1441N1:green:power"
|
||||
|
||||
Reference in New Issue
Block a user