diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-16 10:45:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-16 10:45:02 +0000 |
commit | c3340cff150e049e566f5c622f6f7968c2cfea3e (patch) | |
tree | ceb8a838cbbd25198bb03ffc4be1e3e453f45e65 /target/linux/x86 | |
parent | d65bd1499ce08a43b2c4e440fc5386d154e39e99 (diff) | |
download | upstream-c3340cff150e049e566f5c622f6f7968c2cfea3e.tar.gz upstream-c3340cff150e049e566f5c622f6f7968c2cfea3e.tar.bz2 upstream-c3340cff150e049e566f5c622f6f7968c2cfea3e.zip |
x86/alix2: switch to 3.3
Compile tested only.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31753 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/alix2/config-3.3 | 25 | ||||
-rw-r--r-- | target/linux/x86/alix2/target.mk | 2 |
2 files changed, 26 insertions, 1 deletions
diff --git a/target/linux/x86/alix2/config-3.3 b/target/linux/x86/alix2/config-3.3 new file mode 100644 index 0000000000..ee7e3a780f --- /dev/null +++ b/target/linux/x86/alix2/config-3.3 @@ -0,0 +1,25 @@ +CONFIG_ALIX=y +CONFIG_DEBUG_BUGVERBOSE=y +CONFIG_DMI=y +CONFIG_DMIID=y +# CONFIG_DMI_SYSFS is not set +CONFIG_GENERIC_GPIO=y +# CONFIG_GEOS is not set +CONFIG_GPIOLIB=y +CONFIG_GPIO_SYSFS=y +# CONFIG_HIGHMEM64G is not set +CONFIG_HWMON=y +# CONFIG_LEDS_CLEVO_MAIL is not set +# CONFIG_M486 is not set +# CONFIG_MATH_EMULATION is not set +CONFIG_MGEODE_LX=y +CONFIG_NLS=y +CONFIG_PATA_CS5536=y +CONFIG_PCI_LABEL=y +# CONFIG_SCx200 is not set +CONFIG_THERMAL_HWMON=y +CONFIG_X86_CMOV=y +CONFIG_X86_DEBUGCTLMSR=y +CONFIG_X86_TSC=y +CONFIG_X86_USE_3DNOW=y +CONFIG_X86_USE_PPRO_CHECKSUM=y diff --git a/target/linux/x86/alix2/target.mk b/target/linux/x86/alix2/target.mk index 52e00cf010..24ebad99e3 100644 --- a/target/linux/x86/alix2/target.mk +++ b/target/linux/x86/alix2/target.mk @@ -1,4 +1,4 @@ -LINUX_VERSION:=3.2.16 +LINUX_VERSION:=3.3.6 BOARDNAME:=PCEngines alix2 FEATURES:=squashfs jffs2 ext4 pci usb gpio DEFAULT_PACKAGES += \ |