asuswrt-merlin.ng/release/src-rt-5.02axhnd/hostTools/scripts/gendefconfig
2020-08-28 22:07:59 -04:00

12 lines
209 B
Bash
Executable file

#!/bin/bash
profile=$1
cfile=$KERNEL_DIR/arch/$ARCH/defconfig
cat $HOSTTOOLS_DIR/scripts/defconfig-bcm.template > $cfile
for i in $HOSTTOOLS_DIR/scripts/gendefconfig.d/*.conf
do
$i $profile $cfile
done