projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1f8ced
)
set correct board in tapidemo when building a falcon image
author
John Crispin
<john@openwrt.org>
Fri, 8 Jul 2011 14:36:26 +0000
(14:36 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 8 Jul 2011 14:36:26 +0000
(14:36 +0000)
SVN-Revision: 27561
package/ltq-tapidemo/Config.in
patch
|
blob
|
history
diff --git
a/package/ltq-tapidemo/Config.in
b/package/ltq-tapidemo/Config.in
index a799eddd026d1ca0f5ff02e3b935e7a53525d2e9..3d1175000107315a118041b9528b6f4d1ec66f82 100644
(file)
--- a/
package/ltq-tapidemo/Config.in
+++ b/
package/ltq-tapidemo/Config.in
@@
-2,7
+2,7
@@
choice
prompt "board selection"
depends on PACKAGE_ltq-tapidemo
default VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3 if TARGET_lantiq_danube
- default VOICE_CPE_TAPIDEMO_BOARD_EASY508xx if TARGET_lantiq_ar9
+ default VOICE_CPE_TAPIDEMO_BOARD_EASY508xx if TARGET_lantiq_ar9
||TARGET_lantiq_falcon
default VOICE_CPE_TAPIDEMO_BOARD_EASY80910 if TARGET_lantiq_vr9
help
Select the target platform.