X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fifx-tapi%2FMakefile;h=477754dc241078e052a578f6ee50eae925e43525;hb=a1b087b6817e0d82b92ce55217c77ae7ed36f73e;hp=64aaa3ba0a9e7274911328d04aaa7121b4341947;hpb=557799913594284835e3fc578fe1cda681353d10;p=openwrt.git diff --git a/package/ifx-tapi/Makefile b/package/ifx-tapi/Makefile index 64aaa3ba0a..477754dc24 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,7 +10,7 @@ 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 @@ -26,7 +26,7 @@ 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