mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-28 04:14:36 +08:00
yckage/ifx-tapidemo: move configuration in submenu
SVN-Revision: 20921
This commit is contained in:
parent
ff5d8ea696
commit
67af84873a
@ -1,3 +1,5 @@
|
|||||||
|
menu "Configuration"
|
||||||
|
depends on PACKAGE_ifx-tapidemo
|
||||||
choice
|
choice
|
||||||
prompt "board selection"
|
prompt "board selection"
|
||||||
default VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3 if TARGET_ifxmips_platform_danube
|
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
|
help
|
||||||
enable T.38 fax relay demo.
|
enable T.38 fax relay demo.
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
@ -26,6 +26,7 @@ define Package/ifx-tapidemo
|
|||||||
URL:=http://www.lantiq.com/
|
URL:=http://www.lantiq.com/
|
||||||
MAINTAINER:=Lantiq
|
MAINTAINER:=Lantiq
|
||||||
DEPENDS:=+kmod-ifx-tapi +kmod-ifx-vmmc @BROKEN
|
DEPENDS:=+kmod-ifx-tapi +kmod-ifx-vmmc @BROKEN
|
||||||
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ifx-tapidemo/description
|
define Package/ifx-tapidemo/description
|
||||||
@ -33,9 +34,7 @@ define Package/ifx-tapidemo/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ifx-tapidemo/config
|
define Package/ifx-tapidemo/config
|
||||||
if PACKAGE_ifx-tapidemo
|
source "$(SOURCE)/Config.in"
|
||||||
source "$(SOURCE)/Config.in"
|
|
||||||
endif
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
Loading…
Reference in New Issue
Block a user