diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-24 12:44:59 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-24 13:35:47 +0100 |
commit | c2ecf9c37ad7b3fe8232e685beebcae3054d9c12 (patch) | |
tree | a12a39e63123070515cc1cc4bb158f33dcff4b0e /target/linux | |
parent | 4d73b6b8d03267ba6592ef19fc88498e62ba48fa (diff) | |
download | mtk-20170518-c2ecf9c37ad7b3fe8232e685beebcae3054d9c12.zip mtk-20170518-c2ecf9c37ad7b3fe8232e685beebcae3054d9c12.tar.gz mtk-20170518-c2ecf9c37ad7b3fe8232e685beebcae3054d9c12.tar.bz2 |
uml: mark as source-only
Get rid of a special case in the buildbot script
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/uml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index 9163139..7cf1614 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -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 |