-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ninoh-fox
committed
Dec 15, 2019
0 parents
commit 26c6a3b
Showing
4,795 changed files
with
593,259 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# | ||
# Automatically generated make config: don't edit | ||
# Mon Feb 18 09:11:56 2008 | ||
# | ||
BR2_HAVE_DOT_CONFIG=y | ||
# BR2_alpha is not set | ||
# BR2_arm is not set | ||
# BR2_armeb is not set | ||
# BR2_avr32 is not set | ||
# BR2_cris is not set | ||
# BR2_ia64 is not set | ||
BR2_i386=y | ||
# BR2_m68k is not set | ||
# BR2_mips is not set | ||
# BR2_mipsel is not set | ||
# BR2_nios2 is not set | ||
# BR2_powerpc is not set | ||
# BR2_sh is not set | ||
# BR2_sh64 is not set | ||
# BR2_sparc is not set | ||
# BR2_sparc64 is not set | ||
# BR2_x86_64 is not set | ||
# BR2_x86_i386 is not set | ||
# BR2_x86_i486 is not set | ||
# BR2_x86_i586 is not set | ||
BR2_x86_i686=y | ||
# BR2_x86_pentiumpro is not set | ||
# BR2_x86_pentium_mmx is not set | ||
# BR2_x86_pentium_m is not set | ||
# BR2_x86_pentium2 is not set | ||
# BR2_x86_pentium3 is not set | ||
# BR2_x86_pentium4 is not set | ||
# BR2_x86_prescott is not set | ||
# BR2_x86_nocona is not set | ||
# BR2_x86_core2 is not set | ||
# BR2_x86_k6 is not set | ||
# BR2_x86_k6_2 is not set | ||
# BR2_x86_athlon is not set | ||
# BR2_x86_athlon_4 is not set | ||
# BR2_x86_opteron is not set | ||
# BR2_x86_opteron_sse3 is not set | ||
# BR2_x86_barcelona is not set | ||
# BR2_x86_geode is not set | ||
# BR2_x86_c3 is not set | ||
# BR2_x86_winchip_c6 is not set | ||
# BR2_x86_winchip2 is not set | ||
BR2_ARCH="i686" | ||
BR2_ENDIAN="LITTLE" | ||
BR2_GCC_TARGET_TUNE="i686" | ||
BR2_GCC_TARGET_ARCH="i686" | ||
|
||
# | ||
# Target options | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/output | ||
/dl | ||
/.auto.deps | ||
/.config.cmd | ||
/.config.old | ||
/..config.tmp | ||
/.config | ||
*.depend | ||
*.o | ||
/*.patch | ||
/*.diff | ||
*.orig | ||
*.rej | ||
*~ | ||
*.pyc |
Oops, something went wrong.