An open API service indexing awesome lists of open source software.

https://github.com/Dirry/dir300b1-sdmod-extroot

How to make SD mod for DIR-300 B1 with extroot on OpenWrt.
https://github.com/Dirry/dir300b1-sdmod-extroot

d-link dir-300 extroot hacking openwrt openwrt-config openwrt-configuration openwrt-router router

Last synced: about 1 year ago
JSON representation

How to make SD mod for DIR-300 B1 with extroot on OpenWrt.

Awesome Lists containing this project

README

          

## How to make SD mod for DIR-300 B1 with extroot on OpenWrt.
Manual: https://docs.google.com/document/d/1X3RId3d9MDHeSq82_6cZ_VaBjYVX7T0hU396oFHsEdA/edit

### bin-files

OpenWRT Chaos Calmer images with DIRRY SD card hack gpiommc.

Packages:
* kmod-gpio-over-mmc (patched)
* kmod-fs-ext4

### Update gpiommc.c with DIRRY HACK patch

done with: `diff -Naur ./original/gpiommc.c ./modified/gpiommc.c > 865-gpiommc_dirry_hack.patch`

and then modified `---` and `+++` first two lines as in this patch:

```shell
./chaos_calmer/target/linux/generic/patches-3.18/864-gpiommc_configfs_locking.patch

cp openwrtsetup/865-gpiommc_dirry_hack.patch ./chaos_calmer/target/linux/generic/patches-3.18/
```

Then compile.