summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/alix2/target.mk
Commit message (Collapse)AuthorAgeFilesLines
* x86: remove subtarget specific LINUX_VERSION overridesjuhosg2012-05-181-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/alix2: switch to 3.3juhosg2012-05-161-1/+1
| | | | | | Compile tested only. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.2 to 3.2.16jogo2012-04-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: x86: also update subtarget kernel versionsjogo2012-04-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] alix2: add require crypto kmods (#10410)jow2012-03-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] alix2, geos: Adjust CFLAGSacinonyx2012-02-071-2/+2
| | | | | | | | Clone of CFLAGS change from r30013 into Geos and Alix platforms. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] alix2, geos, net5501: remove kmod-ledtrig-netfilter, its not used by ↵jow2012-02-021-1/+1
| | | | | | any standard system facility git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30000 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] alix2, goes, net5501: clean up default packagesjow2012-02-021-4/+2
| | | | | | | | | | | Remove packages which are 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] alix2, net5501: bump both subtargets to Linux 3.2.2 to align with the restjow2012-02-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] alix2: correct h/w configurationjow2012-02-011-4/+4
| | | | | | | | | | | Bump to version 3.2. Simplify and correct kernel config (based on x86/config-3.2). Drop obsolete CS5535 GPIO driver. [Patch from Philipp Prindeville, via http://patchwork.openwrt.org/patch/1804/] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29981 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add patch for linux-3.0 as well.cshore2011-10-031-1/+1
| | | | | | | Fix typo from previous submission with input-keys-polled. Philip Prindeville - 2011-10-03 01:44:55 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] update alix2 platform driverflorian2011-08-251-1/+2
| | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28081 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add packages that will be relant as "There's a new Alix platform driver ↵cshore2011-08-081-1/+4
| | | | | | | | 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>" git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27929 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/alix2: fix typo in target makefilenbd2011-07-261-2/+2
| | | | | | | | Cut and paste cruft from borrowing from Geos platform. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27786 3c298f89-4303-0410-b956-a3cf2f4a3e73
* alix2: add/subtract features as neededblogic2011-07-031-3/+4
| | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: add additional companion chip drivers to alix2 and geosnbd2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27038 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Simple typo for kmod- prefix in alix2 target makefile.cshore2011-05-191-1/+1
| | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26945 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add missed files from previous commit: This patch provides an image suitable ↵cshore2011-05-131-0/+30
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26880 3c298f89-4303-0410-b956-a3cf2f4a3e73