diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-02 07:36:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-02 07:36:44 +0000 |
commit | a98bf882f15ff22e82aa4350e5df975fec2161fd (patch) | |
tree | dd6b19a8ec57603615cec7e9e1429a91bdc2ba21 /target/linux/x86/alix2 | |
parent | a7107fe336243cad006fa051ca27a60667e95ff9 (diff) | |
download | upstream-a98bf882f15ff22e82aa4350e5df975fec2161fd.tar.gz upstream-a98bf882f15ff22e82aa4350e5df975fec2161fd.tar.bz2 upstream-a98bf882f15ff22e82aa4350e5df975fec2161fd.zip |
x86/alix2: add kernel config for 3.10
Taken from the 'alix2: update to LINUX_VERSION 3.10.9'
patch: http://patchwork.openwrt.org/patch/3971/.
Russell says in the original patch:
"Initial whack at updating alix2 to a current kernel. It builds
and runs without problems so far. I copied target/linux/config-3.8,
target/linux/x86/alix2/config-3.8, and target/linux/patches-3.8 to
their 3.10 equivalents and tweaked until it built. The patches
required no changes."
The current patch contains additional configuration tweaks.
Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37868 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/alix2')
-rw-r--r-- | target/linux/x86/alix2/config-3.10 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/x86/alix2/config-3.10 b/target/linux/x86/alix2/config-3.10 new file mode 100644 index 0000000000..344223447f --- /dev/null +++ b/target/linux/x86/alix2/config-3.10 @@ -0,0 +1,24 @@ +CONFIG_ALIX=y +CONFIG_DEBUG_BUGVERBOSE=y +CONFIG_DMI=y +CONFIG_DMIID=y +# CONFIG_DMI_SYSFS is not set +# 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 |