X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/664dbf6de87a76c290a08d3b9eb71c49085ccf6c..98b06e803d13809335adb3e3f9428e31eba6538f:/package/ifx-tapi/Makefile diff --git a/package/ifx-tapi/Makefile b/package/ifx-tapi/Makefile index fe91ad015..477754dc2 100644 --- a/package/ifx-tapi/Makefile +++ b/package/ifx-tapi/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,12 +10,14 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=drv_tapi PKG_VERSION:=3.11.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=drv_tapi-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources PKG_MD5SUM:=1ffee83ce69f55915468c309d8ae2138 +PATCH_DIR ?= ./patches$(if $(wildcard ./patches-$(KERNEL_PATCHVER)),-$(KERNEL_PATCHVER)) + include $(INCLUDE_DIR)/package.mk define KernelPackage/ifx-tapi @@ -24,8 +26,9 @@ define KernelPackage/ifx-tapi URL:=http://www.lantiq.com/ MAINTAINER:=Lantiq DEPENDS:=+kmod-ifxos @BROKEN - FILES:=$(PKG_BUILD_DIR)/src/drv_tapi.$(LINUX_KMOD_SUFFIX) + FILES:=$(PKG_BUILD_DIR)/src/drv_tapi.ko AUTOLOAD:=$(call AutoLoad,20,drv_tapi) + MENU:=1 endef define KernelPackage/ifx-tapi/description @@ -33,9 +36,7 @@ define KernelPackage/ifx-tapi/description endef define KernelPackage/ifx-tapi/config - if PACKAGE_kmod-ifx-tapi - source "$(SOURCE)/Config.in" - endif + source "$(SOURCE)/Config.in" endef CONFIGURE_ARGS += \