summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* don't put in a default resolv.conf. Some folks with a ro rootfsEric Andersen2005-04-211-2/+0
| | | | will want to replace this, i.e. with a symlink to /tmp
* Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen2005-04-151-2/+1
|
* Some minor updates for the net4521Eric Andersen2005-04-155-13/+26
|
* switch to mips32Eric Andersen2005-04-142-4/+4
|
* Update cramfs to handle switching endianness when necessaryEric Andersen2005-04-143-1/+145
|
* Make busybox config file location a config optionEric Andersen2005-04-122-2/+2
|
* Apply patch from http://bugs.busybox.net/view.php?id=205Eric Andersen2005-04-121-1/+1
|
* - fix broken concatenated lines. reported by hermannb bug #216Ned Ludd2005-04-081-1/+1
|
* Minor platform updatesEric Andersen2005-03-313-1/+3
|
* Teach the kernel config to also swing both waysEric Andersen2005-03-101-0/+3
|
* Try out mips3Eric Andersen2005-03-101-2/+2
|
* The DBAu1500 can run as either big or little endianEric Andersen2005-03-104-2/+159
|
* Fixup device table locationEric Andersen2005-03-092-18/+14
|
* Add board support for AMD devel boardsEric Andersen2005-03-091-0/+1
|
* Add board support for the AMD DBAu1500 development boardEric Andersen2005-03-0974-0/+2899
|
* Fix Soekris net4521 kernel config locationEric Andersen2005-03-011-1/+1
|
* ext2 was renamed, update config optionMike Frysinger2005-02-251-1/+1
|
* rename patches to avoid any confision as to patch orderEric Andersen2005-02-252-0/+0
|
* target/device/Soekris/net4521/linux.mk should only be used when Eric Andersen2005-02-241-1/+2
| | | | BR2_TARGET_SOEKRIS_NET4521 is enabled.
* fixup kernel compileEric Andersen2005-02-222-10/+6
|
* Do not squash perms, just ownerEric Andersen2005-02-181-1/+1
|
* move stuff around a little bit moreEric Andersen2005-02-182-2/+5
|
* I need this bit tooEric Andersen2005-02-171-0/+8
|
* more example device supportEric Andersen2005-02-174-7/+637
|
* fixup a couple of typosEric Andersen2005-02-171-2/+2
|
* move more stuff around for better board supportEric Andersen2005-02-1734-15/+1078
|
* more changes towards better board supportEric Andersen2005-02-171-0/+6
|
* more changes towards better board supportEric Andersen2005-02-178-32/+7
|
* shuffle things aroundEric Andersen2005-02-172-4/+5
|
* Move stuff aroundEric Andersen2005-02-1741-0/+17
|
* Move device table toEric Andersen2005-02-171-0/+0
|
* Add the new device directoryEric Andersen2005-02-177-1/+29
|
* cleanup whitespaceEric Andersen2005-02-161-5/+5
|
* doh. The first hunk of my patch was redundantEric Andersen2005-02-151-9/+0
|
* Fix it so that owners and permissions specified in device tableEric Andersen2005-02-151-0/+22
| | | | entires are not squashed.
* We need to calculate filesystem size right when we run genext2fs.Eric Andersen2005-02-121-22/+24
| | | | | As was, size was calculated right when 'make' was run, at which point the rootfs may well be empty...
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-1010-17/+41
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* menuconfig -> configMike Frysinger2005-02-102-2/+2
|
* Fix broken config menuEric Andersen2005-02-091-1/+1
|
* touchup description to look like all the othersMike Frysinger2005-02-091-2/+1
|
* allow users to generate tarballs of the target filesystemMike Frysinger2005-02-094-3/+43
|
* touchupsMike Frysinger2005-02-091-6/+3
|
* add URL for more infoMike Frysinger2005-02-091-0/+1
|
* Patch from gtj: http://bugs.uclibc.org/view.php?id=40Eric Andersen2005-01-232-29/+102
| | | | | | | | | | | | | | | | | | | | 0000040: Adds options to jffs2 filesystem creation Brings jffs2 up to the 20041007 build level so it will compile with both 2.4 and 2.6 kernels. Adds ability to specify eraseblock and pad sizes, permissions squash, big/little endian and device table in the configuration. Also adds capability to copy the resulting image to a secondary location like a tftp server's root directory. mtd.patch adds capabilities of the previously attached patch plus allows you to compile a version of the utilities to run on the target system. So now there's a set of config options under package to compile the utils for distribution to the target and a set of config options under target to create a jffs2 filesystem.
* Patch from gtj -- http://bugs.uclibc.org/view.php?id=39Eric Andersen2005-01-232-5/+100
| | | | | | | | | | 0000039: Adds options to ext2 filesystem creation Adds ability to specify block and inode counts, reserved blocks, permissions squash and device table in the configuration. Also adds capability to gzip output and to copy the resulting image to a secondary location like a tftp server's root directory.
* Update to latest CVS version of genext2fsEric Andersen2004-12-272-598/+7859
| | | | | http://cvs.sourceforge.net/viewcvs.py/genext2fs/ which includes my device table stuff
* Philip Rakity <prakity@yahoo.com>: I forgot to mention that the makefile in ↵Mike Frysinger2004-12-221-1/+1
| | | | | | | genextfs has one error that the macosx ld program detects -- this is the duplicate -o option
* use fs type as file extensionTim Riker2004-10-274-4/+4
|
* Fix it so we once again build the target root_fsEric Andersen2004-10-092-0/+9
|
* Fix it so we once again build the target root_fsEric Andersen2004-10-096-1/+22
|