projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
major target cleanup. it is now possible to have subtargets that can override many...
[openwrt.git]
/
target
/
linux
/
x86
/
Makefile
diff --git
a/target/linux/x86/Makefile
b/target/linux/x86/Makefile
index
705cc84
..
771fd19
100644
(file)
--- a/
target/linux/x86/Makefile
+++ b/
target/linux/x86/Makefile
@@
-13,11
+13,11
@@
FEATURES:=squashfs jffs2 ext2
LINUX_VERSION:=2.6.22.4
-include $(INCLUDE_DIR)/
kernel-build
.mk
+include $(INCLUDE_DIR)/
target
.mk
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
# include the profiles
-include profiles/*.mk
-$(eval $(call Build
Kernel
))
+$(eval $(call Build
Target
))
This page took
0.021709 seconds
and
4
git commands to generate.