diff options
Diffstat (limited to 'target/linux/x86/ep80579')
-rw-r--r-- | target/linux/x86/ep80579/.svn/entries | 96 | ||||
-rw-r--r-- | target/linux/x86/ep80579/.svn/text-base/config-3.3.svn-base | 11 | ||||
-rw-r--r-- | target/linux/x86/ep80579/.svn/text-base/target.mk.svn-base | 9 | ||||
-rw-r--r-- | target/linux/x86/ep80579/config-3.3 | 11 | ||||
-rw-r--r-- | target/linux/x86/ep80579/target.mk | 9 |
5 files changed, 136 insertions, 0 deletions
diff --git a/target/linux/x86/ep80579/.svn/entries b/target/linux/x86/ep80579/.svn/entries new file mode 100644 index 0000000..1a51c46 --- /dev/null +++ b/target/linux/x86/ep80579/.svn/entries @@ -0,0 +1,96 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/x86/ep80579 +svn://svn.openwrt.org/openwrt + + + +2012-05-18T20:10:42.708339Z +31804 +juhosg + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +config-3.3 +file + + + + +2013-03-17T12:12:37.000000Z +b4a1eb48a733fd07d8f387cf59898719 +2012-05-18T20:10:33.424532Z +31802 +juhosg + + + + + + + + + + + + + + + + + + + + + +284 + +target.mk +file + + + + +2013-03-17T12:12:37.000000Z +5ed4eba899058956a2ae44682155a24f +2012-05-18T20:10:38.577694Z +31803 +juhosg + + + + + + + + + + + + + + + + + + + + + +282 + diff --git a/target/linux/x86/ep80579/.svn/text-base/config-3.3.svn-base b/target/linux/x86/ep80579/.svn/text-base/config-3.3.svn-base new file mode 100644 index 0000000..78ee0ce --- /dev/null +++ b/target/linux/x86/ep80579/.svn/text-base/config-3.3.svn-base @@ -0,0 +1,11 @@ +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/.svn/text-base/target.mk.svn-base b/target/linux/x86/ep80579/.svn/text-base/target.mk.svn-base new file mode 100644 index 0000000..00fe1ab --- /dev/null +++ b/target/linux/x86/ep80579/.svn/text-base/target.mk.svn-base @@ -0,0 +1,9 @@ +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 + +define Target/Description + Build firmware images for Intel EP80579 based boards + (e.g : ADI Engineering Ocracoke Island) +endef + diff --git a/target/linux/x86/ep80579/config-3.3 b/target/linux/x86/ep80579/config-3.3 new file mode 100644 index 0000000..78ee0ce --- /dev/null +++ b/target/linux/x86/ep80579/config-3.3 @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..00fe1ab --- /dev/null +++ b/target/linux/x86/ep80579/target.mk @@ -0,0 +1,9 @@ +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 + +define Target/Description + Build firmware images for Intel EP80579 based boards + (e.g : ADI Engineering Ocracoke Island) +endef + |