aboutsummaryrefslogtreecommitdiff
path: root/kernel/macremapper
Commit message (Collapse)AuthorAge
* macremapper: drop VERSION definition in MakefilePaul Spooren2024-04-13
| | | | | | | | | | | | By default Kernel modules follow the version schema from openwrt.git, which happens to be APK compatible. Instead of defining a entirely custom format, use what's already out there. This patch drops the individual VERSION definition. Right now, the version becomes 6.1.82.1.1.0-r2 Signed-off-by: Paul Spooren <mail@aparcar.org>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* macremapper: linux 5.6+ compatibilityIlya Lipnitskiy2021-02-01
| | | | Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* kernel/macremapper: fix compile err on mipselCarey Sonsino2019-10-15
| | | | | Signed-off-by: Chen Minqiang <ptpt52@gmail.com> Signed-off-by: Carey Sonsino <csonsino@gmail.com>
* dcwifi: Update component versionsCarey Sonsino2019-10-09
update package versions and hashes remove bzero patches remove uclibc++ patch refactor directory structure relocate mrmctl in menuconfig update macremapper patch Signed-off-by: Carey Sonsino <careys@edgewaterwireless.com> Signed-off-by: Carey Sonsino <csonsino@gmail.com>