0002-Add-Gluon-Support-for-Futro-to-Target-x86-64.patch 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. From: Karsten=Böddeker <freifunk@kb-light.de>
  2. Date: Sat, 9 Jan 2016 01:39:31 +0100
  3. Subject: [PATCH 65/65] Add Gluon-Support for Futro to Target x86-64
  4. ---
  5. ...-Add-OpenWRT-Support-for-Futro-to-Target-x86-64.patch | 16 ++++++++++++++++
  6. targets/x86-64/profiles.mk | 3 ++-
  7. 2 files changed, 18 insertions(+), 1 deletion(-)
  8. create mode 100644 patches/openwrt/1001-Add-OpenWRT-Support-for-Futro-to-Target-x86-64.patch
  9. 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
  10. new file mode 100644
  11. index 0000000..ee4e38a
  12. --- /dev/null
  13. +++ b/patches/openwrt/1001-Add-OpenWRT-Support-for-Futro-to-Target-x86-64.patch
  14. @@ -0,0 +1,16 @@
  15. +From: Karsten Böddeker <freifunk@kb-light.de>
  16. +Date: Sat, 9 Jan 2016 01:30:21 +0100
  17. +Subject: Add OpenWRT-Support for Futro to Target x86-64
  18. +
  19. +diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default
  20. +index 1caad74..5bcadca 100644
  21. +--- a/target/linux/x86/64/config-default
  22. ++++ b/target/linux/x86/64/config-default
  23. +@@ -131,6 +131,7 @@ CONFIG_PARAVIRT_CLOCK=y
  24. + # CONFIG_PARAVIRT_DEBUG is not set
  25. + # CONFIG_PARAVIRT_SPINLOCKS is not set
  26. + # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
  27. ++CONFIG_PATA_ATIIXP=y
  28. + CONFIG_PCIEAER=y
  29. + CONFIG_PCIEPORTBUS=y
  30. + # CONFIG_PCI_IOAPIC is not set
  31. diff --git a/targets/x86-64/profiles.mk b/targets/x86-64/profiles.mk
  32. index 8f561fc..666daee 100644
  33. --- a/targets/x86-64/profiles.mk
  34. +++ b/targets/x86-64/profiles.mk
  35. @@ -1,4 +1,5 @@
  36. -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
  37. +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 \
  38. + 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
  39. $(eval $(call GluonProfile,GENERIC,$(X86_64_NETWORK_MODULES)))
  40. --
  41. 2.1.4