summaryrefslogtreecommitdiffstats
path: root/recipes-append/busybox/busybox_1.21.1.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-append/busybox/busybox_1.21.1.bbappend')
-rw-r--r--recipes-append/busybox/busybox_1.21.1.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-append/busybox/busybox_1.21.1.bbappend b/recipes-append/busybox/busybox_1.21.1.bbappend
new file mode 100644
index 0000000..33ffdc5
--- /dev/null
+++ b/recipes-append/busybox/busybox_1.21.1.bbappend
@@ -0,0 +1,5 @@
1do_prepare_config_append () {
2 sed -i -e 's/# CONFIG_CHRT is not set/CONFIG_CHRT=y/' .config
3 sed -i -e 's/# CONFIG_TASKSET is not set/CONFIG_TASKSET=y/' .config
4 sed -i -e 's/# CONFIG_FEATURE_TASKSET_FANCY is not set/CONFIG_FEATURE_TASKSET_FANCY=y/' .config
5} \ No newline at end of file