| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- fix a few typos
|
|
|
|
| |
"defconfig" file instead of ".defconfig"
|
| |
|
| |
|
|
|
|
| |
reported by Khem Raj
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The configuration utility in package/config/ can look for a default
configuration file called 'defconfig' but it's hard coded to look for
sysdeps/linux/defconfig.
This patch causes the config utility to look in the current working directory
for the 'defconfig' file. I use this to provide a default configuration to a
new buildroot environment. This way, I can 'svn co' buildroot, copy my
defconfig, then make defconfig to use my own default configuration.
This fix only changes one line in the confdata.c file to remove the legacy path
that was used in Linux, and not needed in buildroot.
|
|
|
|
|
|
|
|
| |
The version of mconf used by buildroot doesn't handle "menuconfig" correctly.
Instead of displaying the proper submenu, it just displays the menuconfig
option itself again.
This patch adds the proper code to mconf. Only 6 lines of code.
|
| |
|
|
|
|
|
| |
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
|
| |
|
|
-Erik
|