|
Last change
on this file was
76,
checked in by megakiss, 10 years ago
|
|
1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함
|
-
Property svn:executable set to
*
|
|
File size:
922 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash |
|---|
| 2 | #plat 97405 B0 |
|---|
| 3 | export PLATFORM=97205 |
|---|
| 4 | export BCHP_VER=B0 |
|---|
| 5 | export LINUX=/opt/jfisher/7405/stblinux-2.6.18 |
|---|
| 6 | export LINUX_INC=$LINUX/include |
|---|
| 7 | export PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/opt/toolchains/crosstools_sf-linux-2.6.18.0_gcc-4.2-3ts_uclibc-nptl-0.9.29-20070423_20071102/bin |
|---|
| 8 | # Enable Following Options Only if you have access to asf and avi source code. |
|---|
| 9 | #export MEDIA_ASF_SUPPORT=y |
|---|
| 10 | #export MEDIA_AVI_SUPPORT=y |
|---|
| 11 | |
|---|
| 12 | export RAP_AC3_SUPPORT=y |
|---|
| 13 | export RAP_DDP_SUPPORT=y |
|---|
| 14 | export RAP_MPEG_SUPPORT=y |
|---|
| 15 | export RAP_DDP_TO_AC3_SUPPORT=y |
|---|
| 16 | export RAP_AACSBR_SUPPORT=y |
|---|
| 17 | export RAP_SRC_SUPPORT=y |
|---|
| 18 | |
|---|
| 19 | # LATEST won't build with PLAYBACK_IP_SUPPORT enabled |
|---|
| 20 | export PLAYBACK_IP_SUPPORT=n |
|---|
| 21 | |
|---|
| 22 | #Following options will need |
|---|
| 23 | #export MEDIA_ASF_SUPPORT=y |
|---|
| 24 | #export RAP_WMAPRO_SUPPORT=y |
|---|
| 25 | #export RAP_WMA_SUPPORT=y |
|---|
| 26 | |
|---|
| 27 | export BUILD_SYSTEM=nexus |
|---|
| 28 | |
|---|
| 29 | #export SMP=y - Build for SMP kernel |
|---|
| 30 | |
|---|
| 31 | #cd BSEAV/app/brutus/build |
|---|
| 32 | export DTA_CABLE=y |
|---|
| 33 | make clean |
|---|
| 34 | |
|---|
| 35 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.