yckage/ifx-tapidemo: move configuration in submenu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20921 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
294385d58d
commit
08f1f8ebb3
|
@ -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