[LEDE-DEV] [PATCH 0/4] use kernel version in all patch directory names
Stijn Tintel
stijn at linux-ipv6.be
Sun Aug 14 13:45:39 PDT 2016
Always use the kernel version in the patch directory names for
clearness and consistency across all targets.
This series is in my staging tree at
https://git.lede-project.org/?p=lede/stintel/staging.git;a=summary
Stijn Tintel (4):
au1000: rename patches directory to patches-3.18
omap: rename patches directory to patches-4.4
orion: rename patches directory to patches-3.18
rb532: rename patches directory to patches-4.1
.../au1000/patches-3.18/002-openwrt_rootfs.patch | 11 +++
.../au1000/patches-3.18/003-au1000_eth_ioctl.patch | 16 +++++
.../patches-3.18/004-watchdog_low_init.patch | 12 ++++
target/linux/au1000/patches-3.18/006-codec.patch | 26 ++++++++
.../linux/au1000/patches/002-openwrt_rootfs.patch | 11 ---
.../au1000/patches/003-au1000_eth_ioctl.patch | 17 -----
.../au1000/patches/004-watchdog_low_init.patch | 12 ----
target/linux/au1000/patches/006-codec.patch | 26 --------
.../001-omap4_pandaboard-wlan_fix.patch | 9 +++
.../patches/001-omap4_pandaboard-wlan_fix.patch | 10 ---
.../100-wrt350nv2_openwrt_partition_map.patch | 31 +++++++++
.../patches-3.18/101-wnr854t_partition_map.patch | 24 +++++++
.../orion/patches-3.18/200-dt2_board_support.patch | 26 ++++++++
.../orion/patches-3.18/210-wn802t_support.patch | 78 ++++++++++++++++++++++
.../100-wrt350nv2_openwrt_partition_map.patch | 32 ---------
.../orion/patches/101-wnr854t_partition_map.patch | 25 -------
.../orion/patches/200-dt2_board_support.patch | 26 --------
.../linux/orion/patches/210-wn802t_support.patch | 78 ----------------------
.../linux/rb532/patches-4.1/001-cmdline_hack.patch | 20 ++++++
.../rb532/patches-4.1/002-rb532_nand_fixup.patch | 45 +++++++++++++
...tion_info-rename-rootfs-to-rootfs_onboard.patch | 11 +++
target/linux/rb532/patches/001-cmdline_hack.patch | 20 ------
.../linux/rb532/patches/002-rb532_nand_fixup.patch | 47 -------------
...tion_info-rename-rootfs-to-rootfs_onboard.patch | 11 ---
24 files changed, 309 insertions(+), 315 deletions(-)
create mode 100644 target/linux/au1000/patches-3.18/002-openwrt_rootfs.patch
create mode 100644 target/linux/au1000/patches-3.18/003-au1000_eth_ioctl.patch
create mode 100644 target/linux/au1000/patches-3.18/004-watchdog_low_init.patch
create mode 100644 target/linux/au1000/patches-3.18/006-codec.patch
delete mode 100644 target/linux/au1000/patches/002-openwrt_rootfs.patch
delete mode 100644 target/linux/au1000/patches/003-au1000_eth_ioctl.patch
delete mode 100644 target/linux/au1000/patches/004-watchdog_low_init.patch
delete mode 100644 target/linux/au1000/patches/006-codec.patch
create mode 100644 target/linux/omap/patches-4.4/001-omap4_pandaboard-wlan_fix.patch
delete mode 100644 target/linux/omap/patches/001-omap4_pandaboard-wlan_fix.patch
create mode 100644 target/linux/orion/patches-3.18/100-wrt350nv2_openwrt_partition_map.patch
create mode 100644 target/linux/orion/patches-3.18/101-wnr854t_partition_map.patch
create mode 100644 target/linux/orion/patches-3.18/200-dt2_board_support.patch
create mode 100644 target/linux/orion/patches-3.18/210-wn802t_support.patch
delete mode 100644 target/linux/orion/patches/100-wrt350nv2_openwrt_partition_map.patch
delete mode 100644 target/linux/orion/patches/101-wnr854t_partition_map.patch
delete mode 100644 target/linux/orion/patches/200-dt2_board_support.patch
delete mode 100644 target/linux/orion/patches/210-wn802t_support.patch
create mode 100644 target/linux/rb532/patches-4.1/001-cmdline_hack.patch
create mode 100644 target/linux/rb532/patches-4.1/002-rb532_nand_fixup.patch
create mode 100644 target/linux/rb532/patches-4.1/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch
delete mode 100644 target/linux/rb532/patches/001-cmdline_hack.patch
delete mode 100644 target/linux/rb532/patches/002-rb532_nand_fixup.patch
delete mode 100644 target/linux/rb532/patches/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch
--
2.7.3
More information about the Lede-dev
mailing list