diff options
Diffstat (limited to 'target/linux/x86/ep80579')
-rw-r--r-- | target/linux/x86/ep80579/config-3.3 | 11 | ||||
-rw-r--r-- | target/linux/x86/ep80579/target.mk | 10 |
2 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/x86/ep80579/config-3.3 b/target/linux/x86/ep80579/config-3.3 deleted file mode 100644 index 78ee0ce..0000000 --- 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 4fe35e0..0000000 --- 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 - |