mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-24 03:17:22 +00:00
standardize Makefile, change section from drivers to kernel, remove dup description
SVN-Revision: 4827
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user