openwrt-6.x/package
Vladislav Grigoryev d989d9a8ec base-files: use cidr for config_generate
Generate network configuration replacing netmask with CIDR.

Depends on:
https://github.com/openwrt/openwrt/pull/13765

Using CIDR provides the following advantages:
* Consolidate notation for IPv4 and IPv6 addresses.
* Consolidate notation for IP addresses and routing targets.
* Simplify network configuration and troubleshooting.
* Follow the transition from net-tools to iproute2.

Resulting configuration example:
```
config interface 'loopback'
	option device 'lo'
	option proto 'static'
	list ipaddr '127.0.0.1/8'

config interface 'lan'
	option device 'br-lan'
	option proto 'static'
	list ipaddr '192.168.1.1/24'
```

Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/13780
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-05-30 22:55:27 +02:00
..
base-files base-files: use cidr for config_generate 2025-05-30 22:55:27 +02:00
boot sunxi: add support for Beelink X2 2025-05-29 22:56:04 +02:00
devel kselftests-bpf: add support for kernel 6.12 2025-05-29 22:46:46 +02:00
firmware ipq-wifi: Add entry for TP-Link Archer C6 v2 2025-05-30 21:35:11 +02:00
kernel package/zram: fix up Kconfig behaviour for kernel 6.12 2025-05-29 22:46:46 +02:00
libs toolchain: gcc: drop GCC11 2025-05-26 19:20:56 +02:00
network qmi: increase SIM power-cycle timeouts 2025-05-30 00:16:48 +02:00
system procd: update to Git HEAD (2025-05-28) 2025-05-29 13:32:06 +02:00
utils adb: Switch to mbedtls 2025-05-24 21:32:25 +02:00
Makefile build: lock versions for special APK packages 2025-02-04 13:48:59 +00:00