dahdi-linux: clean up deps, remove unused var
The kernel versions are no longer supported by OpenWrt. And the variable is never used. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
e80afb1545
commit
8eea873217
1 changed files with 3 additions and 6 deletions
|
@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||
|
||||
PKG_NAME:=dahdi-linux
|
||||
PKG_VERSION:=3.1.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/dahdi-linux/releases
|
||||
|
@ -20,14 +20,12 @@ PKG_LICENSE:=GPL-2.0
|
|||
PKG_LICENSE_FILES:=LICENSE
|
||||
PKG_MAINTAINER:=Vittorio Gambaletta <openwrt@vittgam.net>
|
||||
|
||||
DAHDI_MODULES_EXTRA:=
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define KernelPackage/dahdi
|
||||
SUBMENU:=Voice over IP
|
||||
TITLE:=DAHDI basic infrastructure
|
||||
DEPENDS:=@!(LINUX_4_9||LINUX_4_14) @USB_SUPPORT +kmod-lib-crc-ccitt
|
||||
DEPENDS:=@USB_SUPPORT +kmod-lib-crc-ccitt
|
||||
URL:=http://www.asterisk.org/
|
||||
FILES:= $(PKG_BUILD_DIR)/drivers/dahdi/dahdi.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoProbe,dahdi)
|
||||
|
@ -92,8 +90,7 @@ define Build/Compile
|
|||
ARCH="$(LINUX_KARCH)" \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||
KSRC="$(LINUX_DIR)" \
|
||||
MODULES_EXTRA="$(DAHDI_MODULES_EXTRA)"
|
||||
KSRC="$(LINUX_DIR)"
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
|
|
Loading…
Reference in a new issue