diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-18 20:10:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-18 20:10:33 +0000 |
commit | a5c66329a0b9f24a086a22f7bb1a252f0be7a15b (patch) | |
tree | 774f8ea37948879fbd72e3837910ead917c1fcbc /target/linux/x86/ep80579/target.mk | |
parent | a06bfceffa89d8aad7c1ac3a2f392aba0b40ba00 (diff) | |
download | upstream-a5c66329a0b9f24a086a22f7bb1a252f0be7a15b.tar.gz upstream-a5c66329a0b9f24a086a22f7bb1a252f0be7a15b.tar.bz2 upstream-a5c66329a0b9f24a086a22f7bb1a252f0be7a15b.zip |
x86/ep80579: switch to 3.3
Also fix build errors in the ep80579-drivers package.
Compile tested only.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31802 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/ep80579/target.mk')
-rw-r--r-- | target/linux/x86/ep80579/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/ep80579/target.mk b/target/linux/x86/ep80579/target.mk index 00fe1abc3d..2c75ce7407 100644 --- a/target/linux/x86/ep80579/target.mk +++ b/target/linux/x86/ep80579/target.mk @@ -1,3 +1,4 @@ +LINUX_VERSION:=3.3.6 BOARDNAME:=Intel EP80579 DEFAULT_PACKAGES += kmod-ep80579-can kmod-ep80579-eth kmod-ep80579-misc \ kmod-usb-core kmod-usb2 kmod-usb-hid kmod-usb-uhci |