1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 09:53:10 +03:00

package kmod-diag

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@687 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-04-20 17:00:08 +00:00
parent 79e9207832
commit 7fb7f1c43b
4 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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))

View 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

View File

@ -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)