aboutsummaryrefslogtreecommitdiff
path: root/package/network/services/ppp/utils
Commit message (Collapse)AuthorAge
* treewide: strip trailing whitespaceMieczyslaw Nalewaj2025-05-20
| | | | | | | | | | | | Strip trailing whitespace in all code: find . -type f | grep "\.c$" | xargs sed -i 's/[ \t]\+$//' find . -type f | grep "\.h$" | xargs sed -i 's/[ \t]\+$//' find . -type f | grep "\.dts$" | xargs sed -i 's/[ \t]\+$//' find . -type f | grep "\.dtsi$" | xargs sed -i 's/[ \t]\+$//' Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/18626 Signed-off-by: Robert Marko <robimarko@gmail.com>
* packages: sort network related packages into package/network/Felix Fietkau2012-10-10
SVN-Revision: 33688