mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
package kmod-diag
SVN-Revision: 687
This commit is contained in:
parent
1bf332f3a8
commit
b00ba37ec0
@ -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
|
||||
tristate "Broadcom Wireless Network Driver"
|
||||
default y
|
||||
|
@ -39,6 +39,9 @@ $$(PKG_$(1)): $(LINUX_DIR)/.modules_done
|
||||
|
||||
endef
|
||||
|
||||
$(eval $(call KMOD_template,DIAG,diag,\
|
||||
$(MODULES_DIR)/kernel/drivers/net/diag/diag.o \
|
||||
))
|
||||
$(eval $(call KMOD_template,BRCM_WL,brcm-wl,\
|
||||
$(MODULES_DIR)/kernel/drivers/net/wl/wl.o \
|
||||
,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):
|
||||
-mkdir -p $(TARGET_MODULES_DIR)
|
||||
cp $(LINUX_DIR)/drivers/net/diag/diag.o $(TARGET_MODULES_DIR)
|
||||
|
||||
linux: $(LINUX_DIR)/.modules_done $(TARGET_MODULES_DIR)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user