projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add 2.6 support for x86
[openwrt.git]
/
target
/
linux
/
linux-2.6
/
Makefile
diff --git
a/target/linux/linux-2.6/Makefile
b/target/linux/linux-2.6/Makefile
index
9bd1e7c
..
06ac2c6
100644
(file)
--- a/
target/linux/linux-2.6/Makefile
+++ b/
target/linux/linux-2.6/Makefile
@@
-47,6
+47,10
@@
include $(LINUX_KCONFIG)
INSTALL_TARGETS := $(KERNEL_IPKG)
TARGETS :=
+ifeq ($(BOARD),x86)
+include ./x86.mk
+endif
+
# Networking
This page took
0.02312 seconds
and
4
git commands to generate.