mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:04:04 +02:00
standardize Makefile, change section from drivers to kernel, remove dup description
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4827 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9be0258484
commit
ff19752756
@ -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