summaryrefslogtreecommitdiffstats
path: root/package/skeleton-init-none
diff options
context:
space:
mode:
Diffstat (limited to 'package/skeleton-init-none')
-rw-r--r--package/skeleton-init-none/Config.in2
-rw-r--r--package/skeleton-init-none/skeleton-init-none.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/skeleton-init-none/Config.in b/package/skeleton-init-none/Config.in
index 426954ca4c..449bf66125 100644
--- a/package/skeleton-init-none/Config.in
+++ b/package/skeleton-init-none/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_SKELETON_INIT_NONE
bool
select BR2_PACKAGE_HAS_SKELETON
- select BR2_PACKAGE_SKELETON_COMMON
+ select BR2_PACKAGE_SKELETON_INIT_COMMON
config BR2_PACKAGE_PROVIDES_SKELETON
default "skeleton-init-none" if BR2_PACKAGE_SKELETON_INIT_NONE
diff --git a/package/skeleton-init-none/skeleton-init-none.mk b/package/skeleton-init-none/skeleton-init-none.mk
index 04e38c98d9..8181aa0354 100644
--- a/package/skeleton-init-none/skeleton-init-none.mk
+++ b/package/skeleton-init-none/skeleton-init-none.mk
@@ -11,7 +11,7 @@
SKELETON_INIT_NONE_ADD_TOOLCHAIN_DEPENDENCY = NO
SKELETON_INIT_NONE_ADD_SKELETON_DEPENDENCY = NO
-SKELETON_INIT_NONE_DEPENDENCIES = skeleton-common
+SKELETON_INIT_NONE_DEPENDENCIES = skeleton-init-common
SKELETON_INIT_NONE_PROVIDES = skeleton
OpenPOWER on IntegriCloud