mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
standardize Makefile, change section from drivers to kernel, remove dup description
SVN-Revision: 4827
This commit is contained in:
parent
cdbf0925de
commit
b1e68a6a85
@ -17,13 +17,12 @@ PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/kmod-diag
|
||||
SECTION:=drivers
|
||||
CATEGORY:=Drivers
|
||||
DEFAULT:=y
|
||||
DEPENDS:=@LINUX_2_4_BRCM
|
||||
TITLE:=Driver for router LEDs and Buttons
|
||||
DESCRIPTION:=Driver for router LEDs and Buttons
|
||||
VERSION:=$(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
||||
SECTION:=kernel
|
||||
CATEGORY:=Kernel drivers
|
||||
DEFAULT:=y
|
||||
DEPENDS:=@LINUX_2_4_BRCM
|
||||
TITLE:=Driver for router LEDs and Buttons
|
||||
VERSION:=$(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
|
Loading…
Reference in New Issue
Block a user