Browse Source

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

Signed-off-by: Jo-Philipp Wich <[email protected]>

SVN-Revision: 43653
Jo-Philipp Wich 11 years ago
parent
commit
5472898c0c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/utils/busybox/Config.in

+ 2 - 2
package/utils/busybox/Config.in

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