projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[include] cmake.mk: fix passing of LDFLAGS
[openwrt.git]
/
target
/
linux
/
uml
/
Makefile
diff --git
a/target/linux/uml/Makefile
b/target/linux/uml/Makefile
index
70646b2
..
244d833
100644
(file)
--- a/
target/linux/uml/Makefile
+++ b/
target/linux/uml/Makefile
@@
-21,12
+21,14
@@
ARCH:=$(shell uname -m | sed \
BOARD:=uml
BOARDNAME:=User Mode Linux
FEATURES:=ext4 audio
BOARD:=uml
BOARDNAME:=User Mode Linux
FEATURES:=ext4 audio
-LINUX_CONFIG:=$(CURDIR)/config/$(ARCH)
+MAINTAINER:=Florian Fainelli <florian@openwrt.org>
-LINUX_VERSION:=
2.6.37.4
+LINUX_VERSION:=
3.0.12
include $(INCLUDE_DIR)/target.mk
include $(INCLUDE_DIR)/target.mk
+LINUX_TARGET_CONFIG:=$(CURDIR)/config/$(ARCH)
+
DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim
endif
DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim
endif
This page took
0.020568 seconds
and
4
git commands to generate.