busybox: include config files relative to the main Config.in (#18522)
[openwrt.git] / package / utils / busybox / Config.in
index 896e1f3..917e714 100644 (file)
@@ -12,10 +12,10 @@ config BUSYBOX_CUSTOM
 
           Unless you know what you are doing, you should leave this as 'n'
 
 
           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
 
        if BUSYBOX_CUSTOM
-       source "package/utils/busybox/config/Config.in"
+       source "config/Config.in"
        endif
 
 config BUSYBOX_USE_LIBRPC
        endif
 
 config BUSYBOX_USE_LIBRPC