mirror of https://github.com/hak5/openwrt.git
busybox: include config files relative to the main Config.in (#18522)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43653lede-17.01
parent
2f39014a48
commit
5472898c0c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue