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

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43653 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jo-Philipp Wich
2014-12-12 12:33:34 +00:00
parent 6fa321ff1c
commit 9e70c445b6

View File

@@ -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