|
@@ -0,0 +1,46 @@
|
|
|
+From: Karsten=Böddeker <freifunk@kb-light.de>
|
|
|
+Date: Sat, 9 Jan 2016 01:39:31 +0100
|
|
|
+Subject: [PATCH 65/65] Add Gluon-Support for Futro to Target x86-64
|
|
|
+
|
|
|
+---
|
|
|
+ ...-Add-OpenWRT-Support-for-Futro-to-Target-x86-64.patch | 16 ++++++++++++++++
|
|
|
+ targets/x86-64/profiles.mk | 3 ++-
|
|
|
+ 2 files changed, 18 insertions(+), 1 deletion(-)
|
|
|
+ create mode 100644 patches/openwrt/1001-Add-OpenWRT-Support-for-Futro-to-Target-x86-64.patch
|
|
|
+
|
|
|
+diff --git a/patches/openwrt/1001-Add-OpenWRT-Support-for-Futro-to-Target-x86-64.patch b/patches/openwrt/1001-Add-OpenWRT-Support-for-Futro-to-Target-x86-64.patch
|
|
|
+new file mode 100644
|
|
|
+index 0000000..ee4e38a
|
|
|
+--- /dev/null
|
|
|
++++ b/patches/openwrt/1001-Add-OpenWRT-Support-for-Futro-to-Target-x86-64.patch
|
|
|
+@@ -0,0 +1,16 @@
|
|
|
++From: Karsten Böddeker <freifunk@kb-light.de>
|
|
|
++Date: Sat, 9 Jan 2016 01:30:21 +0100
|
|
|
++Subject: Add OpenWRT-Support for Futro to Target x86-64
|
|
|
++
|
|
|
++diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default
|
|
|
++index 1caad74..5bcadca 100644
|
|
|
++--- a/target/linux/x86/64/config-default
|
|
|
+++++ b/target/linux/x86/64/config-default
|
|
|
++@@ -131,6 +131,7 @@ CONFIG_PARAVIRT_CLOCK=y
|
|
|
++ # CONFIG_PARAVIRT_DEBUG is not set
|
|
|
++ # CONFIG_PARAVIRT_SPINLOCKS is not set
|
|
|
++ # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
|
|
|
+++CONFIG_PATA_ATIIXP=y
|
|
|
++ CONFIG_PCIEAER=y
|
|
|
++ CONFIG_PCIEPORTBUS=y
|
|
|
++ # CONFIG_PCI_IOAPIC is not set
|
|
|
+diff --git a/targets/x86-64/profiles.mk b/targets/x86-64/profiles.mk
|
|
|
+index 8f561fc..666daee 100644
|
|
|
+--- a/targets/x86-64/profiles.mk
|
|
|
++++ b/targets/x86-64/profiles.mk
|
|
|
+@@ -1,4 +1,5 @@
|
|
|
+-X86_64_NETWORK_MODULES := kmod-3c59x kmod-e100 kmod-e1000 kmod-e1000e kmod-natsemi kmod-ne2k-pci kmod-pcnet32 kmod-8139too kmod-r8169 kmod-sis900 kmod-tg3 kmod-via-rhine kmod-via-velocity kmod-forcedeth
|
|
|
++X86_64_NETWORK_MODULES := kmod-3c59x kmod-e100 kmod-e1000 kmod-e1000e kmod-natsemi kmod-ne2k-pci kmod-pcnet32 kmod-8139too kmod-r8169 kmod-sis900 kmod-tg3 kmod-via-rhine kmod-via-velocity kmod-forcedeth \
|
|
|
++ kmod-usb-core kmod-usb2 kmod-usb-hid kmod-usb-net kmod-usb-net-asix kmod-usb-net-rtl8150 kmod-usb-net-rtl8152 kmod-usb-net-dm9601-ether
|
|
|
+
|
|
|
+
|
|
|
+ $(eval $(call GluonProfile,GENERIC,$(X86_64_NETWORK_MODULES)))
|
|
|
+--
|
|
|
+2.1.4
|
|
|
+
|