sbrown has quit [Read error: Connection reset by peer]
lukedashjr has joined #openwrt-devel
luke-jr has quit [Ping timeout: 240 seconds]
lukedashjr is now known as luke-jr
valku has quit [Quit: valku]
linzst has joined #openwrt-devel
hbug has joined #openwrt-devel
hbug___ has quit [Ping timeout: 240 seconds]
gromero has quit [Ping timeout: 260 seconds]
gromero has joined #openwrt-devel
tobleminer-tSYS has quit [Quit: AS4242423214]
tobleminer-tSYS has joined #openwrt-devel
ivanich has quit [Quit: Konversation terminated!]
linzst has quit [Quit: Leaving]
goliath has quit [Quit: SIGSEGV]
<russell-->
i seem to recall being able to select CONFIG_ALL=m, make defconfig is telling me that's not valid
valku has joined #openwrt-devel
<russell-->
CONFIG_ALL=y
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
luke-jr has quit [Read error: Connection reset by peer]
luke-jr has joined #openwrt-devel
Namidairo has quit [Read error: Connection reset by peer]
Namidairo has joined #openwrt-devel
<Grommish>
russell--: You can use CONFIG_ALL=y but you'llwant to tag it with IGNORE_ERRORS="m n" or it'll fail on ones that won't compile for the target
<Grommish>
on the make
<Grommish>
IE make -jx IGNORE_ERRORS="n m"
daregap has joined #openwrt-devel
rmilecki has joined #openwrt-devel
Acinonyx_ has quit [Ping timeout: 252 seconds]
Acinonyx has joined #openwrt-devel
glyph has quit [Quit: End of line.]
glyph has joined #openwrt-devel
<russell-->
yeah, IGNORE_ERRORS was known
<russell-->
* pkg_hash_fetch_best_installation_candidate: Packages for ip-tiny found, but incompatible with the architectures configured
dedeckeh has joined #openwrt-devel
<russell-->
a few packages fail on missing header file: fatal error: gnu/stubs-32.h: No such file or directory
Dracos-Carazza has quit [Quit: ZNC 1.8.2 - https://znc.in]
Dracos-Carazza has joined #openwrt-devel
<Grommish>
Damnit, I ran into the stub issue at one point, but I don't remember what fixed it
<Grommish>
Oh
<Grommish>
russell--: x86? Did you install the multi-libs?
<Grommish>
russell--: gcc-multilib
Night-Shade has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Grommish>
It's required for 32-bit x86 under a 64-bit build environment.. I ran into the issue with luajit and some other things back when I started the suricata stuff
<Grommish>
as a host package I mean
<russell-->
ath79
<Grommish>
Yeah, but your build system is x86/amd64?
<russell-->
yes
<Grommish>
You need gcc-multilib then
<Grommish>
or it'll die on the 32-bit code
<russell-->
why is it looking at the host includes for package builds?
<zorun>
there are a few recent bug reports about this, it's related to a change in opkg from a few months ago
<russell-->
i did the git grep build TOPDIR
<zorun>
IIRC this error can be triggered by unrelated issues like missing dependencies (so it's a case of wrongly reported error)
<russell-->
i did a make package/opkg/host/{clean,compile} and trying again ....
black_ant has joined #openwrt-devel
black_ant has quit [Changing host]
black_ant has joined #openwrt-devel
<russell-->
fwiw, this exercise is really only about getting a broad sample of package configure.ac's to see how people deal with embedding version strings in built software
<f00b4r0>
ah ok, I misread the message: I thought "this" meant the size mod. I see now you meant you're merging the device backport :)
<f00b4r0>
did you figure out what's going on with your device btw?
<zorun>
no, but I'm starting to think there's something wrong with it...
<f00b4r0>
well, it's made by mikrotik ;P </sarcasm>
<zorun>
yeah :D it's good hardware for the price, but if there were good alternatives we would switch to something else
valku has quit [Quit: valku]
valku has joined #openwrt-devel
<zorun>
I have a second one, it's not in a pretty shape (we opened it and soldered wires to get serial access during last battlemesh) but I will try this one
<zorun>
bbl
guidosarducci_ has joined #openwrt-devel
guidosarducci has quit [Ping timeout: 240 seconds]
guidosarducci_ is now known as guidosarducci
jiringgot has quit [Quit: Leaving]
swex has quit [Ping timeout: 246 seconds]
eduardas has quit [Ping timeout: 265 seconds]
<rmilecki>
jow: sorry, I had to leave, i'm back, working on that
<rmilecki>
jow: btw: how do you check if given device uses DSA or not (runtime, e.g. in LuCI)?
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
caiortp has quit [Remote host closed the connection]
caiortp has joined #openwrt-devel
<rmilecki>
jow: i reverted 55a43e1ab0ad ("opkg: update to git HEAD") but it didn't help in my 21.02 branch
<rmilecki>
master works fine on the other hand, i've yet to compare my .config
kristrev has quit [Read error: Connection reset by peer]
kristrev has joined #openwrt-devel
<rmilecki>
jow: ok, that was my fault after all, I didn't have packages repo updated (indexed)
<rmilecki>
so feeds update & feeds install -a -p packages did the trick
<jow>
rmilecki: dsa... actually LuCI does not check for DSA but for the lack of swconfig
<rmilecki>
jow: does it check for binary?
<jow>
without swconfig, DSA and non-DSA config are pretty much the same from the LuCI pov
<jow>
rmilecki: afair it checks for both the swconfig executable and for switch topology info in /etc/board.json
<rmilecki>
jow: ah, ok
<rmilecki>
thanks for info
<jow>
and in some places it also checks for the presence of a "config switch" section in /e/c/network
<rmilecki>
thanks, I'm curious to try DSA on bcm53xx one day
<jow>
simply speaking, DSA is just bridging netdevs together
<jow>
and speaking tagged VLAN on the wire or doing vlan trunking would be setting up bridge vlan filters on top of a bridge
<jow>
whether the netdevs your bridge together happen to be DSA ports or distinct phys/nics does not matter
<jow>
in fact you have to dig pretty deep in sysfs to actually figure out if a port happens to be a DSA one
<jow>
you generally only need that if you want to display some kind of status information