Skip to content

Commit

Permalink
zeus-common : bcm4329 module control
Browse files Browse the repository at this point in the history
  • Loading branch information
freexperia committed Jun 3, 2012
1 parent 8fdf3c8 commit 06af7d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions BoardConfigCommon.mk
Expand Up @@ -19,6 +19,9 @@ TARGET_BOOTLOADER_BOARD_NAME := zeus
BOARD_WPA_SUPPLICANT_DRIVER := WEXT
WPA_SUPPLICANT_VERSION := VER_0_6_X
BOARD_WLAN_DEVICE := bcm4329
WIFI_DRIVER_MODULE_PATH := "/system/lib/modules/bcm4329.ko"
WIFI_DRIVER_FW_STA_PATH := "/etc/firmware/fw_bcm4329.bin"
WIFI_DRIVER_FW_AP_PATH := "/etc/firmware/fw_bcm4329_apsta.bin"
WIFI_DRIVER_MODULE_NAME := bcm4329

BOARD_HAVE_BLUETOOTH_BCM := true
Expand Down
2 changes: 1 addition & 1 deletion prebuilt/init.semc.rc
Expand Up @@ -64,7 +64,7 @@ on boot
class_start default

#load bcm4329 module
insmod /modules/bcm4329.ko
# insmod /modules/bcm4329.ko

# USB host support
mkdir /dev/bus 0771 system system
Expand Down

0 comments on commit 06af7d7

Please sign in to comment.