X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Flinux-2.4%2Fbroadcom.mk;h=8f486b204faa6f8cdd0ef74d1bd294682d923f39;hb=a3b106e2a54e4361f15988fc2750b8710ae9c307;hp=8419c5e854fe935b42befb9e6653b4446154f590;hpb=42136877538fe79297345f554d033a41dc081daa;p=openwrt-10.03%2F.git diff --git a/target/linux/linux-2.4/broadcom.mk b/target/linux/linux-2.4/broadcom.mk index 8419c5e85..8f486b204 100644 --- a/target/linux/linux-2.4/broadcom.mk +++ b/target/linux/linux-2.4/broadcom.mk @@ -6,12 +6,15 @@ ############################################################# # broadcom specific kmod packages + $(eval $(call KMOD_template,BRCM_WL,brcm-wl,\ $(MODULES_DIR)/kernel/drivers/net/wl/wl.o \ -,CONFIG_WL)) +,CONFIG_WL,,10,wl)) + $(eval $(call KMOD_template,BRCM_ET,brcm-et,\ $(MODULES_DIR)/kernel/drivers/net/et/et.o \ -,CONFIG_ET)) +,CONFIG_ET,,10,et)) + $(eval $(call KMOD_template,LP,lp,\ $(MODULES_DIR)/kernel/drivers/parport/parport.o \ $(MODULES_DIR)/kernel/drivers/parport/parport_splink.o \