1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

package b44 driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@713 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2005-04-25 08:11:23 +00:00
parent f874654981
commit e8b53cd6cb
3 changed files with 15 additions and 0 deletions

View File

@@ -45,6 +45,9 @@ $(eval $(call KMOD_template,DIAG,diag,\
$(eval $(call KMOD_template,BRCM_WL,brcm-wl,\
$(MODULES_DIR)/kernel/drivers/net/wl/wl.o \
,CONFIG_WL))
$(eval $(call KMOD_template,B44,b44,\
$(MODULES_DIR)/kernel/drivers/net/b44.o \
,CONFIG_B44))
$(eval $(call KMOD_template,BRCM_ET,brcm-et,\
$(MODULES_DIR)/kernel/drivers/net/et/et.o \
,CONFIG_ET))