projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use the new x86 code, thanks sn9 !
[openwrt.git]
/
target
/
linux
/
pxa-2.6
/
Makefile
diff --git
a/target/linux/pxa-2.6/Makefile
b/target/linux/pxa-2.6/Makefile
index
94e9601
..
3e0e6cd
100644
(file)
--- a/
target/linux/pxa-2.6/Makefile
+++ b/
target/linux/pxa-2.6/Makefile
@@
-11,10
+11,15
@@
BOARD:=pxa
BOARDNAME:=PXA
FEATURES:=jffs2 broken
+LINUX_VERSION:=2.6.21.5
+
define Target/Description
Stub for boards based on intel PXA
endef
include $(INCLUDE_DIR)/kernel-build.mk
+# include the profiles
+-include profiles/*.mk
+
$(eval $(call BuildKernel))
This page took
0.022866 seconds
and
4
git commands to generate.