mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 07:16:16 +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,12 +17,11 @@ 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user