Browse Source

add license header

Waldemar Brodkorb 8 years ago
parent
commit
30a061f9d1
45 changed files with 135 additions and 0 deletions
  1. 3 0
      target/linux/config/Config.in.audio
  2. 3 0
      target/linux/config/Config.in.aufs
  3. 3 0
      target/linux/config/Config.in.block
  4. 3 0
      target/linux/config/Config.in.bluetooth
  5. 3 0
      target/linux/config/Config.in.bus
  6. 3 0
      target/linux/config/Config.in.cpu
  7. 3 0
      target/linux/config/Config.in.crypto
  8. 3 0
      target/linux/config/Config.in.debug
  9. 3 0
      target/linux/config/Config.in.dma
  10. 3 0
      target/linux/config/Config.in.ethernet
  11. 3 0
      target/linux/config/Config.in.flash
  12. 3 0
      target/linux/config/Config.in.fs
  13. 3 0
      target/linux/config/Config.in.fsnet
  14. 3 0
      target/linux/config/Config.in.gpio
  15. 3 0
      target/linux/config/Config.in.graphics
  16. 3 0
      target/linux/config/Config.in.i2c
  17. 3 0
      target/linux/config/Config.in.input
  18. 3 0
      target/linux/config/Config.in.ipsec
  19. 3 0
      target/linux/config/Config.in.ipvs
  20. 3 0
      target/linux/config/Config.in.kernel
  21. 3 0
      target/linux/config/Config.in.kvm
  22. 3 0
      target/linux/config/Config.in.leds
  23. 3 0
      target/linux/config/Config.in.lib
  24. 3 0
      target/linux/config/Config.in.multimedia
  25. 3 0
      target/linux/config/Config.in.netdevice
  26. 3 0
      target/linux/config/Config.in.netfilter
  27. 3 0
      target/linux/config/Config.in.netfilter.core
  28. 3 0
      target/linux/config/Config.in.netfilter.ebt
  29. 3 0
      target/linux/config/Config.in.netfilter.ip4
  30. 3 0
      target/linux/config/Config.in.netfilter.ip6
  31. 3 0
      target/linux/config/Config.in.network
  32. 3 0
      target/linux/config/Config.in.nls
  33. 3 0
      target/linux/config/Config.in.part
  34. 3 0
      target/linux/config/Config.in.pcmcia
  35. 3 0
      target/linux/config/Config.in.pm
  36. 3 0
      target/linux/config/Config.in.regmap
  37. 3 0
      target/linux/config/Config.in.regulator
  38. 3 0
      target/linux/config/Config.in.rtc
  39. 3 0
      target/linux/config/Config.in.sched
  40. 3 0
      target/linux/config/Config.in.serial
  41. 3 0
      target/linux/config/Config.in.spi
  42. 3 0
      target/linux/config/Config.in.usb
  43. 3 0
      target/linux/config/Config.in.virtio
  44. 3 0
      target/linux/config/Config.in.wireless
  45. 3 0
      target/linux/config/Config.in.xtensa

+ 3 - 0
target/linux/config/Config.in.audio

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Audio devices support"
 depends on ADK_TARGET_WITH_PCI || ADK_TARGET_WITH_USB || ADK_TARGET_WITH_SOUND || ADK_TARGET_QEMU
 

+ 3 - 0
target/linux/config/Config.in.aufs

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Overlay filesystems"
 
 config ADK_KERNEL_AUFS_FS

+ 3 - 0
target/linux/config/Config.in.block

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Block devices support"
 depends on ADK_TARGET_WITH_BLOCK
 

+ 3 - 0
target/linux/config/Config.in.bluetooth

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Bluetooth support and drivers"
 depends on ADK_TARGET_WITH_USB || ADK_TARGET_WITH_MINIPCI || ADK_TARGET_WITH_SDIO
 

+ 3 - 0
target/linux/config/Config.in.bus

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_PCI
 	bool
 	select ADK_KERNEL_PCI_QUIRKS

+ 3 - 0
target/linux/config/Config.in.cpu

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_MTRR
 	bool
 	default y if ADK_TARGET_CPU_WITH_MTRR

+ 3 - 0
target/linux/config/Config.in.crypto

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Crypto support"
 
 config ADK_KERNEL_CRYPTO

+ 3 - 0
target/linux/config/Config.in.debug

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Kernel debugging"
 
 config ADK_KERNEL_FTRACE

+ 3 - 0
target/linux/config/Config.in.dma

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_DMADEVICES
 	bool
 

+ 3 - 0
target/linux/config/Config.in.ethernet

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Ethernet network devices support"
 depends on ADK_TARGET_WITH_NET
 

+ 3 - 0
target/linux/config/Config.in.flash

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Flash device support"
 depends on ADK_TARGET_WITH_NAND || ADK_TARGET_WITH_MTD || ADK_TARGET_QEMU
 

+ 3 - 0
target/linux/config/Config.in.fs

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Filesystems support"
 
 config ADK_KERNEL_MISC_FILESYSTEMS

+ 3 - 0
target/linux/config/Config.in.fsnet

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Network filesystems"
 
 config ADK_KERNEL_FS_POSIX_ACL

