rename kernel modules to wtp.ko
This commit is contained in:
parent
f4a2bae666
commit
3869271509
@ -1,6 +1,6 @@
|
|||||||
obj-m += smartcapwap.o
|
obj-m += wtp.o
|
||||||
|
|
||||||
smartcapwap-y := \
|
wtp-y := \
|
||||||
main.o \
|
main.o \
|
||||||
netlinkapp.o \
|
netlinkapp.o \
|
||||||
capwap.o \
|
capwap.o \
|
||||||
|
@ -57,8 +57,8 @@ define KernelPackage/freewtp
|
|||||||
TITLE:=Freewtp Data Channel Module
|
TITLE:=Freewtp Data Channel Module
|
||||||
MAINTAINER:=Travelping GmbH <info@travelping.com>
|
MAINTAINER:=Travelping GmbH <info@travelping.com>
|
||||||
DEPENDS:=+kmod-mac80211 +kmod-iptunnel +kmod-udptunnel4 +IPV6:kmod-udptunnel6
|
DEPENDS:=+kmod-mac80211 +kmod-iptunnel +kmod-udptunnel4 +IPV6:kmod-udptunnel6
|
||||||
FILES:=$(PKG_BUILD_DIR)/src/wtp/kmod/smartcapwap.ko
|
FILES:=$(PKG_BUILD_DIR)/kmod/wtp.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,70,smartcapwap)
|
AUTOLOAD:=$(call AutoLoad,70,wtp)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/freewtp/description
|
define KernelPackage/freewtp/description
|
||||||
|
Loading…
Reference in New Issue
Block a user