From: Felix Fietkau Date: Wed, 20 Apr 2005 17:00:08 +0000 (+0000) Subject: package kmod-diag X-Git-Tag: reboot~33025 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b00ba37ec09d2d802a42d98ca6b8d32b3a0dfda2;p=oweals%2Fopenwrt.git package kmod-diag SVN-Revision: 687 --- diff --git a/openwrt/package/linux/Config.in b/openwrt/package/linux/Config.in index 2ab006c8b8..6f73d97e1f 100644 --- a/openwrt/package/linux/Config.in +++ b/openwrt/package/linux/Config.in @@ -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 diff --git a/openwrt/package/linux/Makefile b/openwrt/package/linux/Makefile index fdd7e8d769..4d94212d3b 100644 --- a/openwrt/package/linux/Makefile +++ b/openwrt/package/linux/Makefile @@ -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)) diff --git a/openwrt/package/linux/control/kmod-diag.control b/openwrt/package/linux/control/kmod-diag.control new file mode 100644 index 0000000000..8e7603cf00 --- /dev/null +++ b/openwrt/package/linux/control/kmod-diag.control @@ -0,0 +1,6 @@ +Package: kmod-diag +Priority: essential +Section: sys +Maintainer: Felix Fietkau +Source: buildroot internal +Description: Driver for Router LEDs and Buttons diff --git a/openwrt/package/linux/linux.mk b/openwrt/package/linux/linux.mk index c443e65523..43417a4114 100644 --- a/openwrt/package/linux/linux.mk +++ b/openwrt/package/linux/linux.mk @@ -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)