X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8b781781653ed21133e9f240e350951c24e94fb2..d22d877ba4e70ddd1fab7d42ab400e12948c1204:/package/b43/Makefile?ds=sidebyside diff --git a/package/b43/Makefile b/package/b43/Makefile index e47d5165e..3d5eb264c 100644 --- a/package/b43/Makefile +++ b/package/b43/Makefile @@ -15,12 +15,12 @@ PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk PKG_FWV4_NAME:=broadcom-wl -PKG_FWV4_VERSION=4.80.53.0 -PKG_FWV4_OBJECT:=kmod/wl_apsta.o +PKG_FWV4_VERSION=4.150.10.5 +PKG_FWV4_OBJECT:=driver/wl_apsta_mimo.o PKG_FWV4_SOURCE:=$(PKG_FWV4_NAME)-$(PKG_FWV4_VERSION).tar.bz2 -PKG_FWV4_SOURCE_URL:=http://downloads.openwrt.org/sources/ -PKG_FWV4_MD5SUM:=a7d8dde3ce474c361143b83e1d9890b1 +PKG_FWV4_SOURCE_URL:=http://mirror2.openwrt.org/sources/ +PKG_FWV4_MD5SUM:=0c6ba9687114c6b598e8019e262d9a60 PKG_FWCUTTER_NAME:=b43-fwcutter PKG_FWCUTTER_VERSION=011 @@ -43,6 +43,7 @@ endef EXTRA_KCONFIG:= \ CONFIG_B43=m \ + CONFIG_B43_NPHY=y \ $(if $(CONFIG_LEDS_TRIGGERS),CONFIG_B43_LEDS=y) \