projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f39014
)
busybox: include config files relative to the main Config.in (#18522)
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 12 Dec 2014 12:33:34 +0000
(12:33 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 12 Dec 2014 12:33:34 +0000
(12:33 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43653
package/utils/busybox/Config.in
patch
|
blob
|
history
diff --git
a/package/utils/busybox/Config.in
b/package/utils/busybox/Config.in
index 896e1f375143ab2c69abcfd7ab3c12c7055c18cc..917e714f6cc38f1ded8de20ca32f1b8c3014ef62 100644
(file)
--- a/
package/utils/busybox/Config.in
+++ b/
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