mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
first load network driver (10), then wlan driver (20) and then wlcompat, so the order of eth0/eth1 is as used to
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2814 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
# broadcom specific kmod packages
|
||||
$(eval $(call KMOD_template,BRCM_WL,brcm-wl,\
|
||||
$(MODULES_DIR)/kernel/drivers/net/wl/wl.o \
|
||||
,CONFIG_WL,,10,wl))
|
||||
,CONFIG_WL,,20,wl))
|
||||
|
||||
$(eval $(call KMOD_template,BRCM_WL2,brcm-wl2,\
|
||||
$(BUILD_DIR)/wl/wl2/wl.o \
|
||||
,CONFIG_WL,,10,wl))
|
||||
,CONFIG_WL,,20,wl))
|
||||
|
||||
$(eval $(call KMOD_template,BRCM_ET,brcm-et,\
|
||||
$(MODULES_DIR)/kernel/drivers/net/et/et.o \
|
||||
|
||||
Reference in New Issue
Block a user