+ 3 - 0
target/linux/config/Config.in.gpio

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_RESET_GPIO
 	bool
 

+ 3 - 0
target/linux/config/Config.in.graphics

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Graphic devices support"
 depends on ADK_TARGET_WITH_VGA || ADK_TARGET_QEMU || ADK_TARGET_VBOX
 

+ 3 - 0
target/linux/config/Config.in.i2c

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "I2C driver support"
 depends on ADK_TARGET_WITH_I2C
 

+ 3 - 0
target/linux/config/Config.in.input

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Input devices"
 depends on ADK_TARGET_WITH_USB \
 	|| ADK_TARGET_WITH_INPUT \

+ 3 - 0
target/linux/config/Config.in.ipsec

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "IPSec support"
 
 config ADK_KERNEL_XFRM_ALGO

+ 3 - 0
target/linux/config/Config.in.ipvs

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "IPVS support"
 
 config ADK_KERNEL_IP_VS

+ 3 - 0
target/linux/config/Config.in.kernel

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_EXPERIMENTAL
 	bool
 	default y

+ 3 - 0
target/linux/config/Config.in.kvm

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Virtualization"
 depends on (ADK_TARGET_ARCH_X86_64 || ADK_TARGET_ARCH_X86) && ADK_TARGET_CPU_WITH_VT
 

+ 3 - 0
target/linux/config/Config.in.leds

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_NEW_LEDS
 	boolean
 

+ 3 - 0
target/linux/config/Config.in.lib

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Kernel Library Routines"
 
 config ADK_KERNEL_CRC_ITU_T

+ 3 - 0
target/linux/config/Config.in.multimedia

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Multimedia support"
 depends on ADK_TARGET_WITH_USB
 

+ 3 - 0
target/linux/config/Config.in.netdevice

@@ -1,2 +1,5 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 source "target/linux/config/Config.in.ethernet"
 source "target/linux/config/Config.in.wireless"

+ 3 - 0
target/linux/config/Config.in.netfilter

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Netfilter"
 depends on ADK_TARGET_WITH_NET
 

+ 3 - 0
target/linux/config/Config.in.netfilter.core

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_NF_CONNTRACK
 	tristate 'Netfilter connection tracking support'
 	select ADK_KERNEL_NETFILTER_XTABLES

+ 3 - 0
target/linux/config/Config.in.netfilter.ebt

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_BRIDGE_NF_EBTABLES
 	tristate 'Ethernet Bridge tables support'
 	select ADK_KERNEL_BRIDGE_NETFILTER

+ 3 - 0
target/linux/config/Config.in.netfilter.ip4

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_NF_NAT
 	tristate
 

+ 3 - 0
target/linux/config/Config.in.netfilter.ip6

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_NF_CONNTRACK_IPV6
 	prompt "IPv6 connection tracking support"
 	tristate

+ 3 - 0
target/linux/config/Config.in.network

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_NETDEVICES
 	bool
 

+ 3 - 0
target/linux/config/Config.in.nls

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Native Language support"
 
 config ADK_KERNEL_NLS_DEFAULT

+ 3 - 0
target/linux/config/Config.in.part

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Partition Types"
 
 config ADK_KERNEL_PARTITION_ADVANCED

+ 3 - 0
target/linux/config/Config.in.pcmcia

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "PCMCIA/CardBus support"
 depends on ADK_TARGET_WITH_CARDBUS || ADK_TARGET_WITH_PCMCIA || ADK_TARGET_QEMU
 

+ 3 - 0
target/linux/config/Config.in.pm

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_PM
 	bool
 	default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6

+ 3 - 0
target/linux/config/Config.in.regmap

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_REGMAP
 	bool
 	select ADK_KERNEL_LZO_COMPRESS

+ 3 - 0
target/linux/config/Config.in.regulator

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_REGULATOR
 	bool
 

+ 3 - 0
target/linux/config/Config.in.rtc

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "RTC device support"
 depends on ADK_TARGET_WITH_RTC
 

+ 3 - 0
target/linux/config/Config.in.sched

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "QoS and/or fair queueing"
 
 config ADK_KERNEL_NET_SCH_CSZ

+ 3 - 0
target/linux/config/Config.in.serial

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Serial devices support"
 depends on ADK_TARGET_WITH_SERIAL || ADK_TARGET_QEMU || ADK_TARGET_VBOX || ADK_TARGET_SIM
 

+ 3 - 0
target/linux/config/Config.in.spi

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "SPI driver support"
 depends on ADK_TARGET_WITH_SPI
 

+ 3 - 0
target/linux/config/Config.in.usb

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "USB support"
 depends on ADK_TARGET_WITH_USB || ADK_TARGET_SYSTEM_QEMU_X86_64 || ADK_TARGET_SYSTEM_QEMU_X86
 

+ 3 - 0
target/linux/config/Config.in.virtio

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 menu "Virtio driver support"
 
 config ADK_KERNEL_VIRTIO

+ 3 - 0
target/linux/config/Config.in.wireless

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_WLAN
 	bool
 

+ 3 - 0
target/linux/config/Config.in.xtensa

@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
 config ADK_KERNEL_XTENSA_VARIANT_DC233C
 	boolean