yckage/ifx-tapidemo: move configuration in submenu

SVN-Revision: 20921
v19.07.3_mercusys_ac12_duma
Nicolas Thill 14 years ago
parent ff5d8ea696
commit 67af84873a

@ -1,3 +1,5 @@
menu "Configuration"
depends on PACKAGE_ifx-tapidemo
choice
prompt "board selection"
default VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3 if TARGET_ifxmips_platform_danube
@ -34,3 +36,4 @@ config VOICE_CPE_TAPIDEMO_FAX_T.38_FW
help
enable T.38 fax relay demo.
endmenu

@ -26,6 +26,7 @@ define Package/ifx-tapidemo
URL:=http://www.lantiq.com/
MAINTAINER:=Lantiq
DEPENDS:=+kmod-ifx-tapi +kmod-ifx-vmmc @BROKEN
MENU:=1
endef
define Package/ifx-tapidemo/description
@ -33,9 +34,7 @@ define Package/ifx-tapidemo/description
endef
define Package/ifx-tapidemo/config
if PACKAGE_ifx-tapidemo
source "$(SOURCE)/Config.in"
endif
source "$(SOURCE)/Config.in"
endef
CONFIGURE_ARGS += \

Loading…
Cancel
Save