Browse Source

- cosmetics

master
vanhofen 2 years ago
parent
commit
9f6411e907
  1. 2
      package/pkg-autotools.mk
  2. 2
      package/pkg-cmake.mk
  3. 2
      package/pkg-generic.mk
  4. 2
      package/pkg-individual.mk
  5. 2
      package/pkg-kconfig.mk
  6. 2
      package/pkg-kernel-module.mk
  7. 2
      package/pkg-meson.mk
  8. 2
      package/pkg-python.mk

2
package/pkg-autotools.mk

@ -1,6 +1,6 @@
################################################################################
#
# Autotools packages
# Autotools package infrastructure
#
################################################################################

2
package/pkg-cmake.mk

@ -1,6 +1,6 @@
################################################################################
#
# CMake packages
# CMake package infrastructure
#
################################################################################

2
package/pkg-generic.mk

@ -1,6 +1,6 @@
################################################################################
#
# Generic packages
# Generic package infrastructure
#
################################################################################

2
package/pkg-individual.mk

@ -1,6 +1,6 @@
################################################################################
#
# Individual packages
# Individual package infrastructure
#
################################################################################

2
package/pkg-kconfig.mk

@ -1,6 +1,6 @@
################################################################################
#
# Kconfig packages
# Kconfig package infrastructure
#
################################################################################

2
package/pkg-kernel-module.mk

@ -1,6 +1,6 @@
################################################################################
#
# Kernel modules
# kernel module infrastructure for building Linux kernel modules
#
################################################################################

2
package/pkg-meson.mk

@ -1,6 +1,6 @@
################################################################################
#
# Meson packages
# Meson package infrastructure
#
################################################################################

2
package/pkg-python.mk

@ -1,6 +1,6 @@
################################################################################
#
# Python packages
# Python package infrastructure
#
################################################################################

Loading…
Cancel
Save