diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-29 10:25:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-29 10:25:40 +0000 |
commit | 155510ec8e938f5bea4a35a5e11d93b81ed6bd20 (patch) | |
tree | d74d016bc5e75029d5fd0aa187c01177408993d5 /target/linux/x86 | |
parent | a40fb63ca6c4dbe2868f2e11d1d9985f31de131c (diff) | |
download | upstream-155510ec8e938f5bea4a35a5e11d93b81ed6bd20.tar.gz upstream-155510ec8e938f5bea4a35a5e11d93b81ed6bd20.tar.bz2 upstream-155510ec8e938f5bea4a35a5e11d93b81ed6bd20.zip |
BB: remove some targets that are broken or have the wrong kernel version
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41876 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/Makefile | 2 | ||||
-rw-r--r-- | target/linux/x86/ep80579/config-3.3 | 11 | ||||
-rw-r--r-- | target/linux/x86/ep80579/target.mk | 10 |
3 files changed, 1 insertions, 22 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 32eafdfc0a..198947d75d 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -10,7 +10,7 @@ ARCH:=i386 BOARD:=x86 BOARDNAME:=x86 FEATURES:=squashfs ext4 vdi vmdk pcmcia targz -SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos alix2 thincan \ +SUBTARGETS=generic olpc xen_domu net5501 kvm_guest geos alix2 thincan \ rdc LINUX_VERSION:=3.10.49 diff --git a/target/linux/x86/ep80579/config-3.3 b/target/linux/x86/ep80579/config-3.3 deleted file mode 100644 index 78ee0ce730..0000000000 --- a/target/linux/x86/ep80579/config-3.3 +++ /dev/null @@ -1,11 +0,0 @@ -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y -CONFIG_HIGHMEM=y -CONFIG_HIGHMEM4G=y -# CONFIG_HIGHPTE is not set -# CONFIG_ITCO_VENDOR_SUPPORT is not set -CONFIG_ITCO_WDT=y -CONFIG_LOG_BUF_SHIFT=17 -# CONFIG_MTD is not set -# CONFIG_NOHIGHMEM is not set -CONFIG_SATA_AHCI=y -# CONFIG_SQUASHFS is not set diff --git a/target/linux/x86/ep80579/target.mk b/target/linux/x86/ep80579/target.mk deleted file mode 100644 index 4fe35e0440..0000000000 --- a/target/linux/x86/ep80579/target.mk +++ /dev/null @@ -1,10 +0,0 @@ -BOARDNAME:=Intel EP80579 -LINUX_VERSION:=3.3.8 -DEFAULT_PACKAGES += kmod-ep80579-can kmod-ep80579-eth kmod-ep80579-misc \ - kmod-usb-core kmod-usb2 kmod-usb-hid kmod-usb-uhci - -define Target/Description - Build firmware images for Intel EP80579 based boards - (e.g : ADI Engineering Ocracoke Island) -endef - |