This file contains hidden or 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
| d | |
| 1 | |
| d | |
| 2 | |
| d | |
| 3 | |
| d | |
| 4 | |
| n | |
| p |
This file contains hidden or 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
| #!/bin/sh | |
| ## | |
| # This script runs before image generation. | |
| # Add any target customizations you need here. | |
| # Target is located in output/target relative to your buildroot root directory. | |
| ## | |
| # Add eth0 to /etc/network/interfaces and configure for DHCP. | |
| # Adjust as needed for your environment. |
This file contains hidden or 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
| # | |
| # Automatically generated make config: don't edit | |
| # Linux kernel version: 2.6.34 | |
| # Thu Oct 10 13:55:27 2013 | |
| # | |
| # CONFIG_64BIT is not set | |
| CONFIG_X86_32=y | |
| # CONFIG_X86_64 is not set | |
| CONFIG_X86=y | |
| CONFIG_OUTPUT_FORMAT="elf32-i386" |
This file contains hidden or 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
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Buildroot 2013.11-git-00453-g2c13d5b Configuration | |
| # | |
| BR2_HAVE_DOT_CONFIG=y | |
| # | |
| # Target options | |
| # | |
| # BR2_arcle is not set |