<hauke> The build problem in apm821xx should be fixed
minimal has quit [Quit: Leaving]
csrf1 has joined #openwrt-devel
csrf has quit [Ping timeout: 480 seconds]
Piraty_ has quit [Remote host closed the connection]
hanetzer1 has joined #openwrt-devel
hanetzer has quit [Ping timeout: 480 seconds]
csrf1 has quit [Remote host closed the connection]
csrf1 has joined #openwrt-devel
csrf1 has quit [Read error: Connection reset by peer]
csrf1 has joined #openwrt-devel
hanetzer2 has joined #openwrt-devel
hanetzer1 has quit [Ping timeout: 480 seconds]
schwicht_ has joined #openwrt-devel
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
danitool_ has quit [Ping timeout: 480 seconds]
philipp64 is now known as Guest3770
philipp64 has joined #openwrt-devel
soxrok2212 has quit [Read error: Connection reset by peer]
soxrok2212 has joined #openwrt-devel
Guest3770 has quit [Ping timeout: 480 seconds]
philipp64 has quit [Quit: philipp64]
csrf1 has quit [Quit: Leaving]
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
sorinello has quit [Quit: Leaving]
sorinello has joined #openwrt-devel
Tapper has joined #openwrt-devel
danitool has joined #openwrt-devel
ecraven has joined #openwrt-devel
indy_ has quit [Ping timeout: 480 seconds]
indy has joined #openwrt-devel
Larhzu has quit [Quit: leaving]
Larhzu has joined #openwrt-devel
goliath has joined #openwrt-devel
indy has quit []
indy has joined #openwrt-devel
Bulo has joined #openwrt-devel
robimarko has joined #openwrt-devel
Borromini has joined #openwrt-devel
<FLD> is there a way to get a dependency tree for a certain package in the build? for example, to figure out why is the library "gettext-full" being built with a certain config
Borromini has quit [Ping timeout: 480 seconds]
hanetzer2 is now known as hanetzer
Bulo has quit [Remote host closed the connection]
schwicht_ has quit [Read error: Connection reset by peer]
MaxSoniX has joined #openwrt-devel
<hauke> nick[m]12345: Some people complain that Ethernet TX does not work on Netgear WNDAP360, see https://github.com/openwrt/openwrt/issues/11025
<hauke> Do you have this device and could you have a look at this problem please
Borromini has joined #openwrt-devel
Borromin1 has joined #openwrt-devel
Borromini has quit [Ping timeout: 480 seconds]
srslypascal is now known as Guest3779
srslypascal has joined #openwrt-devel
srslypascal is now known as Guest3780
srslypascal has joined #openwrt-devel
Guest3779 has quit [Ping timeout: 480 seconds]
Guest3780 has quit [Ping timeout: 480 seconds]
<hauke> FLD: you can check the help text in make menuconfig
<hauke> it will show the packages which depend on gettext-full when you look at the gettext-full help message in make menuconfig
Borromin1 has quit [Ping timeout: 480 seconds]
vulpes2[m] has joined #openwrt-devel
<vulpes2[m]> Hi everyone, I'm trying to port a device that's basically identical to one that is already supported by OpenWrt, and I'm wondering what would be the best practice to handle minor differences such as LED colors? Would it be acceptable if I simply override the LED labels in my dts, or should I refactor the dtsi and move the LEDs into the respective dts files instead?
<vulpes2[m]> It needs to be introduced as a new device because despite having the same PCB, the bootloader and stock fw expects a different CSYS header.
Borromini has joined #openwrt-devel
<nick[m]12345> hauke: yes, but Not acessible Right nie
<nick[m]12345> But i will Try fetch ohne
<FLD> hauke: i did not find gettext-full in menuconfig
<FLD> yet its being tried to build during make
schwicht has joined #openwrt-devel
schwicht has quit []
minimal has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
schwicht has joined #openwrt-devel
valku has joined #openwrt-devel
schwicht_ has joined #openwrt-devel
cbeznea has joined #openwrt-devel
<hauke> FLD: the OpenWrt package of gettext-full is named libintl-full, search for libintl-full in menuconfig
<hauke> nick[m]12345: thanks
<hauke> vulpes2[m]: Your new device should get a new dts file which includes mt7620a_edimax_ew-747x.dtsi if the hardware is very similar
<hauke> you can move some of LED definitions which are difefernt on your device from the mt7620a_edimax_ew-747x.dtsi file to the two which currently include it
<hauke> and then add a difefernt definition in your new one
<hauke> so that the mt7620a_edimax_ew-747x.dtsi file will contain the common parts between the 3 devices later on and not only the 2 which it currently does
<vulpes2[m]> I understand, my question was whether I should refactor that dtsi or just override the LED labels in my dts. So far the devices that includes that dtsi have identical LED colors, but that is not the case for this new device I'm trying to introduce.
<hauke> you can also overwrite the definitions from the common dtsi file in your dts file, that should also be fine.
<hauke> I do not like the code which removes nodes from dts files
<hauke> and try to avoid that
<vulpes2[m]> Yeah that is going to be problematic, this hardware also lacks a slider switch that the supported board has, so should I move those two gpio-keys nodes into the dts files?
Borromini has quit [Ping timeout: 480 seconds]
<FLD> hauke: thanks. it was the msmtp-mta requiring the libintl-full which then tries to build gettext-full which FTBFS for ipq40xx
<FLD> with './libgnuintl.h:527:5: error: token "@" is not valid in preprocessor expressions'
<hauke> vulpes2[m]: I would prefer to move it to the two dts files
<vulpes2[m]> Got it, I'll do that, thanks.
<FLD> hauke: do you know if something else requires the gettext-full, it's still trying to be built after i unselected libintl-full
<hauke> FLD: got gettext broken by this upgrade: https://git.openwrt.org/b6d850317bb9ef8af61eb26e34d5f24ee053a362
<hauke> FLD: someone could have a build dependency to libintl-full
<hauke> OpenWrt normally builds all depdencies which could get seletced
<FLD> hauke: even if make menuconfig says [=n]?
<hauke> yes
<hauke> it does not get packaged in such a case
<FLD> ouch, well it's gonna be hard figuring out a build that can be done without gettext-full
<FLD> guess i can revert the upgrade and see if it builds
* SlimeyX slaps hurricos with Windows Update
<ecraven> a question about ubus.. why does "ubus call network.wireless status" have a *stations* key, but it is always empty, even if there *are* stations connected (according to the ui and to hostapd.wlan0/wlan1)? is that intended behaviour?
srslypascal is now known as Guest3795
srslypascal has joined #openwrt-devel
Guest3795 has quit [Ping timeout: 480 seconds]
Piraty has joined #openwrt-devel
valku has quit [Remote host closed the connection]
srslypascal is now known as Guest3797
srslypascal has joined #openwrt-devel
Guest3797 has quit [Ping timeout: 480 seconds]
<nick[m]12345> anyone can help me in finding the daemon/function/utility that is periodically calling "get_survey" on an ath10k radio? probably hostapd? but why?
Borromini has joined #openwrt-devel
srslypascal is now known as Guest3799
srslypascal has joined #openwrt-devel
Guest3799 has quit [Ping timeout: 480 seconds]
hanetzer1 has joined #openwrt-devel
hanetzer has quit [Ping timeout: 480 seconds]
schwicht_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schwicht_ has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
Tapper1 has joined #openwrt-devel
Tapper has quit [Read error: Connection reset by peer]
MaxSoniX has quit [Quit: Konversation terminated!]
<vulpes2[m]> could anyone provide an example on how to disable ethernet ports that are not wired up on the device in a mt7620 soc?
<vulpes2[m]> This does not seem to have any effect and these ports are still showing up in the switch config menu in luci
<vulpes2[m]> I've noticed this dt doesn't have `mediatek,portmap` set for the ethernet phandle, could this be the reason?
<vulpes2[m]> also found `mediatek,portdisable` but this does not seem to be applicable to the builtin switch in the mt7620
srslypascal is now known as Guest3805
noltari has quit [Quit: Bye ~ Happy Hacking!]
srslypascal has joined #openwrt-devel
robimarko has quit [Quit: Leaving]
noltari has joined #openwrt-devel
<xdarklight> vulpes2[m]: what you're highlighting are the PHYs. the ports (at least port 5) seems to be right above: https://github.com/openwrt/openwrt/blob/master/target/linux/ramips/dts/mt7620a_edimax_ew-747x.dtsi#L162-L166
<vulpes2[m]> this device only has one gigabit ethernet port hooked up via an external PHY, and I'm trying to disable all 5 ports on the builtin switch
Guest3805 has quit [Ping timeout: 480 seconds]
<xdarklight> oh I just noticed that the MT7520 switch driver does not use DSA. then I don't know how to handle this
<vulpes2[m]> yeah, otherwise portdisable would do the job I think
cbeznea has quit [Quit: Leaving.]
<vulpes2[m]> this is a device with the same soc and also has just one ethernet port, I can't seem to find anything that can deal with the ethernet port config other than `mediatek,portmap`: https://github.com/openwrt/openwrt/blob/master/target/linux/ramips/dts/mt7620a_dlink_dir-510l.dts
<vulpes2[m]> the switch config page in luci correctly displays only a single ethernet port on this device
<jow> hmm, do ujailed processes have access to /dev/urandom ?
srslypascal is now known as Guest3809
srslypascal has joined #openwrt-devel
Guest3809 has quit [Ping timeout: 480 seconds]
dangole_ is now known as dangole
<dangole> jow: yes, by default ujailed processes do have access to /dev/urandom, see https://git.openwrt.org/?p=project/procd.git;a=blob;f=jail/jail.c;hb=HEAD#l574
<jow> dangole: great, thanks for confirming
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zkrx has quit [Read error: Connection reset by peer]
zkrx has joined #openwrt-devel
zkrx has quit [Read error: Connection reset by peer]
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
zkrx has joined #openwrt-devel
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
csrf has joined #openwrt-devel