projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fe5728
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5835
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
25c3baa
..
81a4013
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))