rename kernel modules to wtp.ko

This commit is contained in:
Andreas Schultz
2016-08-23 09:14:36 +02:00
parent f4a2bae666
commit 3869271509
2 changed files with 4 additions and 4 deletions

View File

@ -57,8 +57,8 @@ define KernelPackage/freewtp
TITLE:=Freewtp Data Channel Module
MAINTAINER:=Travelping GmbH <info@travelping.com>
DEPENDS:=+kmod-mac80211 +kmod-iptunnel +kmod-udptunnel4 +IPV6:kmod-udptunnel6
FILES:=$(PKG_BUILD_DIR)/src/wtp/kmod/smartcapwap.ko
AUTOLOAD:=$(call AutoLoad,70,smartcapwap)
FILES:=$(PKG_BUILD_DIR)/kmod/wtp.ko
AUTOLOAD:=$(call AutoLoad,70,wtp)
endef
define KernelPackage/freewtp/description