summaryrefslogtreecommitdiff
path: root/target/linux/x86
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-02 15:31:52 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-02 15:31:52 +0000
commitab3e3cacaa3c036629f4f82f49c27877402061e9 (patch)
tree44872b715cae0522193ee72b450744a8933dffe5 /target/linux/x86
parent4c223d7d4f8a325256bdcbcc602ea8662bde97c3 (diff)
downloadmtk-20170518-ab3e3cacaa3c036629f4f82f49c27877402061e9.zip
mtk-20170518-ab3e3cacaa3c036629f4f82f49c27877402061e9.tar.gz
mtk-20170518-ab3e3cacaa3c036629f4f82f49c27877402061e9.tar.bz2
alix2: convert from kernel version 3.3.8 to 3.7.5
[juhosg: use 3.7.5 instead of 3.7.3] Signed-off-by: Russell Senior <russell@personaltelco.net> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35457
Diffstat (limited to 'target/linux/x86')
-rw-r--r--target/linux/x86/alix2/config-3.728
-rw-r--r--target/linux/x86/alix2/target.mk2
2 files changed, 29 insertions, 1 deletions
diff --git a/target/linux/x86/alix2/config-3.7 b/target/linux/x86/alix2/config-3.7
new file mode 100644
index 0000000..63a46db
--- /dev/null
+++ b/target/linux/x86/alix2/config-3.7
@@ -0,0 +1,28 @@
+CONFIG_ALIX=y
+# CONFIG_CHARGER_SMB347 is not set
+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_ICH is not set
+CONFIG_GPIO_SYSFS=y
+# CONFIG_HIGHMEM64G is not set
+CONFIG_HWMON=y
+# CONFIG_INTEL_MEI is not set
+# 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 35fad36..e10e169 100644
--- a/target/linux/x86/alix2/target.mk
+++ b/target/linux/x86/alix2/target.mk
@@ -19,7 +19,7 @@ DEFAULT_PACKAGES += \
kmod-ledtrig-heartbeat kmod-ledtrig-gpio \
kmod-ledtrig-netdev \
kmod-cpu-msr hwclock wpad
-
+LINUX_VERSION:=3.7.5
CS5535_MASK:=0x0b000042
CFLAGS += -march=geode -Os -mmmx -m3dnow -fno-align-jumps -fno-align-functions \