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

add acm usb modem modul

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1367 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
wbx
2005-07-07 10:17:44 +00:00
parent a08030216f
commit c1d6ea372d
4 changed files with 101 additions and 3 deletions

View File

@@ -52,6 +52,9 @@ ifeq ($(BOARD),brcm)
include ./broadcom.mk
endif
$(eval $(call KMOD_template,USB_ACM,usb-acm,\
$(MODULES_DIR)/kernel/drivers/usb/acm.o \
,CONFIG_USB_ACM))
$(eval $(call KMOD_template,B44,b44,\
$(MODULES_DIR)/kernel/drivers/net/b44.o \
,CONFIG_B44))