diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-16 10:44:59 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-16 10:44:59 +0000 |
commit | fb7da5bbdef1add2057cb143d7323915fc7e68e8 (patch) | |
tree | 663ccfc09636ad646a7f467c484c11f40bc64ccf /target/linux/x86 | |
parent | 9e049ce25c73fbecf094ca66aeee083624ced629 (diff) | |
download | upstream-fb7da5bbdef1add2057cb143d7323915fc7e68e8.tar.gz upstream-fb7da5bbdef1add2057cb143d7323915fc7e68e8.tar.bz2 upstream-fb7da5bbdef1add2057cb143d7323915fc7e68e8.zip |
x86/net5501: switch to 3.3
Compile tested only.
SVN-Revision: 31752
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/net5501/config-3.3 | 19 | ||||
-rw-r--r-- | target/linux/x86/net5501/target.mk | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/target/linux/x86/net5501/config-3.3 b/target/linux/x86/net5501/config-3.3 new file mode 100644 index 0000000000..1ef6195086 --- /dev/null +++ b/target/linux/x86/net5501/config-3.3 @@ -0,0 +1,19 @@ +# CONFIG_ATA_PIIX is not set +CONFIG_DEBUG_BUGVERBOSE=y +CONFIG_GENERIC_GPIO=y +CONFIG_GPIOLIB=y +CONFIG_GPIO_SYSFS=y +# CONFIG_HIGHMEM64G is not set +CONFIG_HWMON=y +# CONFIG_ISDN is not set +# CONFIG_M486 is not set +# CONFIG_MATH_EMULATION is not set +CONFIG_MGEODE_LX=y +CONFIG_PATA_CS5536=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/net5501/target.mk b/target/linux/x86/net5501/target.mk index ddcbab3d32..30554c4c23 100644 --- a/target/linux/x86/net5501/target.mk +++ b/target/linux/x86/net5501/target.mk @@ -1,4 +1,4 @@ -LINUX_VERSION:=3.2.16 +LINUX_VERSION:=3.3.6 BOARDNAME:=Soekris net5501 FEATURES:=squashfs jffs2 ext4 pci usb gpio DEFAULT_PACKAGES += kmod-crypto-hw-geode kmod-crypto-ocf \ |