Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor updates | Eric Andersen | 2005-07-27 | 2 | -0/+155 |
| | |||||
* | Fixup standalong makedevs to handle regular files, and also fix | Eric Andersen | 2005-07-18 | 1 | -1/+32 |
| | | | | it to properly update file permissions as specified. | ||||
* | Run ldconfig on the target rootfs to generate /etc/ld.so.cache | Eric Andersen | 2005-07-14 | 5 | -0/+5 |
| | |||||
* | Add device nodes for /dev/input by default (xorg and others want then) | Eric Andersen | 2005-07-14 | 1 | -2/+10 |
| | |||||
* | Patrick Doyle writes: | Mike Frysinger | 2005-07-11 | 2 | -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 | ||||
* | silly typo | Eric Andersen | 2005-06-25 | 1 | -1/+1 |
| | |||||
* | don't use the older 2.0 squashfs format | Eric Andersen | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | Upgrade to latest, handle endianness automagically | Eric Andersen | 2005-06-24 | 1 | -4/+25 |
| | |||||
* | minor cleanups | Eric Andersen | 2005-06-24 | 1 | -45/+54 |
| | |||||
* | The '-r' option has gone away | Eric Andersen | 2005-06-24 | 2 | -4/+4 |
| | |||||
* | be a bit more consistant with naming, always escape wildcards | Eric Andersen | 2005-06-24 | 3 | -3/+3 |
| | |||||
* | Finish implementing fakeroot handling so when we tar up the | Eric Andersen | 2005-06-24 | 1 | -8/+21 |
| | | | | | rootfs, the tarball properly inherits device table settings and device nodes. | ||||
* | Finish implementing fakeroot handling so mksquashfs properly | Eric Andersen | 2005-06-24 | 3 | -35/+54 |
| | | | | | 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 file | Eric Andersen | 2005-06-24 | 3 | -41/+21 |
| | | | | permissions and device nodes into the target rootfs without needing to be root. | ||||
* | mksquashfs is always rebuilt before generating rootfs image. The attached | Eric Andersen | 2005-06-24 | 1 | -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 | ||||
* | New target/device: Via epia-mii: | Eric Andersen | 2005-06-23 | 5 | -0/+1569 |
| | | | | | | | | | Creates a target for the epia-mii board. Fairly generic, based on 2.6 kernel. Doesn't override the busybox or uclibc configurations. Includes one patch, which I still can't get to apply (it applies cleanly manually, but isn't applied through buildroot). http://bugs.busybox.net/view.php?id=188 | ||||
* | Add support for building a few commonly used bootloaders | Eric Andersen | 2005-06-23 | 7 | -0/+177 |
| | |||||
* | Make the sourceforge mirror site a config option, as sourceforge | Eric Andersen | 2005-06-09 | 2 | -2/+2 |
| | | | | mirrors tend to change, move, go down, etc from time to time. | ||||
* | routine .config update | Eric Andersen | 2005-06-09 | 1 | -1/+17 |
| | |||||
* | Add a standalone makedevs application to be used along with | Eric Andersen | 2005-06-09 | 2 | -0/+506 |
| | | | | | | fakeroot to construct target device nodes for filesystems and utilities (such as tar) that do not currently support device tables natively. | ||||
* | Teach cramfs to handle byteswapping sanely. I want to specify | Eric Andersen | 2005-05-06 | 2 | -11/+21 |
| | | | | | big endian or little endian, not whether to unconditionally do byteswapping regardless of build system byte order. | ||||
* | Initial support for MS7206SE01 sh2a board. | Paul Mundt | 2005-05-03 | 5 | -0/+164 |
| | |||||
* | Get the board-specific dependencies right. | Paul Mundt | 2005-05-02 | 2 | -1/+9 |
| | | | | | | | | Currently each board is dumping all of its config options regardless of whether we are even on the right architecture or not (this is due to outright sourcing of the configs at the upper level..). Dependency resolution either needs to be done there, or at the board-specific level. | ||||
* | 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 | ||||
* | Change all instances of 'ln -sf' to 'ln -snf' | Eric Andersen | 2005-04-15 | 1 | -2/+1 |
| | |||||
* | Some minor updates for the net4521 | Eric Andersen | 2005-04-15 | 5 | -13/+26 |
| | |||||
* | switch to mips32 | Eric Andersen | 2005-04-14 | 2 | -4/+4 |
| | |||||
* | Update cramfs to handle switching endianness when necessary | Eric Andersen | 2005-04-14 | 3 | -1/+145 |
| | |||||
* | Make busybox config file location a config option | Eric Andersen | 2005-04-12 | 2 | -2/+2 |
| | |||||
* | Apply patch from http://bugs.busybox.net/view.php?id=205 | Eric Andersen | 2005-04-12 | 1 | -1/+1 |
| | |||||
* | - fix broken concatenated lines. reported by hermannb bug #216 | Ned Ludd | 2005-04-08 | 1 | -1/+1 |
| | |||||
* | Minor platform updates | Eric Andersen | 2005-03-31 | 3 | -1/+3 |
| | |||||
* | 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 |
| | |||||
* | Fixup device table location | Eric Andersen | 2005-03-09 | 2 | -18/+14 |
| | |||||
* | 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 |
| | |||||
* | Fix Soekris net4521 kernel config location | Eric Andersen | 2005-03-01 | 1 | -1/+1 |
| | |||||
* | ext2 was renamed, update config option | Mike Frysinger | 2005-02-25 | 1 | -1/+1 |
| | |||||
* | rename patches to avoid any confision as to patch order | Eric Andersen | 2005-02-25 | 2 | -0/+0 |
| | |||||
* | target/device/Soekris/net4521/linux.mk should only be used when | Eric Andersen | 2005-02-24 | 1 | -1/+2 |
| | | | | BR2_TARGET_SOEKRIS_NET4521 is enabled. | ||||
* | fixup kernel compile | Eric Andersen | 2005-02-22 | 2 | -10/+6 |
| | |||||
* | Do not squash perms, just owner | Eric Andersen | 2005-02-18 | 1 | -1/+1 |
| | |||||
* | move stuff around a little bit more | Eric Andersen | 2005-02-18 | 2 | -2/+5 |
| | |||||
* | I need this bit too | Eric Andersen | 2005-02-17 | 1 | -0/+8 |
| | |||||
* | more example device support | Eric Andersen | 2005-02-17 | 4 | -7/+637 |
| | |||||
* | fixup a couple of typos | Eric Andersen | 2005-02-17 | 1 | -2/+2 |
| | |||||
* | move more stuff around for better board support | Eric Andersen | 2005-02-17 | 34 | -15/+1078 |
| |