From a4adf6091ad54bcb265725e12a2cbba64c3caec2 Mon Sep 17 00:00:00 2001 From: Piotr Kubik <piotr.kubik@iopsys.eu> Date: Mon, 14 Feb 2022 12:28:50 +0100 Subject: [PATCH] commit 4c80c4f86d313955d7a4505a93c610efedb946d7 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: Fri Apr 30 08:31:03 2021 +0200 Move packages to directories resembling OpenWrt main repo Move the packages inside openwrt_core into the same folder as the corresponding packages are in the main OpenWrt repo. This simplifies merging from the OpenWrt main repo history in the future. commit f6609d33627834f2fa08c22a6aad99ce4034e5cb Author: Ronny Nilsson <ronny.nilsson@iopsys.eu> Date: Wed Dec 11 12:23:49 2019 +0100 sdk: Redesign generation of /etc/banner. OpenWrt has built in support for it that we can use instead. commit f10055d05f9b9deadea487d9fc83afff8bfc3252 Author: Sukru Senli <sukru.senli@iopsys.eu> Date: Fri Sep 7 17:16:52 2018 +0200 base-file: update default network and system configs commit 955105dc3679cb18d55ee607f49ba2dea461f9d3 Author: Sukru Senli <sukru.senli@inteno.se> Date: Tue Dec 19 10:01:11 2017 +0100 base-files: iop-files: update banner commit f7a9c6ef24cb094db34a3a89b27e64f36e48ff59 Author: Sukru Senli <sukru.senli@inteno.se> Date: Sun Dec 17 17:27:28 2017 +0100 base-files: iop-files --- package/base-files/files/etc/banner | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package/base-files/files/etc/banner b/package/base-files/files/etc/banner index f3af3c014f2..2f92eb471c2 100644 --- a/package/base-files/files/etc/banner +++ b/package/base-files/files/etc/banner @@ -1,8 +1,8 @@ - _______ ________ __ - | |.-----.-----.-----.| | | |.----.| |_ - | - || _ | -__| || | | || _|| _| - |_______|| __|_____|__|__||________||__| |____| - |__| W I R E L E S S F R E E D O M - ----------------------------------------------------- - %D %V, %C - ----------------------------------------------------- + ________ ___ ______ ______ + / _/ __ \/ _ \/ __/\ \/ / __/ + _/ // /_/ / ___/\ \ \ /\ \ +/___/\____/_/ /___/ /_/___/ + +%M Version: %C +%D base: %V +------------------------------------ -- GitLab