projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fa321f
)
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43653
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/utils/busybox/Config.in
patch
|
blob
|
history
diff --git
a/package/utils/busybox/Config.in
b/package/utils/busybox/Config.in
index
896e1f3
..
917e714
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