(e.g. Inventel Livebox, Siemens SE515)
endef
-LINUX_VERSION:=2.6.19
-LINUX_RELEASE:=1
-LINUX_KERNEL_MD5SUM:=443c265b57e87eadc0c677c3acc37e20
-
include $(INCLUDE_DIR)/kernel-build.mk
define Profile/Broadcom
endef
$(eval $(call Profile,Atheros))
+define Profile/Ralink
+ NAME:=Ralink WiFi
+ PACKAGES:=kmod-rt61
+endef
+$(eval $(call Profile,Ralink))
+
$(eval $(call BuildKernel))