@ -35,6 +35,21 @@ define KernelPackage/ltq-vdsl-vr9-mei/description
Lantiq MEI CPE Kernel Module Driver
e n d e f
d e f i n e P a c k a g e / l t q - v d s l - m e i _ t e s t
SECTION:= net
CATEGORY:= Network
TITLE:= Lantiq mei driver test tool
URL:= http://www.lantiq.com/
DEPENDS:= @TARGET_lantiq_xrx200
e n d e f
d e f i n e P a c k a g e / l t q - v d s l - m e i _ t e s t / d e s c r i p t i o n
Userland tool to directly control the mei driver, this is only needed
for test and development purposes.
e n d e f
#DEBUG=-DDEBUG_PRINT=1
MAKE_FLAGS += \
@ -52,7 +67,7 @@ CONFIGURE_ARGS += \
--enable-add_drv_cflags= " $( DEBUG) -DMEI_DRV_ATM_PTM_INTERFACE_ENABLE=1 -DMEI_EXPORT_INTERNAL_API=1 -DMEI_SUPPORT_DSM=0 -fno-pic -mno-abicalls -mlong-calls -O2 -g0 " \
--enable-linux-26 \
--enable-kernelbuild= " $( LINUX_DIR) " \
--enable-drv_test_appl= 0 \
--enable-drv_test_appl= yes \
ARCH = $( LINUX_KARCH)
d e f i n e B u i l d / I n s t a l l D e v
@ -65,3 +80,10 @@ define Build/InstallDev
e n d e f
$( eval $ ( call KernelPackage ,ltq -vdsl -vr 9-mei ) )
d e f i n e P a c k a g e / l t q - v d s l - m e i _ t e s t / i n s t a l l
$( INSTALL_DIR) $( 1) /bin
$( INSTALL_BIN) $( PKG_BUILD_DIR) /src/mei_cpe_drv_test $( 1) /bin
e n d e f
$( eval $ ( call BuildPackage ,ltq -vdsl -mei_test ) )