ltq-tapi is not xway specific
[openwrt.git] / package / ltq-tapi / Makefile
index ecaac2e..64d7def 100644 (file)
@@ -60,10 +60,12 @@ define Build/Configure
        $(call Build/Configure/Default)
 endef
 
-define Build/InstallDev
+ifdef CONFIG_TARGET_lantiq
+  define Build/InstallDev
        $(INSTALL_DIR) $(1)/usr/include/drv_tapi
        $(CP) --dereference $(PKG_BUILD_DIR)/include/* $(1)/usr/include/drv_tapi
        (cd $(1)/usr/include/drv_tapi && ln -s . include && ln -s ../ifxos/ifx_types.h .)
-endef
+  endef
+endif
 
 $(eval $(call KernelPackage,ltq-tapi))
This page took 0.022435 seconds and 4 git commands to generate.