Convert aodv-uu to the KernelPackage template
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6027 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2186f4a86d
commit
18a8f078e1
@ -40,14 +40,16 @@ define Package/aodv-uu
|
|||||||
This package contains the AODV userland daemon.
|
This package contains the AODV userland daemon.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/kmod-aodv-uu
|
define KernelPackage/aodv-uu
|
||||||
$(call Package/aodv-uu/Default)
|
$(call Package/aodv-uu/Default)
|
||||||
SECTION:=kernel
|
|
||||||
CATEGORY=Kernel drivers
|
|
||||||
TITLE+= (kernel module)
|
TITLE+= (kernel module)
|
||||||
DESCRIPTION+=\\\
|
DESCRIPTION+=\\\
|
||||||
\\\
|
\\\
|
||||||
This package contains the AODV kernel module.
|
This package contains the AODV kernel module.
|
||||||
|
FILES:=$(PKG_BUILD_DIR)/lnx/kaodv.$(LINUX_KMOD_SUFFIX)
|
||||||
|
SUBMENU:=Network Support
|
||||||
|
AUTOLOAD:=$(call AutoLoad,80,$(shell cat ./files/aodv-uu.modules))
|
||||||
|
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(CONFIG_LINUX_2_6),y)
|
ifeq ($(CONFIG_LINUX_2_6),y)
|
||||||
@ -97,4 +99,4 @@ define Package/kmod-aodv-uu/install
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,aodv-uu))
|
$(eval $(call BuildPackage,aodv-uu))
|
||||||
$(eval $(call BuildPackage,kmod-aodv-uu))
|
$(eval $(call KernelPackage,aodv-uu))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user