standardize Makefile, change section from drivers to kernel, remove dup description
SVN-Revision: 4827
This commit is contained in:
parent
cdbf0925de
commit
b1e68a6a85
1 changed files with 6 additions and 7 deletions
|
@ -17,13 +17,12 @@ PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/kmod-diag
|
define Package/kmod-diag
|
||||||
SECTION:=drivers
|
SECTION:=kernel
|
||||||
CATEGORY:=Drivers
|
CATEGORY:=Kernel drivers
|
||||||
DEFAULT:=y
|
DEFAULT:=y
|
||||||
DEPENDS:=@LINUX_2_4_BRCM
|
DEPENDS:=@LINUX_2_4_BRCM
|
||||||
TITLE:=Driver for router LEDs and Buttons
|
TITLE:=Driver for router LEDs and Buttons
|
||||||
DESCRIPTION:=Driver for router LEDs and Buttons
|
VERSION:=$(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
||||||
VERSION:=$(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
|
|
Loading…
Reference in a new issue