mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 17:24:05 +02:00
package kmod-diag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@687 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
43cf4ebc08
commit
b91216ac5f
@ -1,3 +1,9 @@
|
|||||||
|
config BR2_PACKAGE_KMOD_DIAG
|
||||||
|
tristate "Router LED/Button Driver"
|
||||||
|
default y
|
||||||
|
help
|
||||||
|
Driver for the LEDs on Wireless Routers (diag)
|
||||||
|
|
||||||
config BR2_PACKAGE_KMOD_BRCM_WL
|
config BR2_PACKAGE_KMOD_BRCM_WL
|
||||||
tristate "Broadcom Wireless Network Driver"
|
tristate "Broadcom Wireless Network Driver"
|
||||||
default y
|
default y
|
||||||
|
@ -39,6 +39,9 @@ $$(PKG_$(1)): $(LINUX_DIR)/.modules_done
|
|||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KMOD_template,DIAG,diag,\
|
||||||
|
$(MODULES_DIR)/kernel/drivers/net/diag/diag.o \
|
||||||
|
))
|
||||||
$(eval $(call KMOD_template,BRCM_WL,brcm-wl,\
|
$(eval $(call KMOD_template,BRCM_WL,brcm-wl,\
|
||||||
$(MODULES_DIR)/kernel/drivers/net/wl/wl.o \
|
$(MODULES_DIR)/kernel/drivers/net/wl/wl.o \
|
||||||
,CONFIG_WL))
|
,CONFIG_WL))
|
||||||
|
6
openwrt/package/linux/control/kmod-diag.control
Normal file
6
openwrt/package/linux/control/kmod-diag.control
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Package: kmod-diag
|
||||||
|
Priority: essential
|
||||||
|
Section: sys
|
||||||
|
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
||||||
|
Source: buildroot internal
|
||||||
|
Description: Driver for Router LEDs and Buttons
|
@ -95,7 +95,6 @@ $(STAGING_DIR)/include/linux/version.h: $(LINUX_DIR)/.configured
|
|||||||
|
|
||||||
$(TARGET_MODULES_DIR):
|
$(TARGET_MODULES_DIR):
|
||||||
-mkdir -p $(TARGET_MODULES_DIR)
|
-mkdir -p $(TARGET_MODULES_DIR)
|
||||||
cp $(LINUX_DIR)/drivers/net/diag/diag.o $(TARGET_MODULES_DIR)
|
|
||||||
|
|
||||||
linux: $(LINUX_DIR)/.modules_done $(TARGET_MODULES_DIR)
|
linux: $(LINUX_DIR)/.modules_done $(TARGET_MODULES_DIR)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user