albinoman887
Regular Contributor
Oh ok that makes sense. Man what kind of hook-up you got with ASUS? i bet you use to work there huh?It varies. Sometimes it's out the next day, sometimes it takes 2 months. In my case it's different, as they build special tarballs for me (as I need the same codebase for all supported models, so they generate GPL releases even for models which didn't get a firmware release for that specific codebase). GPL releases have been on hold for a few weeks now as they need to address some issues with the generated archives.
It's not that simple. For instance, a firmware image contains fully linked kernel modules (*.ko files), while for building a firmware you need the pre-linked object files (*.o). You need the actual GPL archives with those object files so they can be properly linked within the generated firmware filesystem. And a lot of components interact with one another, so you can't just blindly replace one single file, and expect it to work properly. SDK changes for instance may also require code changes within libshared or rc, which will require the proprietary object files that have been generated to work with that updated SDK. Trying to do that kind of frankenbuilding is generally a large waste of time, and I don't want to do it anymore.
and yeah your right it was a huge waste of time. i just figured out the reason i wasnt seeing the error in the stock fw is because they have the system log level higher(less info, or would that be lower lol) so it doesnt show kernel CONSOLE msgs i think they have it set to notice and merlin is debug ofc