summaryrefslogtreecommitdiffstats
path: root/target/linux/x86-2.6
Commit message (Collapse)AuthorAgeFilesLines
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-09-0615-5824/+0
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add sysupgrade script for config preserving system upgrades. only ↵nbd2007-08-211-0/+27
| | | | | | implemented for x86-2.6 at the moment, but can be ported to other platforms easily git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8456 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move to 2.6.22.4florian2007-08-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable CONFIG_EMBEDDED for x86-2.6, enable KALLSYMSnbd2007-08-191-31/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable kexec for x86 as well (#2141)florian2007-08-071-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup/restructuring as described in ↵nbd2007-08-072-6/+6
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Better x86 generic config, the lzma decompressor is now reliable (thanks to ↵florian2007-07-302-1/+41
| | | | | | Daniel Gimpelevich) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8233 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dynamically enable/disable kernel config options for kmod packages based on ↵nbd2007-07-181-0/+1
| | | | | | build system config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove the bogus pciutils dependencyflorian2007-07-161-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bump to 2.6.22.1mbm2007-07-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7915 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.22 is released :)nbd2007-07-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7894 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove ARCH:=i686 from s100 profile - the build system can't handle that ↵nbd2007-07-091-1/+0
| | | | | | properly yet git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7893 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some updates for s100blogic2007-07-082-6/+102
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7891 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added i686 support and profile for t-vision s100blogic2007-07-082-0/+444
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fill in the kernel version info for every target, move the kernel tarball ↵nbd2007-06-281-2/+1
| | | | | | md5sums to a central place git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to 2.6.22-rc5 (#1915)nbd2007-06-182-4/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch over x86 to 2.6.22-rc4nbd2007-06-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prepare for the transition to linux 2.6.22 - make it possible to override ↵nbd2007-06-162-0/+18
| | | | | | the kernel version in the target makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7644 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic profile for x86, no packages auto-selectedpavlov2007-06-071-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7519 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more kernel config cleanupnbd2007-05-311-18/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh x86 kernel confignbd2007-05-261-8/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update x86 config and move some config defaults to the config templatenbd2007-05-231-217/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix x86 boot filesystem allocation (#1736)nbd2007-05-231-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pcmcia/pccard build defaultsnbd2007-05-191-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for 16 bit pcmcia cardsnbd2007-05-111-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use generic inittab for x86mbm2007-05-101-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add profile for Soekris Net4801 boards (#1072)florian2007-04-162-1/+63
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6962 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reversal of previous dummy commithcg2007-03-311-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Dummy update - to be reversedhcg2007-03-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6775 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove screwy network config override from x86-2.6 base-filesnbd2007-03-121-19/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops... forgot to make x86-2.6 ext2 images use preinit as well :)nbd2007-03-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6546 3c298f89-4303-0410-b956-a3cf2f4a3e73
* split out scsi module support and add ata piix supportpavlov2007-03-071-0/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6535 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add vga console support for x86-2.6 images (fixes #1342, #840)nbd2007-03-063-7/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing init=/etc/preinit cmdline parameternbd2007-03-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable ne2k-pci by defaultnbd2007-03-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add failsafe support for x86-2.6 and fix mdev support for platforms using ↵nbd2007-03-032-0/+6
| | | | | | /etc/preinit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6481 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the rest of the structure for the targets that dont have profiles yetpavlov2007-03-031-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* commit profile support for base-files... patches still need to be donepavlov2007-03-021-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* copy the initramfs kernel to bin/ on x86-2.6 (fixes #1359)nbd2007-03-021-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable grub images in menuconfig for squashfsnbd2007-03-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6453 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make squashfs overlay support more generic and integrate it for x86-2.6nbd2007-03-023-5/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip double quotes from grub boot options (fixes #1406)nbd2007-02-281-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up a few things in image build makefiles and fix unnecessary grub rebuildsnbd2007-02-251-26/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6360 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add optional padding for x86 grub images (useful for running jffs2 images in ↵nbd2007-02-253-1/+7
| | | | | | qemu) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing config filesnbd2007-02-221-0/+439
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Reorganize kernel configs - target/linux/*/config is now a directory.nbd2007-02-222-2016/+0
| | | | | | | | | | | ./config/default will replace the old config and config-diff (format is like config-diff, the full kernel config is no longer kept in the build system) This commit removes all the kernel config stuff, the next one will add the replacement - there's no way to do this atomically with svn. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add e1000 supportnbd2007-02-162-56/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port [6229] to kamikazenbd2007-02-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up the x86 image build a bit, fixing unconditional copy of grub filespavlov2007-02-011-5/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6237 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the natsemi preselection into the x86 default package listnbd2007-01-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6227 3c298f89-4303-0410-b956-a3cf2f4a3e73