Date:2010-08-02 21:32:59 (13 years 7 months ago)
Author:cshore
Commit:b1544d625645e52f3cc378d5295df6bf7c99d95f
Message:[brcm63xx] base-files: brcm63xx.sh: Added comtrend (96348GW-11) to routers with buttons and leds on preinit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22465 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: target/linux/brcm63xx/base-files/lib/brcm63xx.sh (1 diff)

Change Details

target/linux/brcm63xx/base-files/lib/brcm63xx.sh
1414    board_name=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /system type/ {print $2}' /proc/cpuinfo)
1515
1616    case "$board_name" in
17    "bcm63xx/96348GW"*)
17    "bcm63xx/96348GW "*)
1818        status_led="tel"
1919        status_led2="line1"
2020        brcm63xx_has_reset_button="true"
2121        ifname=eth1
2222        ;;
23    "bcm63xx/96348GW-11 "*)
24        status_led="power"
25        brcm63xx_has_reset_button="true"
26        ifname=eth1
27        ;;
2328    *)
2429        ;;
2530    esac

Archive Download the corresponding diff file



interactive