浏览代码

waldux: enable tasks

Waldemar Brodkorb 6 年之前
父节点
当前提交
b8de5c7579
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/create-menu

+ 1 - 1
scripts/create-menu

@@ -15,7 +15,7 @@ printf "source target/config/Config.in.system.choice\n" >> target/config/Config.
 if [ -d "$topdir/tasks" -o -n "$ADK_CUSTOM_TASKS_DIR" ];then
 	printf "# autogenerated via scripts/create-menu\n" > $topdir/target/config/Config.in.tasks
 	printf "menu \"Tasks\"\n" >> $topdir/target/config/Config.in.tasks
-	printf "\tvisible if ADK_TARGET_OS_LINUX && !ADK_TARGET_CHOOSE_ARCH\n\n" >> $topdir/target/config/Config.in.tasks
+	printf "\tvisible if (ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX) && !ADK_TARGET_CHOOSE_ARCH\n\n" >> $topdir/target/config/Config.in.tasks
 
         if [ -d "$topdir/tasks" ];then
         	cat $topdir/tasks/* >> $topdir/target/config/Config.in.tasks 2>/dev/null