diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile
index 023ce4e06654433fb2dd771d695b7a0e9a2a5fc0..f348b0d63901e7edbb796d7ede63d4398a071bc7 100644
--- a/target/linux/bcm53xx/Makefile
+++ b/target/linux/bcm53xx/Makefile
@@ -23,6 +23,6 @@ endef
 
 KERNELNAME:="zImage dtbs"
 
-DEFAULT_PACKAGES += swconfig
+DEFAULT_PACKAGES += swconfig wpad-mini
 
 $(eval $(call BuildTarget))
diff --git a/target/linux/bcm53xx/profiles/100-Generic.mk b/target/linux/bcm53xx/profiles/100-Generic.mk
index 5e6d1ce85d259f91cc8d75c0446a6324a9becc63..ce5a826884fe18df1d7a262a5fc32a136bf2b455 100644
--- a/target/linux/bcm53xx/profiles/100-Generic.mk
+++ b/target/linux/bcm53xx/profiles/100-Generic.mk
@@ -7,6 +7,7 @@
 
 define Profile/Generic
   NAME:=Broadcom SoC, BCM43xx WiFi (b43, default)
+  PACKAGES:=kmod-b43
 endef
 
 define Profile/Generic/Description