aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/ar7-atm/patches-D7.05.01.00
Commit message (Collapse)AuthorAgeFilesLines
* ar7-atm: fix function signatures with expected onesJonas Gorski2017-10-291-0/+63
| | | | | | | Newer kernels treat differing signatures an error, not just a warning, so fix the signatures to match. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* ar7-atm: fixup proc fixesJonas Gorski2017-10-293-12/+45
| | | | | | | They were incomplete, so fix them to properly update the function signatures to what is expected. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* ar7-atm: drop LINUX_VERSION testsJonas Gorski2017-10-297-181/+111
| | | | | | | | | Minimum supported kernel is 3.18, so we don't need to test for anything older. In addition, the API hasn't changed since then, so we don't need to check for any kernel version at all. This helps to keeps the amount of changes more managable. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* ar7-atm: fix build with gcc 5Hauke Mehrtens2015-12-061-0/+11
| | | | | | | | Remove the usage of the __TIME__ and __DATE__ macro. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47797
* ar7-atm: fix compilation for 4.1Jonas Gorski2015-07-122-0/+58
| | | | | | | | Add the required changes to make it compile for 4.1 again. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46306
* ar7-atm: fix compilation for linux 3.10Jonas Gorski2013-10-123-8/+3110
| | | | | | | | | Update proc code to new proc_create to allow compilation with linux 3.10+. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 38366
* packages: clean up the package folderJohn Crispin2013-06-2112-0/+1834
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007