<jow>
did you see my comment in github issue #14931 ?
<jow>
calling /etc/init.d/xxx enabled in sysupgrade backup generation seems problematic since there's no guarantee that all init scripts are procd or rc.common compliant
<rmilecki>
jow: i saw it today morning, I didn't have time to look at it yet
<jow>
allright
shoragan has joined #openwrt-devel
robimarko has joined #openwrt-devel
theJoker8814 has joined #openwrt-devel
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
rua has joined #openwrt-devel
hmmmonteiro has joined #openwrt-devel
<Ansuel>
nbd ping? i'm not following how hostapd sends ubus notification with for example wlan_add or wlan_remove
<Ansuel>
not following where are handled in openwrt
foxtrot has quit [Remote host closed the connection]
foxtrot has joined #openwrt-devel
minimal has joined #openwrt-devel
<hmmmonteiro>
hi everyone .. are there any guidelines for image costumization in a new device port, such as included packages and default network configuration?
<Igel>
there exists a set of base packages by target and set of standard system network configuration, what do you mean by new device port? you are introducing a new board to openwrt?
<dwfreed>
included packages should be the minimum necessary for the device to function in its primary role (router/AP), typically only driver packages for network/wifi; default network configuration should mirror OEM if the device has many distinct interfaces, otherwise basically just wan and lan like everything else in OpenWrt
<dwfreed>
(see firebox m300 for an example of the "many distinct interfaces" case; that is a firewall router, not a regular consumer router)
<hmmmonteiro>
I wouldn't call it a new board.. it's pretty much the same as the edimax ew-7476rpc. From what i could they differ slightly on the leds and (?) flash layout
<hmmmonteiro>
s/could/could tell/
<hmmmonteiro>
It's the Devolo AC Repeater
Daanct12 has quit [Quit: WeeChat 4.2.1]
<hmmmonteiro>
Since it's a device primarily aimed at being a repeater or access point, rather than a router, i was thinking it would make sense to provide luci and a default network configuration with the default static ip 192.168.1.1/24 on the ethernet port and bridge configuration on both 2.4 and 5ghz ssids, with no PSK
<hmmmonteiro>
And maybe dhcp server on wlan for ease of configuration
<hmmmonteiro>
Also, considering this is heavily based on the ew-7476rpc, which itself uses the mt7620a_edimax_ew-747x.dtsi, would it be best to copy mt7620a_edimax_ew-747x.dtsi to a new dtsi, and do the minor tweaks there, or import the mt7620a_edimax_ew-747x.dtsi directly into the new dts file and add the diff there?
parazyd has joined #openwrt-devel
<oliv3r>
robimarko: I cannot reproduce it, i'm using `scripts/kernel_bump.sh -p qualcommax -s v6.1 -t 6.6` ...
<oliv3r>
(I commented and put the output on the MR