Skip to content

Commit

Permalink
Merge pull request #110 from francois-berder-imgtec/task-106
Browse files Browse the repository at this point in the history
Update wifi driver according to changes in u-boot
  • Loading branch information
Ham22 authored Dec 3, 2016
2 parents c9c574d + 62f7a97 commit 3f6cdba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion uccp420wlan/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/uccp420wlan
SUBMENU:=Wireless Drivers
TITLE:=Imagination wireless driver
DEPENDS:=@TARGET_pistachio +proddata +kmod-cfg80211 +kmod-mac80211 +@DRIVER_11N_SUPPORT
DEPENDS:=@TARGET_pistachio +kmod-cfg80211 +kmod-mac80211 +@DRIVER_11N_SUPPORT
FILES:=$(PKG_BUILD_DIR)/uccp420wlan.$(LINUX_KMOD_SUFFIX)
endef

Expand Down
6 changes: 1 addition & 5 deletions uccp420wlan/files/etc/init.d/uccp420wlan
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
#!/bin/sh /etc/rc.common

. /lib/functions/mac.sh

START=10
STOP=10

start() {
generate_mac $WIFI_OTP_REG0
local mac_param="mac_addr=\"$(echo $MAC | sed 's/://g')\""
modprobe mac80211
insmod uccp420wlan $mac_param
insmod uccp420wlan
}

stop() {
Expand Down

0 comments on commit 3f6cdba

Please sign in to comment.