Skip to content
Snippets Groups Projects
Commit 5472898c authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

busybox: include config files relative to the main Config.in (#18522)


Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 43653
parent 2f39014a
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,10 @@ config BUSYBOX_CUSTOM
Unless you know what you are doing, you should leave this as 'n'
source "package/utils/busybox/Config-defaults.in"
source "Config-defaults.in"
if BUSYBOX_CUSTOM
source "package/utils/busybox/config/Config.in"
source "config/Config.in"
endif
config BUSYBOX_USE_LIBRPC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment