From 86c4cf629cf1fe1de97d6a7c56fec011ed9d62d4 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 23 Mar 2021 17:48:08 +0800 Subject: [PATCH] treewide: move kernel pacakges from `ctcgfw` to `kernel` Signed-off-by: Tianling Shen --- package/{ctcgfw => kernel}/mt7601u-ap/Makefile | 0 .../patches/010-fix-control-reaches-end-of-non-void.patch | 0 package/{ctcgfw => kernel}/mtk-eip93/Makefile | 0 package/{ctcgfw => kernel}/r8152/Makefile | 0 .../r8152/patches/100-add-LED-configuration-from-OF.patch | 0 package/{ctcgfw => kernel}/r8168/Makefile | 0 package/{ctcgfw => kernel}/r8168/src/Makefile | 0 package/{ctcgfw => kernel}/r8168/src/Makefile_linux24x | 0 package/{ctcgfw => kernel}/r8168/src/r8168.h | 0 package/{ctcgfw => kernel}/r8168/src/r8168_asf.c | 0 package/{ctcgfw => kernel}/r8168/src/r8168_asf.h | 0 package/{ctcgfw => kernel}/r8168/src/r8168_dash.h | 0 package/{ctcgfw => kernel}/r8168/src/r8168_fiber.h | 0 package/{ctcgfw => kernel}/r8168/src/r8168_n.c | 0 package/{ctcgfw => kernel}/r8168/src/r8168_realwow.h | 0 package/{ctcgfw => kernel}/r8168/src/rtl_eeprom.c | 0 package/{ctcgfw => kernel}/r8168/src/rtl_eeprom.h | 0 package/{ctcgfw => kernel}/r8168/src/rtltool.c | 0 package/{ctcgfw => kernel}/r8168/src/rtltool.h | 0 package/{ctcgfw => kernel}/rtl8188eu/Makefile | 0 .../rtl8188eu/patches/001-use-kernel-byteorder.patch | 0 .../rtl8188eu/patches/010-disable-default-build-x86.patch | 0 .../rtl8188eu/patches/020-remove-repeat-flies.patch | 0 .../{ctcgfw => kernel}/rtl8188eu/patches/030-wireless-5.8.patch | 0 package/{ctcgfw => kernel}/rtl8812au-ac/Makefile | 0 .../rtl8812au-ac/patches/001-use-kernel-byteorder.patch | 0 .../rtl8812au-ac/patches/010-disable-default-build-x86.patch | 0 .../patches/020-change-value-of-vht-enable-and-usb-mode.patch | 0 .../patches/030-add-missing-code-for-concurrent-mode.patch | 0 .../rtl8812au-ac/patches/040-wireless-5.8.patch | 0 package/{ctcgfw => kernel}/rtl8821cu/Makefile | 0 .../rtl8821cu/patches/001-use-kernel-byteorder.patch | 0 .../rtl8821cu/patches/010-remove-extra-cflags.patch | 0 .../rtl8821cu/patches/020-remove-repeat-flies.patch | 0 .../rtl8821cu/patches/030-change-value-of-vht-enable.patch | 0 .../{ctcgfw => kernel}/rtl8821cu/patches/040-wireless-5.8.patch | 0 package/{ctcgfw => kernel}/rtl88x2bu/Makefile | 0 .../rtl88x2bu/patches/001-use-kernel-byteorder.patch | 0 .../rtl88x2bu/patches/010-remove-repeat-flies.patch | 0 .../{ctcgfw => kernel}/rtl88x2bu/patches/020-wireless-5.8.patch | 0 40 files changed, 0 insertions(+), 0 deletions(-) rename package/{ctcgfw => kernel}/mt7601u-ap/Makefile (100%) rename package/{ctcgfw => kernel}/mt7601u-ap/patches/010-fix-control-reaches-end-of-non-void.patch (100%) rename package/{ctcgfw => kernel}/mtk-eip93/Makefile (100%) rename package/{ctcgfw => kernel}/r8152/Makefile (100%) rename package/{ctcgfw => kernel}/r8152/patches/100-add-LED-configuration-from-OF.patch (100%) rename package/{ctcgfw => kernel}/r8168/Makefile (100%) rename package/{ctcgfw => kernel}/r8168/src/Makefile (100%) rename package/{ctcgfw => kernel}/r8168/src/Makefile_linux24x (100%) rename package/{ctcgfw => kernel}/r8168/src/r8168.h (100%) rename package/{ctcgfw => kernel}/r8168/src/r8168_asf.c (100%) rename package/{ctcgfw => kernel}/r8168/src/r8168_asf.h (100%) rename package/{ctcgfw => kernel}/r8168/src/r8168_dash.h (100%) rename package/{ctcgfw => kernel}/r8168/src/r8168_fiber.h (100%) rename package/{ctcgfw => kernel}/r8168/src/r8168_n.c (100%) rename package/{ctcgfw => kernel}/r8168/src/r8168_realwow.h (100%) rename package/{ctcgfw => kernel}/r8168/src/rtl_eeprom.c (100%) rename package/{ctcgfw => kernel}/r8168/src/rtl_eeprom.h (100%) rename package/{ctcgfw => kernel}/r8168/src/rtltool.c (100%) rename package/{ctcgfw => kernel}/r8168/src/rtltool.h (100%) rename package/{ctcgfw => kernel}/rtl8188eu/Makefile (100%) rename package/{ctcgfw => kernel}/rtl8188eu/patches/001-use-kernel-byteorder.patch (100%) rename package/{ctcgfw => kernel}/rtl8188eu/patches/010-disable-default-build-x86.patch (100%) rename package/{ctcgfw => kernel}/rtl8188eu/patches/020-remove-repeat-flies.patch (100%) rename package/{ctcgfw => kernel}/rtl8188eu/patches/030-wireless-5.8.patch (100%) rename package/{ctcgfw => kernel}/rtl8812au-ac/Makefile (100%) rename package/{ctcgfw => kernel}/rtl8812au-ac/patches/001-use-kernel-byteorder.patch (100%) rename package/{ctcgfw => kernel}/rtl8812au-ac/patches/010-disable-default-build-x86.patch (100%) rename package/{ctcgfw => kernel}/rtl8812au-ac/patches/020-change-value-of-vht-enable-and-usb-mode.patch (100%) rename package/{ctcgfw => kernel}/rtl8812au-ac/patches/030-add-missing-code-for-concurrent-mode.patch (100%) rename package/{ctcgfw => kernel}/rtl8812au-ac/patches/040-wireless-5.8.patch (100%) rename package/{ctcgfw => kernel}/rtl8821cu/Makefile (100%) rename package/{ctcgfw => kernel}/rtl8821cu/patches/001-use-kernel-byteorder.patch (100%) rename package/{ctcgfw => kernel}/rtl8821cu/patches/010-remove-extra-cflags.patch (100%) rename package/{ctcgfw => kernel}/rtl8821cu/patches/020-remove-repeat-flies.patch (100%) rename package/{ctcgfw => kernel}/rtl8821cu/patches/030-change-value-of-vht-enable.patch (100%) rename package/{ctcgfw => kernel}/rtl8821cu/patches/040-wireless-5.8.patch (100%) rename package/{ctcgfw => kernel}/rtl88x2bu/Makefile (100%) rename package/{ctcgfw => kernel}/rtl88x2bu/patches/001-use-kernel-byteorder.patch (100%) rename package/{ctcgfw => kernel}/rtl88x2bu/patches/010-remove-repeat-flies.patch (100%) rename package/{ctcgfw => kernel}/rtl88x2bu/patches/020-wireless-5.8.patch (100%) diff --git a/package/ctcgfw/mt7601u-ap/Makefile b/package/kernel/mt7601u-ap/Makefile similarity index 100% rename from package/ctcgfw/mt7601u-ap/Makefile rename to package/kernel/mt7601u-ap/Makefile diff --git a/package/ctcgfw/mt7601u-ap/patches/010-fix-control-reaches-end-of-non-void.patch b/package/kernel/mt7601u-ap/patches/010-fix-control-reaches-end-of-non-void.patch similarity index 100% rename from package/ctcgfw/mt7601u-ap/patches/010-fix-control-reaches-end-of-non-void.patch rename to package/kernel/mt7601u-ap/patches/010-fix-control-reaches-end-of-non-void.patch diff --git a/package/ctcgfw/mtk-eip93/Makefile b/package/kernel/mtk-eip93/Makefile similarity index 100% rename from package/ctcgfw/mtk-eip93/Makefile rename to package/kernel/mtk-eip93/Makefile diff --git a/package/ctcgfw/r8152/Makefile b/package/kernel/r8152/Makefile similarity index 100% rename from package/ctcgfw/r8152/Makefile rename to package/kernel/r8152/Makefile diff --git a/package/ctcgfw/r8152/patches/100-add-LED-configuration-from-OF.patch b/package/kernel/r8152/patches/100-add-LED-configuration-from-OF.patch similarity index 100% rename from package/ctcgfw/r8152/patches/100-add-LED-configuration-from-OF.patch rename to package/kernel/r8152/patches/100-add-LED-configuration-from-OF.patch diff --git a/package/ctcgfw/r8168/Makefile b/package/kernel/r8168/Makefile similarity index 100% rename from package/ctcgfw/r8168/Makefile rename to package/kernel/r8168/Makefile diff --git a/package/ctcgfw/r8168/src/Makefile b/package/kernel/r8168/src/Makefile similarity index 100% rename from package/ctcgfw/r8168/src/Makefile rename to package/kernel/r8168/src/Makefile diff --git a/package/ctcgfw/r8168/src/Makefile_linux24x b/package/kernel/r8168/src/Makefile_linux24x similarity index 100% rename from package/ctcgfw/r8168/src/Makefile_linux24x rename to package/kernel/r8168/src/Makefile_linux24x diff --git a/package/ctcgfw/r8168/src/r8168.h b/package/kernel/r8168/src/r8168.h similarity index 100% rename from package/ctcgfw/r8168/src/r8168.h rename to package/kernel/r8168/src/r8168.h diff --git a/package/ctcgfw/r8168/src/r8168_asf.c b/package/kernel/r8168/src/r8168_asf.c similarity index 100% rename from package/ctcgfw/r8168/src/r8168_asf.c rename to package/kernel/r8168/src/r8168_asf.c diff --git a/package/ctcgfw/r8168/src/r8168_asf.h b/package/kernel/r8168/src/r8168_asf.h similarity index 100% rename from package/ctcgfw/r8168/src/r8168_asf.h rename to package/kernel/r8168/src/r8168_asf.h diff --git a/package/ctcgfw/r8168/src/r8168_dash.h b/package/kernel/r8168/src/r8168_dash.h similarity index 100% rename from package/ctcgfw/r8168/src/r8168_dash.h rename to package/kernel/r8168/src/r8168_dash.h diff --git a/package/ctcgfw/r8168/src/r8168_fiber.h b/package/kernel/r8168/src/r8168_fiber.h similarity index 100% rename from package/ctcgfw/r8168/src/r8168_fiber.h rename to package/kernel/r8168/src/r8168_fiber.h diff --git a/package/ctcgfw/r8168/src/r8168_n.c b/package/kernel/r8168/src/r8168_n.c similarity index 100% rename from package/ctcgfw/r8168/src/r8168_n.c rename to package/kernel/r8168/src/r8168_n.c diff --git a/package/ctcgfw/r8168/src/r8168_realwow.h b/package/kernel/r8168/src/r8168_realwow.h similarity index 100% rename from package/ctcgfw/r8168/src/r8168_realwow.h rename to package/kernel/r8168/src/r8168_realwow.h diff --git a/package/ctcgfw/r8168/src/rtl_eeprom.c b/package/kernel/r8168/src/rtl_eeprom.c similarity index 100% rename from package/ctcgfw/r8168/src/rtl_eeprom.c rename to package/kernel/r8168/src/rtl_eeprom.c diff --git a/package/ctcgfw/r8168/src/rtl_eeprom.h b/package/kernel/r8168/src/rtl_eeprom.h similarity index 100% rename from package/ctcgfw/r8168/src/rtl_eeprom.h rename to package/kernel/r8168/src/rtl_eeprom.h diff --git a/package/ctcgfw/r8168/src/rtltool.c b/package/kernel/r8168/src/rtltool.c similarity index 100% rename from package/ctcgfw/r8168/src/rtltool.c rename to package/kernel/r8168/src/rtltool.c diff --git a/package/ctcgfw/r8168/src/rtltool.h b/package/kernel/r8168/src/rtltool.h similarity index 100% rename from package/ctcgfw/r8168/src/rtltool.h rename to package/kernel/r8168/src/rtltool.h diff --git a/package/ctcgfw/rtl8188eu/Makefile b/package/kernel/rtl8188eu/Makefile similarity index 100% rename from package/ctcgfw/rtl8188eu/Makefile rename to package/kernel/rtl8188eu/Makefile diff --git a/package/ctcgfw/rtl8188eu/patches/001-use-kernel-byteorder.patch b/package/kernel/rtl8188eu/patches/001-use-kernel-byteorder.patch similarity index 100% rename from package/ctcgfw/rtl8188eu/patches/001-use-kernel-byteorder.patch rename to package/kernel/rtl8188eu/patches/001-use-kernel-byteorder.patch diff --git a/package/ctcgfw/rtl8188eu/patches/010-disable-default-build-x86.patch b/package/kernel/rtl8188eu/patches/010-disable-default-build-x86.patch similarity index 100% rename from package/ctcgfw/rtl8188eu/patches/010-disable-default-build-x86.patch rename to package/kernel/rtl8188eu/patches/010-disable-default-build-x86.patch diff --git a/package/ctcgfw/rtl8188eu/patches/020-remove-repeat-flies.patch b/package/kernel/rtl8188eu/patches/020-remove-repeat-flies.patch similarity index 100% rename from package/ctcgfw/rtl8188eu/patches/020-remove-repeat-flies.patch rename to package/kernel/rtl8188eu/patches/020-remove-repeat-flies.patch diff --git a/package/ctcgfw/rtl8188eu/patches/030-wireless-5.8.patch b/package/kernel/rtl8188eu/patches/030-wireless-5.8.patch similarity index 100% rename from package/ctcgfw/rtl8188eu/patches/030-wireless-5.8.patch rename to package/kernel/rtl8188eu/patches/030-wireless-5.8.patch diff --git a/package/ctcgfw/rtl8812au-ac/Makefile b/package/kernel/rtl8812au-ac/Makefile similarity index 100% rename from package/ctcgfw/rtl8812au-ac/Makefile rename to package/kernel/rtl8812au-ac/Makefile diff --git a/package/ctcgfw/rtl8812au-ac/patches/001-use-kernel-byteorder.patch b/package/kernel/rtl8812au-ac/patches/001-use-kernel-byteorder.patch similarity index 100% rename from package/ctcgfw/rtl8812au-ac/patches/001-use-kernel-byteorder.patch rename to package/kernel/rtl8812au-ac/patches/001-use-kernel-byteorder.patch diff --git a/package/ctcgfw/rtl8812au-ac/patches/010-disable-default-build-x86.patch b/package/kernel/rtl8812au-ac/patches/010-disable-default-build-x86.patch similarity index 100% rename from package/ctcgfw/rtl8812au-ac/patches/010-disable-default-build-x86.patch rename to package/kernel/rtl8812au-ac/patches/010-disable-default-build-x86.patch diff --git a/package/ctcgfw/rtl8812au-ac/patches/020-change-value-of-vht-enable-and-usb-mode.patch b/package/kernel/rtl8812au-ac/patches/020-change-value-of-vht-enable-and-usb-mode.patch similarity index 100% rename from package/ctcgfw/rtl8812au-ac/patches/020-change-value-of-vht-enable-and-usb-mode.patch rename to package/kernel/rtl8812au-ac/patches/020-change-value-of-vht-enable-and-usb-mode.patch diff --git a/package/ctcgfw/rtl8812au-ac/patches/030-add-missing-code-for-concurrent-mode.patch b/package/kernel/rtl8812au-ac/patches/030-add-missing-code-for-concurrent-mode.patch similarity index 100% rename from package/ctcgfw/rtl8812au-ac/patches/030-add-missing-code-for-concurrent-mode.patch rename to package/kernel/rtl8812au-ac/patches/030-add-missing-code-for-concurrent-mode.patch diff --git a/package/ctcgfw/rtl8812au-ac/patches/040-wireless-5.8.patch b/package/kernel/rtl8812au-ac/patches/040-wireless-5.8.patch similarity index 100% rename from package/ctcgfw/rtl8812au-ac/patches/040-wireless-5.8.patch rename to package/kernel/rtl8812au-ac/patches/040-wireless-5.8.patch diff --git a/package/ctcgfw/rtl8821cu/Makefile b/package/kernel/rtl8821cu/Makefile similarity index 100% rename from package/ctcgfw/rtl8821cu/Makefile rename to package/kernel/rtl8821cu/Makefile diff --git a/package/ctcgfw/rtl8821cu/patches/001-use-kernel-byteorder.patch b/package/kernel/rtl8821cu/patches/001-use-kernel-byteorder.patch similarity index 100% rename from package/ctcgfw/rtl8821cu/patches/001-use-kernel-byteorder.patch rename to package/kernel/rtl8821cu/patches/001-use-kernel-byteorder.patch diff --git a/package/ctcgfw/rtl8821cu/patches/010-remove-extra-cflags.patch b/package/kernel/rtl8821cu/patches/010-remove-extra-cflags.patch similarity index 100% rename from package/ctcgfw/rtl8821cu/patches/010-remove-extra-cflags.patch rename to package/kernel/rtl8821cu/patches/010-remove-extra-cflags.patch diff --git a/package/ctcgfw/rtl8821cu/patches/020-remove-repeat-flies.patch b/package/kernel/rtl8821cu/patches/020-remove-repeat-flies.patch similarity index 100% rename from package/ctcgfw/rtl8821cu/patches/020-remove-repeat-flies.patch rename to package/kernel/rtl8821cu/patches/020-remove-repeat-flies.patch diff --git a/package/ctcgfw/rtl8821cu/patches/030-change-value-of-vht-enable.patch b/package/kernel/rtl8821cu/patches/030-change-value-of-vht-enable.patch similarity index 100% rename from package/ctcgfw/rtl8821cu/patches/030-change-value-of-vht-enable.patch rename to package/kernel/rtl8821cu/patches/030-change-value-of-vht-enable.patch diff --git a/package/ctcgfw/rtl8821cu/patches/040-wireless-5.8.patch b/package/kernel/rtl8821cu/patches/040-wireless-5.8.patch similarity index 100% rename from package/ctcgfw/rtl8821cu/patches/040-wireless-5.8.patch rename to package/kernel/rtl8821cu/patches/040-wireless-5.8.patch diff --git a/package/ctcgfw/rtl88x2bu/Makefile b/package/kernel/rtl88x2bu/Makefile similarity index 100% rename from package/ctcgfw/rtl88x2bu/Makefile rename to package/kernel/rtl88x2bu/Makefile diff --git a/package/ctcgfw/rtl88x2bu/patches/001-use-kernel-byteorder.patch b/package/kernel/rtl88x2bu/patches/001-use-kernel-byteorder.patch similarity index 100% rename from package/ctcgfw/rtl88x2bu/patches/001-use-kernel-byteorder.patch rename to package/kernel/rtl88x2bu/patches/001-use-kernel-byteorder.patch diff --git a/package/ctcgfw/rtl88x2bu/patches/010-remove-repeat-flies.patch b/package/kernel/rtl88x2bu/patches/010-remove-repeat-flies.patch similarity index 100% rename from package/ctcgfw/rtl88x2bu/patches/010-remove-repeat-flies.patch rename to package/kernel/rtl88x2bu/patches/010-remove-repeat-flies.patch diff --git a/package/ctcgfw/rtl88x2bu/patches/020-wireless-5.8.patch b/package/kernel/rtl88x2bu/patches/020-wireless-5.8.patch similarity index 100% rename from package/ctcgfw/rtl88x2bu/patches/020-wireless-5.8.patch rename to package/kernel/rtl88x2bu/patches/020-wireless-5.8.patch