Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs/images: remove unused busybox logo | Peter Korsgaard | 2009-03-27 | 1 | -0/+0 |
| | |||||
* | docs/images/: tweak menuconfig*png | Peter Korsgaard | 2009-03-27 | 2 | -0/+0 |
| | | | | Convert to 8bit, saves ~145kb | ||||
* | docs/news.html: announce new logo | Peter Korsgaard | 2009-03-27 | 1 | -0/+11 |
| | |||||
* | docs/images: fix svn:mime-type on logo | Peter Korsgaard | 2009-03-27 | 0 | -0/+0 |
| | |||||
* | docs/: use new logo | Peter Korsgaard | 2009-03-27 | 4 | -15/+3 |
| | |||||
* | scripts/setlocalversion: Renamed 'git-svn' to 'git svn' | Peter Korsgaard | 2009-03-26 | 1 | -1/+1 |
| | | | | | | Git 1.6.x+ got rid of git-<subcommand> in the normal path. Signed-off-by: Michael Roth <mroth@nessie.de> | ||||
* | package/mtd: don't enable rarely used commands by default | Peter Korsgaard | 2009-03-26 | 1 | -5/+0 |
| | | | | Most people don't need them, so don't enable mkfsjffs + doc tools by default. | ||||
* | package/mtd: default to mtd-utils release, mark 20061007 snapshot as deprecated | Peter Korsgaard | 2009-03-26 | 1 | -1/+2 |
| | |||||
* | mtd-utils.git: revert r24869 (convert to DOWNLOAD helper) to fix download | Peter Korsgaard | 2009-03-26 | 1 | -1/+1 |
| | | | | | | | Reported by Thomas Petazzoni. The git download doesn't work nicely with DOWNLOAD, so revert to the direct WGET handling. | ||||
* | package/mtd: remove unneeded 'depends on BR2_PACKAGE_MTD' | Peter Korsgaard | 2009-03-26 | 1 | -22/+0 |
| | | | | The entire mtd handling is within an if BR2_PACKAGE_MTD conditional | ||||
* | m4: provide download target (missing from r25810) | Peter Korsgaard | 2009-03-26 | 1 | -0/+3 |
| | |||||
* | /usr/share/aclocal is now in $(HOST_DIR) and not $(STAGING_DIR). | Thomas Petazzoni | 2009-03-26 | 1 | -1/+1 |
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | docs/images: set svn:mime-type on .png's | Peter Korsgaard | 2009-03-26 | 0 | -0/+0 |
| | | | | Thanks to Thomas for noticing. | ||||
* | util-linux: fix download URL | Peter Korsgaard | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | docs/about.html: Capitalize Buildroot | Peter Korsgaard | 2009-03-25 | 1 | -2/+2 |
| | |||||
* | docs/: show about.html as index page | Peter Korsgaard | 2009-03-25 | 1 | -1/+1 |
| | | | | | The about page is more informative for new users than the list of news, so shown that one per default instead. | ||||
* | docs/about.html: add menuconfig screenshot | Peter Korsgaard | 2009-03-25 | 3 | -0/+6 |
| | |||||
* | docs/about: fix typo | Peter Korsgaard | 2009-03-25 | 1 | -2/+2 |
| | |||||
* | Remove useless <ol>...</ol> tags | Thomas Petazzoni | 2009-03-25 | 1 | -3/+0 |
| | |||||
* | wpa_supplicant: bump version | Peter Korsgaard | 2009-03-25 | 1 | -1/+1 |
| | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #213. | ||||
* | target/device/x86: only include Makefile if BR2_TARGET_X86 is enabled | Peter Korsgaard | 2009-03-24 | 1 | -1/+1 |
| | | | | Fixes build breakage for !BR2_TARGET_X86 in kernel headers. | ||||
* | pango: host build needs automake/autoconf | Peter Korsgaard | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | package: provide download target for host packages | Peter Korsgaard | 2009-03-24 | 15 | -0/+45 |
| | |||||
* | kernel-headers: add 2.6.29.x, remove 2.6.22.x | Peter Korsgaard | 2009-03-24 | 1 | -7/+7 |
| | |||||
* | kernel-headers: remove unused patches for ancient versions | Peter Korsgaard | 2009-03-24 | 3 | -533/+0 |
| | |||||
* | kernel-headers: bump 2.6.27.x / 2.6.28.x versions | Peter Korsgaard | 2009-03-24 | 4 | -2/+2 |
| | |||||
* | busybox: 1.13.3 hush fix | Peter Korsgaard | 2009-03-24 | 1 | -0/+179 |
| | |||||
* | target/linux: default to bzImage for i386/x86_64 | Peter Korsgaard | 2009-03-24 | 1 | -0/+2 |
| | |||||
* | docs/buildroot.html: remove reference to unused BUILDROOT_USE_XWINDOWS | Peter Korsgaard | 2009-03-23 | 1 | -1/+0 |
| | |||||
* | libtool: cleanup | Peter Korsgaard | 2009-03-23 | 2 | -124/+29 |
| | | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR | ||||
* | m4: cleanup | Peter Korsgaard | 2009-03-23 | 2 | -103/+28 |
| | | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR | ||||
* | autoconf: cleanup | Peter Korsgaard | 2009-03-23 | 2 | -109/+33 |
| | | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR | ||||
* | automake: cleanup | Peter Korsgaard | 2009-03-23 | 1 | -113/+33 |
| | | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR | ||||
* | pkgconfig: really use make install for BR2_ENABLE_DEBUG | Peter Korsgaard | 2009-03-23 | 1 | -1/+1 |
| | |||||
* | package: auto* needs perl | Peter Korsgaard | 2009-03-23 | 3 | -0/+3 |
| | |||||
* | u-boot: remove empty dirs from r25796 (git-svn issue) | Peter Korsgaard | 2009-03-23 | 0 | -0/+0 |
| | |||||
* | u-boot: add 2009.03 release | Peter Korsgaard | 2009-03-23 | 1 | -2/+7 |
| | |||||
* | u-boot: get rid of version specific patch dirs | Peter Korsgaard | 2009-03-23 | 6 | -1/+1 |
| | | | | All those dirs seem a bit excessive for a single patch | ||||
* | xorg: needs LARGEFILE support | Peter Korsgaard | 2009-03-23 | 1 | -3/+3 |
| | | | | For mesa3d/libpciaccess | ||||
* | mesa3d: sync kconfig deps with makefile | Peter Korsgaard | 2009-03-23 | 1 | -0/+6 |
| | |||||
* | libpciaccess: needs large file support | Peter Korsgaard | 2009-03-23 | 1 | -0/+4 |
| | |||||
* | target/generic: s/TTYSO/TTYS0/ | Peter Korsgaard | 2009-03-23 | 1 | -2/+2 |
| | | | | Thanks to Hiroshi Shinji for noticing. | ||||
* | dbus: fix for read-only rootfs | Peter Korsgaard | 2009-03-23 | 2 | -0/+3 |
| | | | | | Similar to how it's handled by avahi - Make sure /var/lib/dbus is a symlink to /tmp/dbus. | ||||
* | target/generic: add kconfig for serial getty config (port + baudrate) | Peter Korsgaard | 2009-03-20 | 4 | -3/+138 |
| | | | | | These are the settings people most often want to tweak for embedded boards, so add kconfig variables to make it easy to do. | ||||
* | target/device: wrap AMD preset in BR2_TARGET_AMD menuconfig | Peter Korsgaard | 2009-03-20 | 1 | -0/+6 |
| | |||||
* | target/generic: skeleton: add netdev group for dbus | Peter Korsgaard | 2009-03-20 | 1 | -0/+1 |
| | |||||
* | dbus: put local state files in /var and not /usr/var | Peter Korsgaard | 2009-03-20 | 1 | -0/+1 |
| | | | | For read only rootfs'es - Like it used to be. | ||||
* | dbus: fix host build | Peter Korsgaard | 2009-03-19 | 1 | -1/+1 |
| | | | | Hunk missing from r25755. | ||||
* | avahi: gtk support needs libglade as well | Peter Korsgaard | 2009-03-19 | 2 | -3/+2 |
| | |||||
* | pango: fix host build | Peter Korsgaard | 2009-03-19 | 1 | -1/+1 |
| | | | | | | | | pango likes to rerun it's configure script at make time, and it then fails to find the correct pkg-config files (it finds the ones ins STAGING_DIR) causing problems if they are not compatible. Fix it by setting PKG_CONFIG_PATH in it's make environment. |