I have installed / Upgraded to OpenWrt 22.03 on a TP-Link TL-WR1043ND v1
I followed the instructions from here https://openwrt.org/docs/guide-user/network/wifi/dumbap in the section "Configuration via LuCI, the OpenWrt Web Interface"
All is working fine the client can use the AP and have also internet connection. Also a wired connection to the switch is working fine.
However I can not update the opkd database.
The diagnostics show
PING openwrt.org (139.59.209.225): 56 data bytes
--- openwrt.org ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
root@OpenWrt:~# opkg update
Downloading https://downloads.openwrt.org/releases/22.03.3/targets/ath79/generic/packages/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/releases/22.03.3/targets/ath79/generic/packages/Packages.gz
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mips_24kc/base/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/releases/22.03.3/packages/mips_24kc/base/Packages.gz
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mips_24kc/luci/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/releases/22.03.3/packages/mips_24kc/luci/Packages.gz
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mips_24kc/packages/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/releases/22.03.3/packages/mips_24kc/packages/Packages.gz
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mips_24kc/routing/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/releases/22.03.3/packages/mips_24kc/routing/Packages.gz
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/mips_24kc/telephony/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/releases/22.03.3/packages/mips_24kc/telephony/Packages.gz
Collected errors:
* opkg_download: Failed to download https://downloads.openwrt.org/releases/22.03.3/targets/ath79/generic/packages/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_download: Failed to download https://downloads.openwrt.org/releases/22.03.3/packages/mips_24kc/base/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_download: Failed to download https://downloads.openwrt.org/releases/22.03.3/packages/mips_24kc/luci/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_download: Failed to download https://downloads.openwrt.org/releases/22.03.3/packages/mips_24kc/packages/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_download: Failed to download https://downloads.openwrt.org/releases/22.03.3/packages/mips_24kc/routing/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_download: Failed to download https://downloads.openwrt.org/releases/22.03.3/packages/mips_24kc/telephony/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
To be more specific, when my AP was configured with "static address", i.e. option proto 'static' as yours, I changed Network → Interfaces → LAN → General Settings: IPv4 gateway 192.168.1.1 and Advanced Settings → Use custom DNS servers: 192.168.1.1.
Just as a sanity check... @herby64 - what is it that you want to install on this device? When running in a dumb AP configuration, there is not really much that is needed in most situations, and given this...
you may be best off just keeping it purely as a dumb AP.
Alternatively, you can create a custom image using the firmware selector page... you could omit things you don't need in an effort to free up some resources, and pre-install any packages you do need so that you don't have to worry about using the opkg system.