aboutsummaryrefslogtreecommitdiff
path: root/kernel/mtd-rw/Makefile
Commit message (Collapse)AuthorAge
* mtd-rw: drop PKG_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 PKG_VERSION definition. Right now, the version becomes 6.1.82.0~7e856206-r2. Signed-off-by: Paul Spooren <mail@aparcar.org>
* mtd-rw: fix build failure with kernel 5.10David Bauer2021-03-06
| | | | | | | | | | | | When building mtd-rw for a target based on Kernel 5.10 which has CONFIG_MTD disabled the build fails with ERROR: "put_mtd_device" [../mtd-rw.ko] undefined! ERROR: "get_mtd_device" [../mtd-rw.ko] undefined! Omit building the package for such a target. Signed-off-by: David Bauer <mail@david-bauer.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* packages: cleanup Makefile variablesStephen Walker2017-06-03
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* packages: cleanup Makefile variablesStephen Walker2016-07-09
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* Add mtd-rw kernel moduleJoseph C. Lehner2016-04-10
This package adds a kernel module that, when loaded, makes all read-only MTD partitions writeable. This can be used to update the bootloader, modify bootloader environment partitions, etc. Signed-off-by: Joseph C. Lehner <joseph.c.lehner@gmail.com>