-LINUX_VERSION:=2.4.33.4
-LINUX_RELEASE:=1
-LINUX_KERNEL_MD5SUM:=aca0257549c385a227088ad8853a72a2
-
-include $(INCLUDE_DIR)/kernel-build.mk
-DEFAULT_PACKAGES += kmod-switch nvram
-
-define Profile/Broadcom
- NAME:=Generic, Broadcom WiFi (default)
- PACKAGES:=kmod-brcm-wl
-endef
-$(eval $(call Profile,Broadcom))
-
-define Profile/BroadcomMimo
- NAME:=Generic, Broadcom WiFi (MIMO)
- PACKAGES:=kmod-brcm-wl-mimo
-endef
-$(eval $(call Profile,BroadcomMimo))
-
-define Profile/Atheros
- NAME:=Generic, Atheros WiFi
- PACKAGES:=kmod-madwifi
-endef
-$(eval $(call Profile,Atheros))
-
-define Profile/None
- NAME:=Generic, No WiFi
- PACKAGES:=
-endef
-$(eval $(call Profile,None))