projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add support for LED drivers (clock tick and CPU activity)
[openwrt.git]
/
target
/
linux
/
rdc-2.6
/
Makefile
diff --git
a/target/linux/rdc-2.6/Makefile
b/target/linux/rdc-2.6/Makefile
index
f1f751e
..
306734b
100644
(file)
--- a/
target/linux/rdc-2.6/Makefile
+++ b/
target/linux/rdc-2.6/Makefile
@@
-18,10
+18,7
@@
endef
include $(INCLUDE_DIR)/kernel-build.mk
-define Profile/Ralink
- NAME:=Ralink WiFi (default)
- PACKAGES:=kmod-rt61
-endef
-$(eval $(call Profile,Ralink))
+# include the profiles
+-include profiles/*.mk
$(eval $(call BuildKernel))
This page took
0.018386 seconds
and
4
git commands to generate.