INAGAKI Hiroshi

Results 41 comments of INAGAKI Hiroshi

there are some formal issues: - please wrap the commit message within 74 characters - please use the same "`your name `" for `Signed-off-by: ` and [the author field of...

This is not a bug. Please don't use the bug tracker for requests...

> ramips: adding support for TP-Link Archer MR200v5 Please use ```add``` instead of ```adding``` and wrap the commit description within 74 characters. https://openwrt.org/submitting-patches#submission_guidelines > Submission Guidelines > Submissions should follow...

Replacing the bootloader with a 3rd party one like Breed in installation instruction is not accepted on official OpenWrt. Is it not possible to install OpenWrt while leaving the stock...

> 6. Download initramfs-kernel and mtd_write to the kernel partition `mtd_write write openwrt-xx.xx.x-ramips-mt7620-bolt_bl100-initramfs-kernel.bin Kernel` Why ```initramfs-kernel```? It's not for normal use, but squashfs-sysupgrade is.

Yes. ```squashfs-sysupgrade``` should be tested and revised to it for normal use by users. The changed configurations by users on ```initramfs-kernel``` won't be saved and will be disappeared when rebooting.

Please wrap the commit message to 74 characters or less. https://openwrt.org/submitting-patches#submission_guidelines > - commit description > - must have less than 75 characters per line

There are some style issues: - missing prefix in the commit title (```wifi-scripts: ```) - missing commit description - copy the content of the PR comment to the commit https://openwrt.org/submitting-patches#submission_guidelines

Please drop the merge commit and use ```git rebase``` and ```git push -f``` to update the branch.

Please squash the all commits to single commit. 1. ```git rebase -i HEAD^^``` 2. set ```s``` (or ```squash```) to the second commit (f7b5a74c7ee6fab5d6554fb9e808c0aaca408f26) and save 3. remove (or comment out)...