AtomiclyCursed has quit [Quit: ZNC 1.9.1 - https://znc.in]
AtomiclyCursed has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
lucenera has quit [Read error: Connection reset by peer]
lucenera has joined #openwrt-devel
valku has joined #openwrt-devel
n3ph has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
Sawzall has joined #openwrt-devel
Sawzallz has quit [Ping timeout: 480 seconds]
Raccoonz has joined #openwrt-devel
<Raccoonz>
Hi. Is there a manpage for finalizing a build specifically setting up the partitions? I'm trying to port a device but rootfs doesn't seem to mount and does a kernel panic.
<russell-->
Raccoonz: look for a similar device's support-adding commit
<Raccoonz>
russell: I've been checking each of the commits under the same platform. There seems to be none. Do you have any link to any commits that show them?
<russell-->
Raccoonz: i don't know what your device is
<Raccoonz>
It's an mt7620a 16/128 memory
<russell-->
something like: "tig target/linux/ramips/mt7620" scroll down until you see a commit that says "add support", and get the commit hash and look at that.
<russell-->
e.g. ba30cbef4
<russell-->
also, check the vendor firmware partitioning and make copies of the original flash contents in case you stomp on anything important while developing
Raccoonz has quit [Remote host closed the connection]
valku has quit [Quit: valku]
n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
n3ph has joined #openwrt-devel
n3ph_ has quit [Read error: Connection reset by peer]
danitool has joined #openwrt-devel
totkeks has joined #openwrt-devel
<SlimeyX>
robimarko any experience removing a vendors changes from u-boot
<SlimeyX>
actually it was ment as a general question
chris123 has joined #openwrt-devel
chris123 has quit [Remote host closed the connection]
nixuser has quit [Read error: Connection reset by peer]
nixuser has joined #openwrt-devel
Mango has joined #openwrt-devel
<totkeks>
I did some digging into the release process today. How do openwrt, luci and packages repo stay in sync for that? they all branch off a release at the same time?
reysand has quit [Remote host closed the connection]
<KanjiMonster>
totkeks: yes. see e.g. https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=4ae45b1f4a71915807411da242a2911d293195bf when the feeds were switched from main to openwrt-24.10
<KanjiMonster>
totkeks: when doing a (rc) release, the branchname is replaced with a fixed revision (head of the branch): https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=4ae45b1f4a71915807411da242a2911d293195bf
<totkeks>
KanjiMonster, thanks. second link is the same as the first, but I think I get what you said.
<totkeks>
I was just trying to make sense of it all. how the whole project works. and if there is some process or workflow I could improve.
<KanjiMonster>
totkeks: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=3d17274ca80938c375651f878db883f8a534f65d that was supposed to be the second one