Add a default Ralink profile
SVN-Revision: 5762
This commit is contained in:
parent
b7d79b0d3c
commit
618bb26737
1 changed files with 7 additions and 0 deletions
|
@ -21,4 +21,11 @@ LINUX_RELEASE:=1
|
|||
LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e
|
||||
|
||||
include $(INCLUDE_DIR)/kernel-build.mk
|
||||
|
||||
define Profile/Ralink
|
||||
NAME:=Ralink WiFi (default)
|
||||
PACKAGES:=kmod-rt2x00
|
||||
endef
|
||||
$(eval $(call Profile,Ralink))
|
||||
|
||||
$(eval $(call BuildKernel))
|
||||
|
|
Loading…
Reference in a new issue