projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix the tgz image build
[openwrt.git]
/
target
/
linux
/
uml-2.6
/
Makefile
diff --git
a/target/linux/uml-2.6/Makefile
b/target/linux/uml-2.6/Makefile
index
2562410
..
a54d2cd
100644
(file)
--- a/
target/linux/uml-2.6/Makefile
+++ b/
target/linux/uml-2.6/Makefile
@@
-20,10
+20,16
@@
ARCH:=$(shell uname -m | sed \
)
BOARD:=uml
BOARDNAME:=User Mode Linux
)
BOARD:=uml
BOARDNAME:=User Mode Linux
-FEATURES:=broken
+FEATURES:=broken
ext2
LINUX_CONFIG:=$(CURDIR)/config/$(ARCH)
LINUX_CONFIG:=$(CURDIR)/config/$(ARCH)
+LINUX_VERSION:=2.6.22.1
+
include $(INCLUDE_DIR)/kernel-build.mk
include $(INCLUDE_DIR)/kernel-build.mk
+
+# include the profiles
+-include profiles/*.mk
+
endif
$(eval $(call BuildKernel))
endif
$(eval $(call BuildKernel))
This page took
0.024549 seconds
and
4
git commands to generate.