projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cebfa34
)
Add a Ralink profile
author
Florian Fainelli
<florian@openwrt.org>
Mon, 18 Dec 2006 12:07:05 +0000
(12:07 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 18 Dec 2006 12:07:05 +0000
(12:07 +0000)
SVN-Revision: 5835
target/linux/brcm63xx-2.6/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/brcm63xx-2.6/Makefile
b/target/linux/brcm63xx-2.6/Makefile
index 25c3baa841ff6a33639241180577f823b0a5ca2f..81a401380b10ee1efc8fdb41010ac76eabffb4c4 100644
(file)
--- a/
target/linux/brcm63xx-2.6/Makefile
+++ b/
target/linux/brcm63xx-2.6/Makefile
@@
-34,4
+34,10
@@
define Profile/Atheros
endef
$(eval $(call Profile,Atheros))
+define Profile/Ralink
+ NAME:=Ralink WiFi
+ PACKAGES:=kmod-rt61
+endef
+$(eval $(call Profile,Ralink))
+
$(eval $(call BuildKernel))