|
Last change
on this file was
76,
checked in by megakiss, 10 years ago
|
|
1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함
|
-
Property svn:executable set to
*
|
|
File size:
833 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash |
|---|
| 2 | #alias plat='. /opt/brcm/scripts/plat' |
|---|
| 3 | #plat 97550 A0 |
|---|
| 4 | |
|---|
| 5 | export PLATFORM=97550 |
|---|
| 6 | export BCHP_VER=A0 |
|---|
| 7 | export LINUX=/var/ftp/streams/7572/stblinux-2.6.31 |
|---|
| 8 | export LINUX_INC=$LINUX/include |
|---|
| 9 | export PATH=/usr/local/bin:/bin:/usr/bin:/var/ftp/streams/7572/crosstools_sf-linux-2.6.18.0_gcc-4.2-11ts_uclibc-nptl-0.9.29-20070423_20090508/bin |
|---|
| 10 | |
|---|
| 11 | export SOFT_GFX_SUPPORT=y |
|---|
| 12 | export BUILD_SYSTEM=nexus |
|---|
| 13 | export NEXUS_POWER_MANAGEMENT=y |
|---|
| 14 | export PVR_SUPPORT=n |
|---|
| 15 | export RAP_AACSBR_SUPPORT=y |
|---|
| 16 | export RAP_SRC_SUPPORT=y |
|---|
| 17 | export RAP_AC3_SUPPORT=y |
|---|
| 18 | export RAP_AC3ENC_SUPPORT=y |
|---|
| 19 | export PLAYBACK_IP_SUPPORT=n |
|---|
| 20 | export NEXUS_USE_SW_FILTER=y |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | export BUILD_SYSTEM=nexus |
|---|
| 24 | |
|---|
| 25 | export DTA_CABLE=y |
|---|
| 26 | |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | #make clean |
|---|
| 30 | #make api |
|---|
| 31 | make $1 |
|---|
| 32 | cp ../bin/libnexus.so /var/ftp/streams/7572/uclinux-rootfs/skel/user |
|---|
| 33 | cp ../bin/dta_app /var/ftp/streams/7572/uclinux-rootfs/skel/user |
|---|
| 34 | |
|---|
| 35 | |
|---|
| 36 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.