move package description to a separate definition, remove it when DESCRIPTION=TITLE
SVN-Revision: 8659
This commit is contained in:
@@ -19,26 +19,34 @@ define KernelPackage/wlcompat/Default
|
||||
SUBMENUDEP:=@TARGET_BRCM_2_4
|
||||
DEPENDS:=@TARGET_BRCM_2_4 @PACKAGE_kmod-brcm-wl||PACKAGE_kmod-brcm-wl-mimo +wireless-tools
|
||||
TITLE:=Broadcom wl wrapper module
|
||||
DESCRIPTION:=\
|
||||
This package contains a wrapper module, that provides Wireless Extension \\\
|
||||
support for the proprietary Broadcom wl module.
|
||||
endef
|
||||
|
||||
define KernelPackage/wlcompat/Default/description
|
||||
This package contains a wrapper module, that provides Wireless Extension
|
||||
support for the proprietary Broadcom wl module.
|
||||
endef
|
||||
|
||||
define KernelPackage/wlcompat
|
||||
$(call KernelPackage/wlcompat/Default)
|
||||
$(call KernelPackage/wlcompat/Default)
|
||||
FILES:=$(PKG_BUILD_DIR)/wlcompat.o
|
||||
AUTOLOAD:=$(call AutoLoad,50,wlcompat)
|
||||
endef
|
||||
|
||||
define KernelPackage/wlcompat/description
|
||||
$(call KernelPackage/wlcompat/Default/description)
|
||||
endef
|
||||
|
||||
define KernelPackage/wlcompat-debug
|
||||
$(call KernelPackage/wlcompat/Default)
|
||||
$(call KernelPackage/wlcompat/Default)
|
||||
TITLE+= (debug)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
This is a debugging version.
|
||||
FILES:=$(PKG_BUILD_DIR)/wlcompat-debug.o
|
||||
endef
|
||||
|
||||
define KernelPackage/wlcompat-debug/description
|
||||
$(call KernelPackage/wlcompat/Default/description)
|
||||
This is a debugging version.
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
mkdir -p $(PKG_BUILD_DIR)
|
||||
$(CP) ./src/* $(PKG_BUILD_DIR)/
|
||||
|
||||
Reference in New Issue
Block a user