summaryrefslogtreecommitdiffstats
path: root/target/linux/x86
Commit message (Collapse)AuthorAgeFilesLines
...
* bump x86 to 2.6.23.11, latest of 23 branchTim Yardley2007-12-181-1/+1
| | | | SVN-Revision: 9798
* LED driver for PCEngines ALIX boardsFelix Fietkau2007-12-141-2/+2
| | | | | | | | | | | | | This patch adds a driver for the three LEDs that exists on the PCEngines ALIX 2 and 3 series boards. The driver is also added to the Alix profile. Signed-off-by: Petr Liebman <petrliebman@gmail.com> -- SVN-Revision: 9748
* bump kernel to 2.6.23.9 for x86Tim Yardley2007-12-081-1/+1
| | | | SVN-Revision: 9675
* add support for the PCEngines AlixTravis Kemen2007-11-282-1/+17
| | | | SVN-Revision: 9611
* make the image filenames a bit shorterFelix Fietkau2007-11-101-4/+4
| | | | SVN-Revision: 9533
* move a few config options to the generic templates to avoid kernel config ↵Felix Fietkau2007-11-071-6/+0
| | | | | | questions SVN-Revision: 9510
* Update S100 profile (#2587)Florian Fainelli2007-10-291-1/+2
| | | | SVN-Revision: 9459
* Fix the r8169 kernel module (#2554)Florian Fainelli2007-10-241-3/+0
| | | | SVN-Revision: 9436
* silence a bogus preinit messageFelix Fietkau2007-10-241-1/+1
| | | | SVN-Revision: 9429
* We are now at .23.1Florian Fainelli2007-10-231-1/+1
| | | | SVN-Revision: 9415
* reorganize subtargets, sort subtargets below top level targetsFelix Fietkau2007-10-203-5/+4
| | | | SVN-Revision: 9378
* added rtl8169, from #2554John Crispin2007-10-161-0/+3
| | | | SVN-Revision: 9339
* fixed missing kernel option for x86John Crispin2007-10-141-4/+1
| | | | SVN-Revision: 9319
* fixed generation of iso imagesJohn Crispin2007-10-141-1/+1
| | | | SVN-Revision: 9317
* move a few config symbols to the 2.6.23 templateFelix Fietkau2007-10-131-19/+0
| | | | SVN-Revision: 9288
* updated x86 kernelconfigJohn Crispin2007-10-121-32/+27
| | | | SVN-Revision: 9272
* move x86 to 2.6.23John Crispin2007-10-113-1/+1
| | | | SVN-Revision: 9264
* move grub menu.lst to the right placeFelix Fietkau2007-10-092-1/+16
| | | | SVN-Revision: 9216
* move grub to package/Felix Fietkau2007-10-095-4586/+1
| | | | SVN-Revision: 9212
* only require mkisofs if isofs root is actually selectedFelix Fietkau2007-10-091-1/+1
| | | | SVN-Revision: 9211
* added generation of x86 livecds, from #2391John Crispin2007-10-083-2/+19
| | | | SVN-Revision: 9191
* added subtargets to x86John Crispin2007-10-047-0/+448
| | | | SVN-Revision: 9128
* get rid of per-profile base-filesGabor Juhos2007-09-292-0/+0
| | | | SVN-Revision: 9069
* add missing 2.6 conntrack/nat helpers, add 2.6 conntrack/nat helper for RTSP ↵Nicolas Thill2007-09-221-1/+0
| | | | | | (closes: #2297, thanks to aorlinsk), sync 2.4 / 2.6 kconfigs. SVN-Revision: 8955
* clean up jffs2 config optionsFelix Fietkau2007-09-191-1/+0
| | | | SVN-Revision: 8848
* made HOME=/root global instead of x86 specificJohn Crispin2007-09-193-21/+0
| | | | SVN-Revision: 8845
* root users folder is now in the fs and no longer /tmpJohn Crispin2007-09-193-0/+21
| | | | SVN-Revision: 8844
* changed the timeout for grub to load the menu from 10 secs to 2 secsJohn Crispin2007-09-161-1/+1
| | | | SVN-Revision: 8815
* fixes menuconfig selection of grub for x86 targetsJohn Crispin2007-09-091-1/+1
| | | | SVN-Revision: 8713
* oops. forgot to move the config around for x86Felix Fietkau2007-09-093-573/+41
| | | | SVN-Revision: 8698
* adapt profiles for subtarget changesFelix Fietkau2007-09-081-3/+0
| | | | SVN-Revision: 8695
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-081-2/+2
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0615-0/+5824
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653