|
|
@ -14,15 +14,21 @@ |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
runconf=0 |
|
|
|
|
|
|
|
for x in $( match_source_file -p patch ); do |
|
|
|
var_append patchfiles ' ' $x |
|
|
|
done |
|
|
|
|
|
|
|
. $base/package/*/uclibc/functions.in |
|
|
|
. $base/package/*/uclibc/conffiles-functions.in |
|
|
|
|
|
|
|
runconf=0 |
|
|
|
hook_add premake 1 'busybox_config' |
|
|
|
busybox_config() { |
|
|
|
local BB_arch=$( echo $arch | arch2uname ) |
|
|
|
|
|
|
|
hook_add premake 1 'auto_config 2' |
|
|
|
eval $MAKE defconfig ARCH=$BB_arch |
|
|
|
conffiles_loop 2 ARCH=$BB_arch |
|
|
|
} |
|
|
|
|
|
|
|
# add basic config |
|
|
|
var_append conffiles ' ' "$confdir/busybox.config" |
|
|
@ -40,7 +46,6 @@ if [ "$SDECFG_PKG_BUSYBOX_ET" = 1 ] ; then |
|
|
|
|
|
|
|
var_append flistroot ' ' "${prefix%%/*}" |
|
|
|
var_append conffiles ' ' "$confdir/emergency.config" |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
# FIXME: shouldn't emergency thing force the symlinks creation? (on config.in) |
|
|
|