Migration script for GL_iNet Ar150 from ar71xx to ath79

Hello,
I am having an issue with GL_iNet AR150 on OpenWrt V19,7.1
I am trying to do custom configuration but the tree structure on 19,7,1 is different from the older versions.
I am trying to make render template for the following files:
banner
dropbear
firewall
network
openvpn
sensor
system
wireless
authorized_keys
ca-certificates.crt

usually on the older versions i could find these files under: tmp/openwrt/files/etc/config
can someone advise where can i find them on the 19,7,1 version
or if there is an automatic script that does that?
That would be very helpful
I appreciate ur help
Thanks in advance

@HeshamHassanein, welcome to the community!

  • Are you sure?
  • How old of a version are you referring to? I've never heard of that directory in OpenWrt.
  • If you're looking for your current files, they're in /etc/config
  • The banner is at /etc/banner

Simply search for the files, e.g. find / -name "banner"