From d1ab2c8a3b29dd3bb7c61eb9736437458959ada4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 20 Apr 2005 17:00:08 +0000 Subject: [PATCH] package kmod-diag SVN-Revision: 687 --- openwrt/package/linux/Config.in | 6 ++++++ openwrt/package/linux/Makefile | 3 +++ openwrt/package/linux/control/kmod-diag.control | 6 ++++++ openwrt/package/linux/linux.mk | 1 - 4 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 openwrt/package/linux/control/kmod-diag.control 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) -- 2.30.2