aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add sstrip for host and/or target.Manuel Novoa III2005-08-034-0/+549
|
* also remove support/mksignames.cEric Andersen2005-08-021-4/+436
|
* Hopefully this will teach bash to get signals correct when cross compiled.Eric Andersen2005-08-022-1/+261
|
* prune 2.16.90.0.1 / 2.16.90.0.2Mike Frysinger2005-08-0214-1006/+0
|
* import binutils 2.16.91.0.2Mike Frysinger2005-08-027-0/+493
|
* update kbuild systemEric Andersen2005-08-0225-612/+983
|
* Only include linux makefile when properly selectedEric Andersen2005-08-011-0/+2
|
* Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MIIEric Andersen2005-08-011-0/+1
| | | | | and only should be selectable when BR2_TARGET_VIA_EPIA_MII has first been selected.
* Add in options for NPTL in uClibc. Users can select, but since NPTL is"Steven J. Hill"2005-07-294-2/+22
| | | | | on a branch it will not have any effect. Updated DBAu1500 configuration files for latest uClibc snapshot and NPTL options.
* - zlib prior to 1.2.3 improperly handled invalid data streams which could ↵Ned Ludd2005-07-291-1/+1
| | | | lead a denial of service or arbitrary code execution. Tavis Ormandy CAN-2005-2096
* grab some static updates from linux-2.6 git to fix gcc4 build errors as ↵Mike Frysinger2005-07-284-4/+4
| | | | reported by Khem Raj
* Minor updatesEric Andersen2005-07-274-3/+161
|
* Fix broken dependanciesEric Andersen2005-07-271-4/+14
|
* update valgrind to the latest and greatestEric Andersen2005-07-222-233/+112
|
* e2fsprogs does not appear to be 'make -j N' safe for N > 1Eric Andersen2005-07-201-2/+2
|
* update to dropbear-0.46Eric Andersen2005-07-191-2/+2
|
* Apply the fix for gcc bug #22167Eric Andersen2005-07-1822-5394/+138
| | | | | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22167 remove gcc 3.3.3, change config for sjlj exception handling a bit.
* Update the set of available kernel headers to include 2.4.31 and 2.6.12Eric Andersen2005-07-182-8/+26
|
* Fixup standalong makedevs to handle regular files, and also fixEric Andersen2005-07-181-1/+32
| | | | it to properly update file permissions as specified.
* A little more setupEric Andersen2005-07-151-12/+9
|
* Install xorg modules correctlyEric Andersen2005-07-151-1/+1
|
* Yet more xorg build fixupsEric Andersen2005-07-141-5/+15
|
* Run ldconfig on the target rootfs to generate /etc/ld.so.cacheEric Andersen2005-07-145-0/+5
|
* Add device nodes for /dev/input by default (xorg and others want then)Eric Andersen2005-07-141-2/+10
|
* Get it buildingEric Andersen2005-07-131-14/+19
|
* file-4.12 is no longer availableEric Andersen2005-07-131-1/+1
|
* Fix some stupid bugs in the Xorg buildEric Andersen2005-07-132-1/+5
|
* Thomas Lundquist writes:Eric Andersen2005-07-128-1/+36
| | | | | | | | | | | | | | | | | | | | If I understand you correctly, you want the ncurses development headers on the target. a patch for this (named target_headers.patch and includes similar options for a few other libs in buildroot) can be found at: http://www.zelow.no/floppyfw/download/Development/Patches/buildroot/ (a few packages there aswell) it will add an option to put headers on target for ncurses, zlib and openssl. Thomas.
* Patrick Doyle writes:Mike Frysinger2005-07-112-2/+2
| | | | | | | | target/device/Soekris/net4521/linux.mk is missing an endif for the first if statement target/device/Soekris/Makefile.in needs to set TARGETS before including linux.mk since the file checks the TARGETS variables
* revert earlier change since it doesnt work with last uClibc release :/Mike Frysinger2005-07-111-3/+3
|
* import 4.0.1 based on 4.0.0Mike Frysinger2005-07-108-0/+3882
|
* Fix buildroot not to modify Rules.mak. Patch From vapier.Joakim Tjernlund2005-06-301-1/+1
|
* Update default config a little.Joakim Tjernlund2005-06-301-1/+5
|
* make 2.16.1 the default binutilsMike Frysinger2005-06-271-1/+1
|
* import binutils 2.16.91.0.1Mike Frysinger2005-06-277-0/+503
|
* add #ifndef inhibit_libc in rs6000/linux-unwind.h to makeJoakim Tjernlund2005-06-251-0/+15
| | | | | powerpc gcc compile. This may be the wrong thing to do but atleast gcc compiles now.
* i kan spel, can u?"Steven J. Hill"2005-06-251-1/+1
|
* silly typoEric Andersen2005-06-251-1/+1
|
* don't use the older 2.0 squashfs formatEric Andersen2005-06-241-1/+1
|
* Upgrade to latest, handle endianness automagicallyEric Andersen2005-06-241-4/+25
|
* prevent whining about conflicting targetsEric Andersen2005-06-242-3/+7
|
* minor cleanupsEric Andersen2005-06-241-45/+54
|
* The '-r' option has gone awayEric Andersen2005-06-242-4/+4
|
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-2431-31/+31
|
* Finish implementing fakeroot handling so when we tar up theEric Andersen2005-06-241-8/+21
| | | | | rootfs, the tarball properly inherits device table settings and device nodes.
* Finish implementing fakeroot handling so mksquashfs properlyEric Andersen2005-06-244-35/+57
| | | | | inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively.
* Use fakeroot and makedevs to fake mksquashfs into building properly setup fileEric Andersen2005-06-244-43/+21
| | | | permissions and device nodes into the target rootfs without needing to be root.
* mksquashfs is always rebuilt before generating rootfs image. The attachedEric Andersen2005-06-241-2/+3
| | | | | | | | patch avoids this issue, by creating a .unpacked file in the squashfs directory after the source tarball is unpacked, and making the mksquashfs target depend on the .unpacked file. http://bugs.busybox.net/view.php?id=234
* This patch adds package configuration files for the LVM2 tools and itsEric Andersen2005-06-245-0/+191
| | | | | | | dependency, device-mapper. This will provide the basic tools needed to work with LVM2 volumes on the target system. http://bugs.busybox.net/view.php?id=183
* If you update the kernel headers tarball and run make against an already builtEric Andersen2005-06-231-0/+1
| | | | | | | | | | | | | | | | | buildroot, the header files will be re-extracted, but they will not be put in exactly the right place if the name of the extracted directory includes the kernel version numbers. For example, linux-libc-headers-2.4.25.tar.bz2 will be extracted to $(TOOLCHAIN_BUILD_DIR)/linux-libc-headers-2.4.25, and then the mv command will move the newly extracted headers into the already existing $(TOOLCHAIN_BUILD_DIR)/linux directory, instead of replacing that directory as desired. The fix is to first remove the $(TOOLCHAIN_BUILD_DIR)/linux directory and then do the mv command. http://bugs.busybox.net/view.php?id=296