From 38692715091372f932bced098b8ea8ffe2b8522b Mon Sep 17 00:00:00 2001 From: Andreas Schultz Date: Tue, 23 Aug 2016 09:14:36 +0200 Subject: [PATCH] rename kernel modules to wtp.ko --- kmod/Makefile | 4 ++-- openwrt/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kmod/Makefile b/kmod/Makefile index 5a3b403..dce199a 100644 --- a/kmod/Makefile +++ b/kmod/Makefile @@ -1,6 +1,6 @@ -obj-m += smartcapwap.o +obj-m += wtp.o -smartcapwap-y := \ +wtp-y := \ main.o \ netlinkapp.o \ capwap.o \ diff --git a/openwrt/Makefile b/openwrt/Makefile index 9589e1c..4eb0a12 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -57,8 +57,8 @@ define KernelPackage/freewtp TITLE:=Freewtp Data Channel Module MAINTAINER:=Travelping GmbH 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