Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not include an empty resolv.conf | Eric Andersen | 2005-04-21 | 1 | -0/+0 |
| | |||||
* | don't put in a default resolv.conf. Some folks with a ro rootfs | Eric Andersen | 2005-04-21 | 1 | -2/+0 |
| | | | | will want to replace this, i.e. with a symlink to /tmp | ||||
* | Don't mess with /etc/default for now. | Eric Andersen | 2005-04-21 | 2 | -3/+0 |
| | |||||
* | Update init scripts a bit. Don't mess with /etc/default for now. | Eric Andersen | 2005-04-21 | 6 | -47/+44 |
| | |||||
* | Change all instances of 'ln -sf' to 'ln -snf' | Eric Andersen | 2005-04-15 | 11 | -43/+42 |
| | |||||
* | Some minor updates for the net4521 | Eric Andersen | 2005-04-15 | 5 | -13/+26 |
| | |||||
* | Add a bunch of patches snarfed from the debian gdb package | Eric Andersen | 2005-04-14 | 21 | -0/+3566 |
| | |||||
* | switch to mips32 | Eric Andersen | 2005-04-14 | 2 | -4/+4 |
| | |||||
* | Minor ltrace updates | Eric Andersen | 2005-04-14 | 1 | -2/+7 |
| | |||||
* | Update cramfs to handle switching endianness when necessary | Eric Andersen | 2005-04-14 | 3 | -1/+145 |
| | |||||
* | Fix up the build of libelf so it actually works | Eric Andersen | 2005-04-12 | 2 | -6/+23 |
| | |||||
* | Make busybox config file location a config option | Eric Andersen | 2005-04-12 | 4 | -6/+19 |
| | |||||
* | Apply patch from http://bugs.busybox.net/view.php?id=205 | Eric Andersen | 2005-04-12 | 1 | -1/+1 |
| | |||||
* | remove empty directory | Eric Andersen | 2005-04-11 | 0 | -0/+0 |
| | |||||
* | delete older 2.15.94.0.2 and add new 2.16.90.0.1 | Mike Frysinger | 2005-04-11 | 10 | -801/+155 |
| | |||||
* | - glib1 does not build a .so | Ned Ludd | 2005-04-08 | 1 | -2/+2 |
| | |||||
* | - fix broken concatenated lines. reported by hermannb bug #216 | Ned Ludd | 2005-04-08 | 1 | -1/+1 |
| | |||||
* | SnarlCat writes: add OBJCOPY to build environment Bug #213 | Mike Frysinger | 2005-04-07 | 1 | -1/+2 |
| | |||||
* | version bump | Mike Frysinger | 2005-04-05 | 1 | -4/+4 |
| | |||||
* | Minor platform updates | Eric Andersen | 2005-03-31 | 3 | -1/+3 |
| | |||||
* | update gdb a bit. remove support for ancient versions. | Eric Andersen | 2005-03-26 | 7 | -618/+68 |
| | |||||
* | Overwrite any existing link should there be one | Eric Andersen | 2005-03-26 | 1 | -1/+1 |
| | |||||
* | Add missing definition for 'struct ip_nat_multi_range_compat' so | Eric Andersen | 2005-03-22 | 1 | -0/+18 |
| | | | | that iptables can compile | ||||
* | force libelf to be selected | Mike Frysinger | 2005-03-21 | 1 | -0/+1 |
| | |||||
* | Bug #160, pgrayson writes: The readline package currently has a Makefile.in. ↵ | Mike Frysinger | 2005-03-21 | 2 | -6/+6 |
| | | | | This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk. | ||||
* | Bug #172, LordApollyon writes: Add support for latest openssl 0.9.7e, This ↵ | Mike Frysinger | 2005-03-21 | 2 | -3/+3 |
| | | | | will update the version to download as well as one line of the patch which needed correcting. | ||||
* | dont install fips crap | Mike Frysinger | 2005-03-21 | 1 | -0/+43 |
| | |||||
* | Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it ↵ | Mike Frysinger | 2005-03-21 | 1 | -2/+2 |
| | | | | should be BR2_PACKAGE_GDB_CLIENT. | ||||
* | Bump available sanitized kernel headers | Eric Andersen | 2005-03-18 | 2 | -16/+20 |
| | |||||
* | Don't let the system /usr/bin/install try to strip target binaries | Eric Andersen | 2005-03-17 | 1 | -2/+2 |
| | | | | | since it is too stupid to know about cross compilation, and will therefore try to use the system strip command, too ill effect. | ||||
* | Add support for udev, from Nathanael Noblet | Eric Andersen | 2005-03-15 | 3 | -0/+59 |
| | |||||
* | Teach the kernel config to also swing both ways | Eric Andersen | 2005-03-10 | 1 | -0/+3 |
| | |||||
* | Try out mips3 | Eric Andersen | 2005-03-10 | 1 | -2/+2 |
| | |||||
* | The DBAu1500 can run as either big or little endian | Eric Andersen | 2005-03-10 | 4 | -2/+159 |
| | |||||
* | Fix http://bugs.uclibc.org/view.php?id=135 | Eric Andersen | 2005-03-09 | 1 | -9/+11 |
| | | | | | | The ISC DHCP package only install the dhcrelay binary. Patch supplied to install server and client too, as configured. | ||||
* | Fix /http://bugs.uclibc.org/view.php?id=134 | Eric Andersen | 2005-03-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Per http://bugs.uclibc.org/view.php?id=130 | Eric Andersen | 2005-03-09 | 1 | -1/+1 |
| | | | | | sed needs to use different delimiters since the regex is using slashes from a filename | ||||
* | Fixup device table location | Eric Andersen | 2005-03-09 | 2 | -18/+14 |
| | |||||
* | patch from pgrayson: | Eric Andersen | 2005-03-09 | 3 | -38/+42 |
| | | | | | | | | | | | | | | | This patch does a couple mtd related things: * Updates to the latest (2005/01/22) mtd from debian.org * Fixes weird behavior where mkfs.jffs2 built for target was put into the staging dir. * Shows the mtd package in the package selection menu. When mtd is enabled, the various mtd utilities appear and can be individually selected. * Added a config item for sumtool, which is part of the mtd-utils and helps manage the new summary feature in jffs2 images. * Fixed mtd build dependency problem. The mtd utils dynamically link with libz.so, therefore the zlib package is prerequisite for any of the mtd utilities. | ||||
* | Be extra careful about where the uClibc config file comes from | Eric Andersen | 2005-03-09 | 1 | -0/+2 |
| | |||||
* | Add board support for AMD devel boards | Eric Andersen | 2005-03-09 | 1 | -0/+1 |
| | |||||
* | Add board support for the AMD DBAu1500 development board | Eric Andersen | 2005-03-09 | 74 | -0/+2899 |
| | |||||
* | Update dropbear to the new version. | Eric Andersen | 2005-03-09 | 2 | -2/+20 |
| | | | | Add a config option to handle low entropy system. | ||||
* | fix grammar | Eric Andersen | 2005-03-08 | 1 | -1/+1 |
| | |||||
* | Fixup gcc 3.3.3 and 3.3.4 builds with patches backported | Eric Andersen | 2005-03-08 | 10 | -0/+800 |
| | | | | from stuff I added to gcc-3.3.5 | ||||
* | Support building fakeroot for use on the host system, i.e. for | Eric Andersen | 2005-03-07 | 1 | -19/+61 |
| | | | | munging permissions on tarballs... | ||||
* | ncurses build with make -jN, N>1 seems racey | Eric Andersen | 2005-03-07 | 1 | -1/+1 |
| | |||||
* | gcc 3.4.0 also needs to not emit embedded pic relocs for mips | Eric Andersen | 2005-03-02 | 1 | -0/+83 |
| | |||||
* | Deal with it when binutils is being somewhat troublesome | Eric Andersen | 2005-03-02 | 1 | -0/+1 |
| | |||||
* | Fix things the other way round. Instead of restoring the mips | Eric Andersen | 2005-03-02 | 3 | -119/+59 |
| | | | | | embedded pic support into binutils, instead fixup gcc to not emit any embedded pic relocations. |