Commit Graph

78 Commits (c6bc77ea365704f3f5c79d64aed069792a4e95b1)

Author SHA1 Message Date
Felix Fietkau c6bc77ea36 build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
SVN-Revision: 8362
17 years ago
Florian Fainelli 4e0563e185 Better x86 generic config, the lzma decompressor is now reliable (thanks to Daniel Gimpelevich)
SVN-Revision: 8233
17 years ago
Felix Fietkau 8e42553971 dynamically enable/disable kernel config options for kmod packages based on build system config
SVN-Revision: 8026
17 years ago
Florian Fainelli 1473b7b5ea Remove the bogus pciutils dependency
SVN-Revision: 8007
17 years ago
Mike Baker be6a41df04 bump to 2.6.22.1
SVN-Revision: 7915
17 years ago
Felix Fietkau d8ced3b2ff 2.6.22 is released :)
SVN-Revision: 7894
17 years ago
Felix Fietkau 5ac6d7263c remove ARCH:=i686 from s100 profile - the build system can't handle that properly yet
SVN-Revision: 7893
17 years ago
John Crispin 3a88b0b94d some updates for s100
SVN-Revision: 7891
17 years ago
John Crispin 648cf7c524 added i686 support and profile for t-vision s100
SVN-Revision: 7890
17 years ago
Felix Fietkau 41af082667 fill in the kernel version info for every target, move the kernel tarball md5sums to a central place
SVN-Revision: 7748
17 years ago
Felix Fietkau 1c0f8d64f8 update to 2.6.22-rc5 (#1915)
SVN-Revision: 7659
17 years ago
Felix Fietkau 5a72d6d43e switch over x86 to 2.6.22-rc4
SVN-Revision: 7653
17 years ago
Felix Fietkau f019ac4dc9 prepare for the transition to linux 2.6.22 - make it possible to override the kernel version in the target makefile
SVN-Revision: 7644
17 years ago
Tim Yardley 882e17e723 generic profile for x86, no packages auto-selected
SVN-Revision: 7519
17 years ago
Felix Fietkau 2801c15eaa more kernel config cleanup
SVN-Revision: 7412
17 years ago
Felix Fietkau d4cce8a452 refresh x86 kernel config
SVN-Revision: 7346
17 years ago
Felix Fietkau 7e07265588 update x86 config and move some config defaults to the config template
SVN-Revision: 7323
17 years ago
Felix Fietkau b71b54bb25 fix x86 boot filesystem allocation (#1736)
SVN-Revision: 7312
17 years ago
Felix Fietkau 84b235140c fix pcmcia/pccard build defaults
SVN-Revision: 7275
17 years ago
Felix Fietkau ac58dbb471 add support for 16 bit pcmcia cards
SVN-Revision: 7182
17 years ago
Mike Baker b1568474b3 use generic inittab for x86
SVN-Revision: 7175
17 years ago
Florian Fainelli 0eb7f75195 Add profile for Soekris Net4801 boards (#1072)
SVN-Revision: 6962
17 years ago
Hamish Guthrie 227346dd55 reversal of previous dummy commit
SVN-Revision: 6776
17 years ago
Hamish Guthrie 52a7d96edd Dummy update - to be reversed
SVN-Revision: 6775
17 years ago
Felix Fietkau f7809d07c8 remove screwy network config override from x86-2.6 base-files
SVN-Revision: 6558
17 years ago
Felix Fietkau 04fd1d444a oops... forgot to make x86-2.6 ext2 images use preinit as well :)
SVN-Revision: 6546
17 years ago
Tim Yardley fbbad27a41 split out scsi module support and add ata piix support
SVN-Revision: 6535
17 years ago
Felix Fietkau 4af390ee76 add vga console support for x86-2.6 images (fixes #1342, #840)
SVN-Revision: 6530
17 years ago
Felix Fietkau cf282c9a69 add missing init=/etc/preinit cmdline parameter
SVN-Revision: 6523
17 years ago
Felix Fietkau 6bbbeb5d67 enable ne2k-pci by default
SVN-Revision: 6517
17 years ago
Felix Fietkau c96e173c28 add failsafe support for x86-2.6 and fix mdev support for platforms using /etc/preinit
SVN-Revision: 6481
17 years ago
Tim Yardley 747e57ffe2 make the rest of the structure for the targets that dont have profiles yet
SVN-Revision: 6475
17 years ago
Tim Yardley 484609eeb0 commit profile support for base-files... patches still need to be done
SVN-Revision: 6465
17 years ago
Felix Fietkau 983544f859 copy the initramfs kernel to bin/ on x86-2.6 (fixes #1359)
SVN-Revision: 6463
17 years ago
Felix Fietkau 28ab697fae enable grub images in menuconfig for squashfs
SVN-Revision: 6453
17 years ago
Felix Fietkau 68ca8e7818 make squashfs overlay support more generic and integrate it for x86-2.6
SVN-Revision: 6450
17 years ago
Felix Fietkau cb3fc42f71 strip double quotes from grub boot options (fixes #1406)
SVN-Revision: 6419
18 years ago
Felix Fietkau 653f61fb3e clean up a few things in image build makefiles and fix unnecessary grub rebuilds
SVN-Revision: 6360
18 years ago
Felix Fietkau 738ca6f657 add optional padding for x86 grub images (useful for running jffs2 images in qemu)
SVN-Revision: 6359
18 years ago
Felix Fietkau 2bcaa1fecd add missing config files
SVN-Revision: 6338
18 years ago
Felix Fietkau e78fb96964 Reorganize kernel configs - target/linux/*/config is now a directory. ./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.
SVN-Revision: 6337
18 years ago
Felix Fietkau 144ebddd61 add e1000 support
SVN-Revision: 6315
18 years ago
Felix Fietkau 8e88bb54ba port [6229] to kamikaze
SVN-Revision: 6275
18 years ago
Tim Yardley 48a4bcc0b7 clean up the x86 image build a bit, fixing unconditional copy of grub files
SVN-Revision: 6237
18 years ago
Felix Fietkau f7f09b3ece move the natsemi preselection into the x86 default package list
SVN-Revision: 6227
18 years ago
Florian Fainelli acf6ec373e Add chaostable from #1187, also enable netfilter modules for ixp4xx.
SVN-Revision: 6182
18 years ago
Felix Fietkau 6ff2e88641 fix x86 image builder
SVN-Revision: 6100
18 years ago
Felix Fietkau 7a6a646497 Add initial version of the new Image Builder It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested.
SVN-Revision: 6071
18 years ago
Felix Fietkau 36f961d406 fix grub bootopts (#1145)
SVN-Revision: 6019
18 years ago
Nicolas Thill 1cd10f0538 add a patch for grub-0.97 from LFS to fix segfaults on x86_64
SVN-Revision: 5974
18 years ago