mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
busybox: include config files relative to the main Config.in (#18522)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43653 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user