summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/alix2
Commit message (Collapse)AuthorAgeFilesLines
* disable additional PATA drivers in global 3.2 and 3.3 config, remove ↵Jo-Philipp Wich2012-02-031-4/+0
| | | | | | redundant symbols from alix2 config SVN-Revision: 30024
* x86: move additional oddball PATA drivers These should only be enabled in ↵Jo-Philipp Wich2012-02-031-0/+4
| | | | | | the generic image, as they bloat all of the other targets. Also add symbols for NET5501, ALIX, and GEOS which were added backported to 3.2 and 3.3. Restore PC speaker to Geos target. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30019
* alix2, geos, net5501: remove kmod-ledtrig-netfilter, its not used by any ↵Jo-Philipp Wich2012-02-021-1/+1
| | | | | | standard system facility SVN-Revision: 30000
* alix2, goes, net5501: clean up default packages Remove packages which are ↵Jo-Philipp Wich2012-02-021-4/+2
| | | | | | dependencies of other packages Remove packages which are part of the default package list Remove DSL specific packages from net5501 Remove bridge package, we use the busybox applet Replace hostapd with wpad SVN-Revision: 29999
* alix2, net5501: bump both subtargets to Linux 3.2.2 to align with the restJo-Philipp Wich2012-02-021-1/+1
| | | | SVN-Revision: 29998
* alix2: correct h/w configuration Bump to version 3.2. Simplify and correct ↵Jo-Philipp Wich2012-02-012-16/+20
| | | | | | | | kernel config (based on x86/config-3.2). Drop obsolete CS5535 GPIO driver. [Patch from Philipp Prindeville, via http://patchwork.openwrt.org/patch/1804/] SVN-Revision: 29981
* base-files, target: assign name to system timeserver section, makes it ↵Jo-Philipp Wich2011-11-101-1/+1
| | | | | | easier to set servers on the cli SVN-Revision: 28933
* add timeserver config to target specific system configs as wellJo-Philipp Wich2011-11-041-2/+5
| | | | SVN-Revision: 28750
* Add patch for linux-3.0 as well.Daniel Dickinson2011-10-031-1/+1
| | | | | | | Fix typo from previous submission with input-keys-polled. Philip Prindeville - 2011-10-03 01:44:55 SVN-Revision: 28356
* A lot of these options get set automatically when Geode is selected.Daniel Dickinson2011-10-031-25/+4
| | | | | | | Don't make the config more complicated than it needs to be. Philip Prindeville - 2011-08-29 03:15:27 SVN-Revision: 28353
* update alix2 platform driverFlorian Fainelli2011-08-253-1/+41
| | | | | | | | | Add support for Ed Wildgoose's alix platform driver plus my enhancement to add GPIO soft button support. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 28081
* Add packages that will be relant as "There's a new Alix platform driver ↵Daniel Dickinson2011-08-082-1/+5
| | | | | | | | hitting linux-next upstream. Get ready for it in 2.6.39.4 and 3.0. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>" SVN-Revision: 27929
* x86/alix2: include WAN interface by defaultFelix Fietkau2011-07-261-1/+7
| | | | | | | | Include WAN interface by default, instead of putting both ports in the LAN bridge. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27787
* x86/alix2: fix typo in target makefileFelix Fietkau2011-07-261-2/+2
| | | | | | | | Cut and paste cruft from borrowing from Geos platform. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27786
* alix2: add/subtract features as neededJohn Crispin2011-07-031-3/+4
| | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27411
* alix2: add config files for bridgingFlorian Fainelli2011-06-251-0/+14
| | | | | | Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 27286
* x86: add additional companion chip drivers to alix2 and geosFelix Fietkau2011-05-311-3/+5
| | | | | | | | | | | | Add the MFGPT high precision timers, and integration into the schedule (clock events). Use OHCI, not UHCI usb module. Remove VIA SATA driver from Alix2... that was accidentally cloned from net5501 platform. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27038
* x86: remove pata-amd driver from generic x86 images, add addition cs553x modulesFelix Fietkau2011-05-311-0/+2
| | | | | | | | | | The pata-cs5535/pata-cs5536 driver is actually fairly rare: it only gets used on embedded platforms. Therefore, we remove it from the generic x86 configuration. Also, add definitions for other useful geode modules (high-res timers, MFGPT timers, etc). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27037
* Simple typo for kmod- prefix in alix2 target makefile.Daniel Dickinson2011-05-191-1/+1
| | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26945
* Add missed files from previous commit: This patch provides an image suitable ↵Daniel Dickinson2011-05-132-0/+72
for the alix2*, alix3, and alix6 headless (non-VGA equipped) SBC's. Note that the Alix6 uses GPIO 27 to disable wireless transmit (W_DIS#), whereas on all other versions this is used to actuate the speaker. GPIO 1 : SIM select (Alix6) GPIO 6 : LED1 GPIO 25 : LED2 GPIO 27 : LED3 or RFKILL (Alix6) GPIO 24 : Soft switch 1 No kernel version bump. Added i2c-scx200-acb for lm-sensors support. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26880