mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 09:09:44 +01:00
uml: mark as source-only
Get rid of a special case in the buildbot script Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
f781c8e11e
commit
94b6dc3a43
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ ARCH:=$(shell uname -m | sed \
|
|||
)
|
||||
BOARD:=uml
|
||||
BOARDNAME:=User Mode Linux
|
||||
FEATURES:=squashfs ext4 audio
|
||||
FEATURES:=squashfs ext4 audio source-only
|
||||
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
||||
|
||||
KERNEL_PATCHVER:=4.4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue