diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-18 20:10:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-18 20:10:38 +0000 |
commit | 604e3aac0a3f6eb427e19f3c57d4c8834bbac490 (patch) | |
tree | 52bfc2b57416ee28ad8846f902f1b7696544a688 /target/linux/x86/alix2/target.mk | |
parent | d9dab97d38ff0e24aa26d9c6ac123381c008db99 (diff) | |
download | upstream-604e3aac0a3f6eb427e19f3c57d4c8834bbac490.tar.gz upstream-604e3aac0a3f6eb427e19f3c57d4c8834bbac490.tar.bz2 upstream-604e3aac0a3f6eb427e19f3c57d4c8834bbac490.zip |
x86: remove subtarget specific LINUX_VERSION overrides
SVN-Revision: 31803
Diffstat (limited to 'target/linux/x86/alix2/target.mk')
-rw-r--r-- | target/linux/x86/alix2/target.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/alix2/target.mk b/target/linux/x86/alix2/target.mk index 24ebad99e3..33b2e67610 100644 --- a/target/linux/x86/alix2/target.mk +++ b/target/linux/x86/alix2/target.mk @@ -1,4 +1,3 @@ -LINUX_VERSION:=3.3.6 BOARDNAME:=PCEngines alix2 FEATURES:=squashfs jffs2 ext4 pci usb gpio DEFAULT_PACKAGES += \ |