projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c23d0
)
uml: build target again via the Buildbots
author
Paul Spooren
<mail@aparcar.org>
Thu, 21 Oct 2021 01:07:25 +0000
(15:07 -1000)
committer
Paul Spooren
<mail@aparcar.org>
Tue, 2 Nov 2021 20:04:50 +0000
(10:04 -1000)
The UML target been outdated for a long time. Instead of just carrying
unmaintained code we should build it again and allow people and CIs to
use it for testing.
This commit removes the `source-only` feature which disables building.
Signed-off-by: Paul Spooren <mail@aparcar.org>
target/linux/uml/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/uml/Makefile
b/target/linux/uml/Makefile
index 7c27dda0363734018dfdedc60dc8a080c37526b5..b75a6e54147a904bc76591cca371860f4f935962 100644
(file)
--- a/
target/linux/uml/Makefile
+++ b/
target/linux/uml/Makefile
@@
-11,7
+11,7
@@
ifeq ($(HOST_OS),Linux)
ARCH:=x86_64
BOARD:=uml
BOARDNAME:=User Mode Linux
-FEATURES:=squashfs ext4 audio
source-only
+FEATURES:=squashfs ext4 audio
KERNEL_PATCHVER:=5.4