mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
Add a default Ralink profile
SVN-Revision: 5762
This commit is contained in:
parent
b7d79b0d3c
commit
618bb26737
@ -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 New Issue
Block a user